UNPKG

@ffxiv-teamcraft/simulator

Version:
57 lines 2.35 kB
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; return extendStatics(d, b); }; return function (d, b) { if (typeof b !== "function" && b !== null) throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); Object.defineProperty(exports, "__esModule", { value: true }); exports.WasteNotII = void 0; var buff_action_1 = require("../buff-action"); var buff_enum_1 = require("../../buff.enum"); var crafting_job_enum_1 = require("../../crafting-job.enum"); var WasteNotII = /** @class */ (function (_super) { __extends(WasteNotII, _super); function WasteNotII() { return _super !== null && _super.apply(this, arguments) || this; } WasteNotII.prototype.getLevelRequirement = function () { return { job: crafting_job_enum_1.CraftingJob.ANY, level: 47 }; }; WasteNotII.prototype.getBaseCPCost = function (simulationState) { return 98; }; WasteNotII.prototype.getDuration = function (simulation) { return 8; }; WasteNotII.prototype.getIds = function () { return [4639, 4640, 4641, 4642, 4643, 4644, 19002, 19003]; }; WasteNotII.prototype.getBuff = function () { return buff_enum_1.Buff.WASTE_NOT_II; }; WasteNotII.prototype.getInitialStacks = function () { return 0; }; WasteNotII.prototype.canBeClipped = function () { return true; }; WasteNotII.prototype.getOverrides = function () { return _super.prototype.getOverrides.call(this).concat(buff_enum_1.Buff.WASTE_NOT); }; WasteNotII.prototype.getTick = function () { return undefined; }; return WasteNotII; }(buff_action_1.BuffAction)); exports.WasteNotII = WasteNotII; //# sourceMappingURL=waste-not-ii.js.map