@malib/gear 0.14.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs +2 -2
- package/index.d.ts +1 -1
- package/index.js +611 -431
- package/internal.d.ts +6 -0
- package/lib/create/create-gear.d.ts +38 -0
- package/lib/create/create-potential.d.ts +32 -0
- package/lib/create/create-soul.d.ts +56 -0
- package/lib/create/interfaces/gear.d.ts +27 -0
- package/lib/create/interfaces/itemoption.d.ts +13 -0
- package/lib/create/interfaces/soul.d.ts +17 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
class
|
|
1
|
+
class _ {
|
|
2
2
|
constructor() {
|
|
3
3
|
this.base = 0, this.bonus = 0, this.upgrade = 0, this.enchant = 0;
|
|
4
4
|
}
|
|
@@ -15,13 +15,13 @@ class $ {
|
|
|
15
15
|
return this.bonus + this.upgrade + this.enchant;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
var i = /* @__PURE__ */ ((t) => (t[t.incSTR = 1] = "incSTR", t[t.incSTRr = 2] = "incSTRr", t[t.incDEX = 3] = "incDEX", t[t.incDEXr = 4] = "incDEXr", t[t.incINT = 5] = "incINT", t[t.incINTr = 6] = "incINTr", t[t.incLUK = 7] = "incLUK", t[t.incLUKr = 8] = "incLUKr", t[t.incAllStat = 9] = "incAllStat", t[t.incMHP = 10] = "incMHP", t[t.incMMP = 11] = "incMMP", t[t.incMHPr = 12] = "incMHPr", t[t.incMMPr = 13] = "incMMPr", t[t.incMDF = 14] = "incMDF", t[t.incARC = 15] = "incARC", t[t.incAUT = 16] = "incAUT", t[t.incPAD = 17] = "incPAD", t[t.incMAD = 18] = "incMAD", t[t.incAD = 19] = "incAD", t[t.incPDD = 20] = "incPDD", t[t.incSpeed = 21] = "incSpeed", t[t.incJump = 22] = "incJump", t[t.knockback = 23] = "knockback", t[t.bdR = 24] = "bdR", t[t.incBDR = 25] = "incBDR", t[t.imdR = 26] = "imdR", t[t.incIMDR = 27] = "incIMDR", t[t.damR = 28] = "damR", t[t.nbdR = 29] = "nbdR", t[t.statR = 30] = "statR", t[t.incCHUC = 31] = "incCHUC", t[t.incPADr = 100] = "incPADr", t[t.incMADr = 101] = "incMADr", t[t.incPDDr = 102] = "incPDDr", t[t.incCr = 103] = "incCr", t[t.incDAMr = 104] = "incDAMr", t[t.RecoveryHP = 105] = "RecoveryHP", t[t.RecoveryMP = 106] = "RecoveryMP", t[t.face = 107] = "face", t[t.prop = 108] = "prop", t[t.time = 109] = "time", t[t.HP = 110] = "HP", t[t.MP = 111] = "MP", t[t.attackType = 112] = "attackType", t[t.ignoreTargetDEF = 113] = "ignoreTargetDEF", t[t.ignoreDAM = 114] = "ignoreDAM", t[t.ignoreDAMr = 115] = "ignoreDAMr", t[t.DAMreflect = 116] = "DAMreflect", t[t.mpconReduce = 117] = "mpconReduce", t[t.incMesoProp = 118] = "incMesoProp", t[t.incRewardProp = 119] = "incRewardProp", t[t.incAllskill = 120] = "incAllskill", t[t.RecoveryUP = 121] = "RecoveryUP", t[t.boss = 122] = "boss", t[t.level = 123] = "level", t[t.incTerR = 124] = "incTerR", t[t.incAsrR = 125] = "incAsrR", t[t.incEXPr = 126] = "incEXPr", t[t.reduceCooltime = 127] = "reduceCooltime", t[t.incSTRlv = 128] = "incSTRlv", t[t.incDEXlv = 129] = "incDEXlv", t[t.incINTlv = 130] = "incINTlv", t[t.incLUKlv = 131] = "incLUKlv", t[t.incMHPlv = 132] = "incMHPlv", t[t.incPADlv = 133] = "incPADlv", t[t.incMADlv = 134] = "incMADlv", t[t.incCriticaldamage = 135] = "incCriticaldamage", t[t.attackSpeed = 200] = "attackSpeed", t[t.setItemID = 201] = "setItemID", t[t.durability = 202] = "durability", t[t.reduceReq = 203] = "reduceReq", t[t.only = 1100] = "only", t[t.tradeBlock = 1101] = "tradeBlock", t[t.accountSharable = 1102] = "accountSharable", t[t.onlyEquip = 1103] = "onlyEquip", t[t.tradeAvailable = 1104] = "tradeAvailable", t[t.equipTradeBlock = 1105] = "equipTradeBlock", t[t.sharableOnce = 1106] = "sharableOnce", t[t.charismaEXP = 1107] = "charismaEXP", t[t.senseEXP = 1108] = "senseEXP", t[t.insightEXP = 1109] = "insightEXP", t[t.willEXP = 1110] = "willEXP", t[t.craftEXP = 1111] = "craftEXP", t[t.charmEXP = 1112] = "charmEXP", t[t.accountShareTag = 1113] = "accountShareTag", t[t.bossReward = 1114] = "bossReward", t[t.noPotential = 1115] = "noPotential", t[t.fixedPotential = 1116] = "fixedPotential", t[t.specialGrade = 1117] = "specialGrade", t[t.fixedGrade = 1118] = "fixedGrade", t[t.superiorEqp = 1119] = "superiorEqp", t[t.incPQEXPr = 1120] = "incPQEXPr", t[t.jokerToSetItem = 1121] = "jokerToSetItem", t[t.blockGoldHammer = 1122] = "blockGoldHammer", t[t.exceptUpgrade = 1123] = "exceptUpgrade", t[t.onlyUpgrade = 1124] = "onlyUpgrade", t[t.noLookChange = 1125] = "noLookChange", t[t.tucIgnoreForPotential = 1126] = "tucIgnoreForPotential", t))(i || {}),
|
|
19
|
-
class
|
|
20
|
-
constructor(
|
|
21
|
-
this.enchanted = !1, this.charge = 0, this.chargeOption = /* @__PURE__ */ new Map(), this.gear =
|
|
18
|
+
var i = /* @__PURE__ */ ((t) => (t[t.incSTR = 1] = "incSTR", t[t.incSTRr = 2] = "incSTRr", t[t.incDEX = 3] = "incDEX", t[t.incDEXr = 4] = "incDEXr", t[t.incINT = 5] = "incINT", t[t.incINTr = 6] = "incINTr", t[t.incLUK = 7] = "incLUK", t[t.incLUKr = 8] = "incLUKr", t[t.incAllStat = 9] = "incAllStat", t[t.incMHP = 10] = "incMHP", t[t.incMMP = 11] = "incMMP", t[t.incMHPr = 12] = "incMHPr", t[t.incMMPr = 13] = "incMMPr", t[t.incMDF = 14] = "incMDF", t[t.incARC = 15] = "incARC", t[t.incAUT = 16] = "incAUT", t[t.incPAD = 17] = "incPAD", t[t.incMAD = 18] = "incMAD", t[t.incAD = 19] = "incAD", t[t.incPDD = 20] = "incPDD", t[t.incSpeed = 21] = "incSpeed", t[t.incJump = 22] = "incJump", t[t.knockback = 23] = "knockback", t[t.bdR = 24] = "bdR", t[t.incBDR = 25] = "incBDR", t[t.imdR = 26] = "imdR", t[t.incIMDR = 27] = "incIMDR", t[t.damR = 28] = "damR", t[t.nbdR = 29] = "nbdR", t[t.statR = 30] = "statR", t[t.incCHUC = 31] = "incCHUC", t[t.incPADr = 100] = "incPADr", t[t.incMADr = 101] = "incMADr", t[t.incPDDr = 102] = "incPDDr", t[t.incCr = 103] = "incCr", t[t.incDAMr = 104] = "incDAMr", t[t.RecoveryHP = 105] = "RecoveryHP", t[t.RecoveryMP = 106] = "RecoveryMP", t[t.face = 107] = "face", t[t.prop = 108] = "prop", t[t.time = 109] = "time", t[t.HP = 110] = "HP", t[t.MP = 111] = "MP", t[t.attackType = 112] = "attackType", t[t.ignoreTargetDEF = 113] = "ignoreTargetDEF", t[t.ignoreDAM = 114] = "ignoreDAM", t[t.ignoreDAMr = 115] = "ignoreDAMr", t[t.DAMreflect = 116] = "DAMreflect", t[t.mpconReduce = 117] = "mpconReduce", t[t.incMesoProp = 118] = "incMesoProp", t[t.incRewardProp = 119] = "incRewardProp", t[t.incAllskill = 120] = "incAllskill", t[t.RecoveryUP = 121] = "RecoveryUP", t[t.boss = 122] = "boss", t[t.level = 123] = "level", t[t.incTerR = 124] = "incTerR", t[t.incAsrR = 125] = "incAsrR", t[t.incEXPr = 126] = "incEXPr", t[t.reduceCooltime = 127] = "reduceCooltime", t[t.incSTRlv = 128] = "incSTRlv", t[t.incDEXlv = 129] = "incDEXlv", t[t.incINTlv = 130] = "incINTlv", t[t.incLUKlv = 131] = "incLUKlv", t[t.incMHPlv = 132] = "incMHPlv", t[t.incPADlv = 133] = "incPADlv", t[t.incMADlv = 134] = "incMADlv", t[t.incCriticaldamage = 135] = "incCriticaldamage", t[t.attackSpeed = 200] = "attackSpeed", t[t.setItemID = 201] = "setItemID", t[t.durability = 202] = "durability", t[t.reduceReq = 203] = "reduceReq", t[t.only = 1100] = "only", t[t.tradeBlock = 1101] = "tradeBlock", t[t.accountSharable = 1102] = "accountSharable", t[t.onlyEquip = 1103] = "onlyEquip", t[t.tradeAvailable = 1104] = "tradeAvailable", t[t.equipTradeBlock = 1105] = "equipTradeBlock", t[t.sharableOnce = 1106] = "sharableOnce", t[t.charismaEXP = 1107] = "charismaEXP", t[t.senseEXP = 1108] = "senseEXP", t[t.insightEXP = 1109] = "insightEXP", t[t.willEXP = 1110] = "willEXP", t[t.craftEXP = 1111] = "craftEXP", t[t.charmEXP = 1112] = "charmEXP", t[t.accountShareTag = 1113] = "accountShareTag", t[t.bossReward = 1114] = "bossReward", t[t.noPotential = 1115] = "noPotential", t[t.fixedPotential = 1116] = "fixedPotential", t[t.specialGrade = 1117] = "specialGrade", t[t.fixedGrade = 1118] = "fixedGrade", t[t.superiorEqp = 1119] = "superiorEqp", t[t.incPQEXPr = 1120] = "incPQEXPr", t[t.jokerToSetItem = 1121] = "jokerToSetItem", t[t.blockGoldHammer = 1122] = "blockGoldHammer", t[t.exceptUpgrade = 1123] = "exceptUpgrade", t[t.onlyUpgrade = 1124] = "onlyUpgrade", t[t.noLookChange = 1125] = "noLookChange", t[t.tucIgnoreForPotential = 1126] = "tucIgnoreForPotential", t))(i || {}), r = /* @__PURE__ */ ((t) => (t[t.cap = 100] = "cap", t[t.faceAccessory = 101] = "faceAccessory", t[t.eyeAccessory = 102] = "eyeAccessory", t[t.earrings = 103] = "earrings", t[t.coat = 104] = "coat", t[t.longcoat = 105] = "longcoat", t[t.pants = 106] = "pants", t[t.shoes = 107] = "shoes", t[t.glove = 108] = "glove", t[t.cape = 110] = "cape", t[t.ring = 111] = "ring", t[t.pendant = 112] = "pendant", t[t.belt = 113] = "belt", t[t.medal = 114] = "medal", t[t.shoulder = 115] = "shoulder", t[t.pocket = 116] = "pocket", t[t.badge = 118] = "badge", t[t.android = 166] = "android", t[t.machineHeart = 167] = "machineHeart", t[t.shield = 109] = "shield", t[t.emblem = 119] = "emblem", t[t.powerSource = 119020] = "powerSource", t[t.shiningRod = 1212] = "shiningRod", t[t.tuner = 1213] = "tuner", t[t.breathShooter = 1214] = "breathShooter", t[t.soulShooter = 122] = "soulShooter", t[t.desperado = 123] = "desperado", t[t.energySword = 124] = "energySword", t[t.espLimiter = 126] = "espLimiter", t[t.chain = 127] = "chain", t[t.magicGauntlet = 128] = "magicGauntlet", t[t.ritualFan = 129] = "ritualFan", t[t.ohSword = 130] = "ohSword", t[t.ohAxe = 131] = "ohAxe", t[t.ohBlunt = 132] = "ohBlunt", t[t.dagger = 133] = "dagger", t[t.katara = 134] = "katara", t[t.cane = 136] = "cane", t[t.wand = 137] = "wand", t[t.staff = 138] = "staff", t[t.thSword = 140] = "thSword", t[t.chakram = 1404] = "chakram", t[t.thAxe = 141] = "thAxe", t[t.thBlunt = 142] = "thBlunt", t[t.spear = 143] = "spear", t[t.polearm = 144] = "polearm", t[t.bow = 145] = "bow", t[t.crossbow = 146] = "crossbow", t[t.claw = 147] = "claw", t[t.knuckle = 148] = "knuckle", t[t.gun = 149] = "gun", t[t.shovel = 150] = "shovel", t[t.pickaxe = 151] = "pickaxe", t[t.dualBowguns = 152] = "dualBowguns", t[t.handCannon = 153] = "handCannon", t[t.heavySword = 156] = "heavySword", t[t.longSword = 157] = "longSword", t[t.gauntletRevolver = 158] = "gauntletRevolver", t[t.ancientBow = 159] = "ancientBow", t[t.soulShield = 1098] = "soulShield", t[t.demonShield = 1099] = "demonShield", t[t.magicArrow = 135200] = "magicArrow", t[t.card = 135210] = "card", t[t.medallion = 135220] = "medallion", t[t.rosary = 135221] = "rosary", t[t.ironChain = 135222] = "ironChain", t[t.magicBook1 = 135223] = "magicBook1", t[t.magicBook2 = 135224] = "magicBook2", t[t.magicBook3 = 135225] = "magicBook3", t[t.arrowFletching = 135226] = "arrowFletching", t[t.bowThimble = 135227] = "bowThimble", t[t.daggerScabbard = 135228] = "daggerScabbard", t[t.charm = 135229] = "charm", t[t.orb = 135240] = "orb", t[t.dragonEssence = 135250] = "dragonEssence", t[t.soulRing = 135260] = "soulRing", t[t.magnum = 135270] = "magnum", t[t.wristBand = 135290] = "wristBand", t[t.farSight = 135291] = "farSight", t[t.powderKeg = 135292] = "powderKeg", t[t.mass = 135293] = "mass", t[t.document = 135294] = "document", t[t.magicMarble = 135295] = "magicMarble", t[t.arrowhead = 135296] = "arrowhead", t[t.jewel = 135297] = "jewel", t[t.powderKeg2 = 135298] = "powderKeg2", t[t.controller = 135300] = "controller", t[t.foxMarble = 135310] = "foxMarble", t[t.chessPiece = 135320] = "chessPiece", t[t.transmitter = 135330] = "transmitter", t[t.charge = 135340] = "charge", t[t.magicWing = 135350] = "magicWing", t[t.pathOfAbyss = 135360] = "pathOfAbyss", t[t.relic = 135370] = "relic", t[t.fanTassel = 135380] = "fanTassel", t[t.bracelet = 135400] = "bracelet", t[t.weaponBelt = 135401] = "weaponBelt", t[t.ornament = 135402] = "ornament", t[t.hexSeeker = 135403] = "hexSeeker", t[t.petEquip = 180] = "petEquip", t[t.machineEngine = 161] = "machineEngine", t[t.machineArms = 162] = "machineArms", t[t.machineLegs = 163] = "machineLegs", t[t.machineBody = 164] = "machineBody", t[t.machineTransistors = 165] = "machineTransistors", t[t.dragonMask = 194] = "dragonMask", t[t.dragonPendant = 195] = "dragonPendant", t[t.dragonWings = 196] = "dragonWings", t[t.dragonTail = 197] = "dragonTail", t))(r || {}), S = /* @__PURE__ */ ((t) => (t[t.normal = 0] = "normal", t[t.rare = 1] = "rare", t[t.epic = 2] = "epic", t[t.unique = 3] = "unique", t[t.legendary = 4] = "legendary", t[t.special = 5] = "special", t))(S || {});
|
|
19
|
+
class Q {
|
|
20
|
+
constructor(o) {
|
|
21
|
+
this.enchanted = !1, this.charge = 0, this.chargeOption = /* @__PURE__ */ new Map(), this.gear = o;
|
|
22
22
|
}
|
|
23
23
|
get can() {
|
|
24
|
-
return
|
|
24
|
+
return D.isWeapon(this.gear.type);
|
|
25
25
|
}
|
|
26
26
|
get type() {
|
|
27
27
|
return this.gear.option(i.incPAD).base >= this.gear.option(i.incMAD).base ? i.incPAD : i.incMAD;
|
|
@@ -50,8 +50,8 @@ class Z {
|
|
|
50
50
|
* @returns 설정했을 경우 `true`; 아닐 경우 `false`.
|
|
51
51
|
* 소울 인챈트 상태가 아닐 경우 `false`를 반환합니다.
|
|
52
52
|
*/
|
|
53
|
-
setCharge(
|
|
54
|
-
return !this.enchanted ||
|
|
53
|
+
setCharge(o) {
|
|
54
|
+
return !this.enchanted || o < 0 || o > 1e3 ? !1 : (this.charge = o, this.updateChargeOption(), !0);
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* 소울을 장착합니다.
|
|
@@ -61,8 +61,8 @@ class Z {
|
|
|
61
61
|
* @returns 장착했을 경우 `true`; 아닐 경우 `false`.
|
|
62
62
|
* 소울 인챈트 상태가 아닐 경우 `false`를 반환합니다.
|
|
63
63
|
*/
|
|
64
|
-
setSoul(
|
|
65
|
-
return this.enchanted ? (this.soul =
|
|
64
|
+
setSoul(o) {
|
|
65
|
+
return this.enchanted ? (this.soul = o, this.updateChargeOption(), !0) : !1;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* 장착된 소울을 제거합니다.
|
|
@@ -82,17 +82,17 @@ class Z {
|
|
|
82
82
|
getChargeAD() {
|
|
83
83
|
if (!this.enchanted || this.charge === 0)
|
|
84
84
|
return 0;
|
|
85
|
-
const
|
|
85
|
+
const o = Math.min(Math.ceil(this.charge / 100) - 1, 5);
|
|
86
86
|
if (this.soul) {
|
|
87
87
|
const s = this.soul.multiplier;
|
|
88
|
-
return 10 +
|
|
88
|
+
return 10 + o * s;
|
|
89
89
|
}
|
|
90
|
-
return 5 +
|
|
90
|
+
return 5 + o;
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
const E = class {
|
|
94
94
|
constructor() {
|
|
95
|
-
this.itemID = 0, this.name = "", this.desc = "", this.type = 0, this.props = /* @__PURE__ */ new Map(), this.options = /* @__PURE__ */ new Map(), this.exceptionalOptions = /* @__PURE__ */ new Map(), this.totalUpgradeCount = 0, this.upgradeCount = 0, this.upgradeFailCount = 0, this.hammerCount = 0, this.exceptionalTotalUpgradeCount = 0, this.exceptionalUpgradeCount = 0, this.maxStar = 0, this.star = 0, this.amazing = !1, this.canPotential = !1, this.grade =
|
|
95
|
+
this.itemID = 0, this.name = "", this.desc = "", this.type = 0, this.props = /* @__PURE__ */ new Map(), this.options = /* @__PURE__ */ new Map(), this.exceptionalOptions = /* @__PURE__ */ new Map(), this.totalUpgradeCount = 0, this.upgradeCount = 0, this.upgradeFailCount = 0, this.hammerCount = 0, this.exceptionalTotalUpgradeCount = 0, this.exceptionalUpgradeCount = 0, this.maxStar = 0, this.star = 0, this.amazing = !1, this.canPotential = !1, this.grade = S.normal, this.potentials = [], this.additionalGrade = S.normal, this.additionalPotentials = [], this.soulWeapon = new Q(this), this.icon = {
|
|
96
96
|
id: 0
|
|
97
97
|
}, this.req = {
|
|
98
98
|
level: 0,
|
|
@@ -121,8 +121,8 @@ const E = class {
|
|
|
121
121
|
*/
|
|
122
122
|
get diff() {
|
|
123
123
|
let t = 0;
|
|
124
|
-
for (const [
|
|
125
|
-
t += Math.floor(s.diff / E.getPropTypeWeight(
|
|
124
|
+
for (const [o, s] of this.options)
|
|
125
|
+
t += Math.floor(s.diff / E.getPropTypeWeight(o));
|
|
126
126
|
return t;
|
|
127
127
|
}
|
|
128
128
|
/**
|
|
@@ -133,7 +133,7 @@ const E = class {
|
|
|
133
133
|
* 장비 아이콘 왼쪽 위의 원이 채워져있으면 `true`; 아니면 `false`입니다.
|
|
134
134
|
*/
|
|
135
135
|
get isNewBonusType() {
|
|
136
|
-
return !!([...this.options.values()].some((
|
|
136
|
+
return !!([...this.options.values()].some((o) => o.bonus > 0) && this.getPropValue(i.tradeAvailable) !== 1);
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
139
|
* 지정된 장비 옵션 종류과 연결된 옵션을 가져옵니다.
|
|
@@ -141,7 +141,7 @@ const E = class {
|
|
|
141
141
|
* @returns 장비 옵션 객체. 존재하지 않을 경우 장비에 추가한 뒤 반환합니다.
|
|
142
142
|
*/
|
|
143
143
|
option(t) {
|
|
144
|
-
return this.options.has(t) || this.options.set(t, new
|
|
144
|
+
return this.options.has(t) || this.options.set(t, new _()), this.options.get(t);
|
|
145
145
|
}
|
|
146
146
|
/**
|
|
147
147
|
* 지정된 장비 속성 종류과 연결된 값을 가져옵니다.
|
|
@@ -187,7 +187,7 @@ const E = class {
|
|
|
187
187
|
* @returns 한손무기일 경우 `true`; 아닐 경우 `false`.
|
|
188
188
|
*/
|
|
189
189
|
static isLeftWeapon(t) {
|
|
190
|
-
return t >= 121 && t <= 139 && t !==
|
|
190
|
+
return t >= 121 && t <= 139 && t !== r.katara || Math.floor(t / 10) === 121;
|
|
191
191
|
}
|
|
192
192
|
/**
|
|
193
193
|
* 장비 분류가 두손무기인지 여부를 확인합니다.
|
|
@@ -204,10 +204,10 @@ const E = class {
|
|
|
204
204
|
*/
|
|
205
205
|
static isSubWeapon(t) {
|
|
206
206
|
switch (t) {
|
|
207
|
-
case
|
|
208
|
-
case
|
|
209
|
-
case
|
|
210
|
-
case
|
|
207
|
+
case r.katara:
|
|
208
|
+
case r.shield:
|
|
209
|
+
case r.demonShield:
|
|
210
|
+
case r.soulShield:
|
|
211
211
|
return !0;
|
|
212
212
|
default:
|
|
213
213
|
return Math.floor(t / 1e3) === 135;
|
|
@@ -220,9 +220,9 @@ const E = class {
|
|
|
220
220
|
*/
|
|
221
221
|
static isShield(t) {
|
|
222
222
|
switch (t) {
|
|
223
|
-
case
|
|
224
|
-
case
|
|
225
|
-
case
|
|
223
|
+
case r.shield:
|
|
224
|
+
case r.demonShield:
|
|
225
|
+
case r.soulShield:
|
|
226
226
|
return !0;
|
|
227
227
|
default:
|
|
228
228
|
return !1;
|
|
@@ -234,7 +234,7 @@ const E = class {
|
|
|
234
234
|
* @returns 방어구일 경우 `true`; 아닐 경우 `false`.
|
|
235
235
|
*/
|
|
236
236
|
static isArmor(t) {
|
|
237
|
-
return t === 100 || t >= 104 && t <= 110 || t ===
|
|
237
|
+
return t === 100 || t >= 104 && t <= 110 || t === r.soulShield || t === r.demonShield;
|
|
238
238
|
}
|
|
239
239
|
/**
|
|
240
240
|
* 장비 분류가 장신구인지 여부를 확인합니다. 어깨장식이 포함됩니다.
|
|
@@ -268,17 +268,17 @@ const E = class {
|
|
|
268
268
|
static getGearType(t) {
|
|
269
269
|
switch (Math.floor(t / 1e3)) {
|
|
270
270
|
case 1098:
|
|
271
|
-
return
|
|
271
|
+
return r.soulShield;
|
|
272
272
|
case 1099:
|
|
273
|
-
return
|
|
273
|
+
return r.demonShield;
|
|
274
274
|
case 1212:
|
|
275
|
-
return
|
|
275
|
+
return r.shiningRod;
|
|
276
276
|
case 1213:
|
|
277
|
-
return
|
|
277
|
+
return r.tuner;
|
|
278
278
|
case 1214:
|
|
279
|
-
return
|
|
279
|
+
return r.breathShooter;
|
|
280
280
|
case 1404:
|
|
281
|
-
return
|
|
281
|
+
return r.chakram;
|
|
282
282
|
}
|
|
283
283
|
if (Math.floor(t / 1e4) === 135)
|
|
284
284
|
switch (Math.floor(t / 100)) {
|
|
@@ -306,14 +306,14 @@ const E = class {
|
|
|
306
306
|
static getMaxStar(t) {
|
|
307
307
|
if (t.totalUpgradeCount <= 0 || t.getBooleanValue(i.onlyUpgrade) || E.isMechanicGear(t.type) || E.isDragonGear(t.type))
|
|
308
308
|
return 0;
|
|
309
|
-
let
|
|
309
|
+
let o;
|
|
310
310
|
const s = t.req.level;
|
|
311
311
|
for (const a of E.starData)
|
|
312
312
|
if (s >= a[0])
|
|
313
|
-
|
|
313
|
+
o = a;
|
|
314
314
|
else
|
|
315
315
|
break;
|
|
316
|
-
return
|
|
316
|
+
return o === void 0 ? 0 : t.getBooleanValue(i.superiorEqp) ? o[2] : o[1];
|
|
317
317
|
}
|
|
318
318
|
static getPropTypeWeight(t) {
|
|
319
319
|
if (t < 100)
|
|
@@ -338,8 +338,8 @@ const E = class {
|
|
|
338
338
|
return Number.MAX_VALUE;
|
|
339
339
|
}
|
|
340
340
|
};
|
|
341
|
-
let
|
|
342
|
-
|
|
341
|
+
let D = E;
|
|
342
|
+
D.starData = [
|
|
343
343
|
[0, 5, 3],
|
|
344
344
|
[95, 8, 5],
|
|
345
345
|
[110, 10, 8],
|
|
@@ -347,7 +347,7 @@ M.starData = [
|
|
|
347
347
|
[130, 20, 12],
|
|
348
348
|
[140, 25, 15]
|
|
349
349
|
];
|
|
350
|
-
class
|
|
350
|
+
class w {
|
|
351
351
|
constructor() {
|
|
352
352
|
this.code = 0, this.optionType = 0, this.reqLevel = 0, this.summary = "", this.option = /* @__PURE__ */ new Map();
|
|
353
353
|
}
|
|
@@ -355,10 +355,10 @@ class U {
|
|
|
355
355
|
* 장비에 표시되는 문자열
|
|
356
356
|
*/
|
|
357
357
|
get convertSummary() {
|
|
358
|
-
const
|
|
359
|
-
|
|
358
|
+
const o = [...this.option.keys()];
|
|
359
|
+
o.sort((a, f) => i[f].length - i[a].length);
|
|
360
360
|
let s = this.summary;
|
|
361
|
-
for (const a of
|
|
361
|
+
for (const a of o)
|
|
362
362
|
s = s.replace(
|
|
363
363
|
`#${i[a]}`,
|
|
364
364
|
(this.option.get(a) ?? 0).toString()
|
|
@@ -370,8 +370,8 @@ class U {
|
|
|
370
370
|
* @param gearReqLevel 장비의 착용 가능 레벨.
|
|
371
371
|
* @returns 잠재옵션 레벨. 1부터 25까지의 값입니다.
|
|
372
372
|
*/
|
|
373
|
-
static getPotentialLevel(
|
|
374
|
-
return
|
|
373
|
+
static getPotentialLevel(o) {
|
|
374
|
+
return o <= 0 ? 1 : o >= 250 ? 25 : Math.floor((o + 9) / 10);
|
|
375
375
|
}
|
|
376
376
|
/**
|
|
377
377
|
* 잠재옵션 분류와 장비 분류를 비교합니다.
|
|
@@ -379,111 +379,111 @@ class U {
|
|
|
379
379
|
* @param gearType 장비 분류.
|
|
380
380
|
* @returns 잠재옵션 분류가 장비 분류에 적용 가능한 경우 `true`; 아닌 경우 `false`.
|
|
381
381
|
*/
|
|
382
|
-
static checkOptionType(
|
|
383
|
-
switch (
|
|
382
|
+
static checkOptionType(o, s) {
|
|
383
|
+
switch (o) {
|
|
384
384
|
case 0:
|
|
385
385
|
return !0;
|
|
386
386
|
case 10:
|
|
387
|
-
return
|
|
387
|
+
return D.isWeapon(s) || D.isSubWeapon(s) || s === r.emblem;
|
|
388
388
|
case 11:
|
|
389
|
-
return !
|
|
389
|
+
return !w.checkOptionType(10, s);
|
|
390
390
|
case 20:
|
|
391
|
-
return
|
|
391
|
+
return D.isSubWeapon(s) || s === r.cap || s === r.coat || s === r.longcoat || s === r.pants || s === r.shoes || s === r.glove || s === r.cape || s === r.belt || s === r.shoulder;
|
|
392
392
|
case 40:
|
|
393
|
-
return s ===
|
|
393
|
+
return s === r.faceAccessory || s === r.eyeAccessory || s === r.earrings || s === r.ring || s === r.pendant;
|
|
394
394
|
case 51:
|
|
395
|
-
return s ===
|
|
395
|
+
return s === r.cap;
|
|
396
396
|
case 52:
|
|
397
|
-
return s ===
|
|
397
|
+
return s === r.coat || s === r.longcoat;
|
|
398
398
|
case 53:
|
|
399
|
-
return s ===
|
|
399
|
+
return s === r.pants;
|
|
400
400
|
case 54:
|
|
401
|
-
return s ===
|
|
401
|
+
return s === r.glove;
|
|
402
402
|
case 55:
|
|
403
|
-
return s ===
|
|
403
|
+
return s === r.shoes;
|
|
404
404
|
default:
|
|
405
405
|
return !1;
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
|
-
var
|
|
410
|
-
function
|
|
411
|
-
const a =
|
|
409
|
+
var d = /* @__PURE__ */ ((t) => (t[t.STR = 0] = "STR", t[t.DEX = 1] = "DEX", t[t.INT = 2] = "INT", t[t.LUK = 3] = "LUK", t[t.STR_DEX = 4] = "STR_DEX", t[t.STR_INT = 5] = "STR_INT", t[t.STR_LUK = 6] = "STR_LUK", t[t.DEX_INT = 7] = "DEX_INT", t[t.DEX_LUK = 8] = "DEX_LUK", t[t.INT_LUK = 9] = "INT_LUK", t[t.MHP = 10] = "MHP", t[t.MMP = 11] = "MMP", t[t.PAD = 12] = "PAD", t[t.MAD = 13] = "MAD", t[t.PDD = 14] = "PDD", t[t.speed = 15] = "speed", t[t.jump = 16] = "jump", t[t.damR = 17] = "damR", t[t.bdR = 18] = "bdR", t[t.allStatR = 19] = "allStatR", t[t.reduceReq = 20] = "reduceReq", t))(d || {});
|
|
410
|
+
function l0(t, o, s) {
|
|
411
|
+
const a = Y(t, o, s);
|
|
412
412
|
if (a.size === 0)
|
|
413
413
|
return !1;
|
|
414
|
-
for (const [
|
|
415
|
-
t.option(
|
|
414
|
+
for (const [f, u] of a)
|
|
415
|
+
t.option(f).bonus += u;
|
|
416
416
|
return !0;
|
|
417
417
|
}
|
|
418
|
-
function
|
|
419
|
-
for (const [,
|
|
420
|
-
|
|
418
|
+
function Z(t) {
|
|
419
|
+
for (const [, o] of t.options)
|
|
420
|
+
o.bonus = 0;
|
|
421
421
|
return !0;
|
|
422
422
|
}
|
|
423
|
-
function
|
|
424
|
-
const a = G(
|
|
425
|
-
return
|
|
423
|
+
function Y(t, o, s) {
|
|
424
|
+
const a = G(o), f = P(t, o, s);
|
|
425
|
+
return f === 0 ? /* @__PURE__ */ new Map() : new Map(a.map((u) => [u, f]));
|
|
426
426
|
}
|
|
427
|
-
function
|
|
428
|
-
const a = t.req.level,
|
|
429
|
-
if (a < 0 ||
|
|
427
|
+
function P(t, o, s) {
|
|
428
|
+
const a = t.req.level, f = t.getBooleanValue(i.bossReward), u = t.type;
|
|
429
|
+
if (a < 0 || f && s < 3)
|
|
430
430
|
return 0;
|
|
431
|
-
switch (
|
|
432
|
-
case
|
|
433
|
-
case
|
|
434
|
-
case
|
|
435
|
-
case
|
|
436
|
-
return
|
|
437
|
-
case
|
|
438
|
-
case
|
|
439
|
-
case
|
|
440
|
-
case
|
|
441
|
-
case
|
|
442
|
-
case
|
|
443
|
-
return
|
|
444
|
-
case
|
|
445
|
-
return
|
|
446
|
-
case
|
|
447
|
-
case
|
|
431
|
+
switch (o) {
|
|
432
|
+
case d.STR:
|
|
433
|
+
case d.DEX:
|
|
434
|
+
case d.INT:
|
|
435
|
+
case d.LUK:
|
|
436
|
+
return I(a, s);
|
|
437
|
+
case d.STR_DEX:
|
|
438
|
+
case d.STR_INT:
|
|
439
|
+
case d.STR_LUK:
|
|
440
|
+
case d.DEX_INT:
|
|
441
|
+
case d.DEX_LUK:
|
|
442
|
+
case d.INT_LUK:
|
|
443
|
+
return p(a, s);
|
|
444
|
+
case d.PDD:
|
|
445
|
+
return I(a, s);
|
|
446
|
+
case d.PAD:
|
|
447
|
+
case d.MAD:
|
|
448
448
|
return m(
|
|
449
449
|
a,
|
|
450
450
|
s,
|
|
451
|
-
|
|
451
|
+
o,
|
|
452
452
|
t.type,
|
|
453
|
-
|
|
453
|
+
f,
|
|
454
454
|
t.option(i.incPAD).base,
|
|
455
455
|
t.option(i.incMAD).base
|
|
456
456
|
);
|
|
457
|
-
case
|
|
458
|
-
case
|
|
459
|
-
return
|
|
460
|
-
case
|
|
461
|
-
case
|
|
462
|
-
return
|
|
463
|
-
case
|
|
464
|
-
return
|
|
465
|
-
case
|
|
466
|
-
return a < 90 || !
|
|
467
|
-
case
|
|
468
|
-
return a < 70 && !
|
|
469
|
-
case
|
|
457
|
+
case d.MHP:
|
|
458
|
+
case d.MMP:
|
|
459
|
+
return y(a, s);
|
|
460
|
+
case d.speed:
|
|
461
|
+
case d.jump:
|
|
462
|
+
return D.isWeapon(u) ? 0 : s;
|
|
463
|
+
case d.damR:
|
|
464
|
+
return D.isWeapon(u) ? s : 0;
|
|
465
|
+
case d.bdR:
|
|
466
|
+
return a < 90 || !D.isWeapon(u) ? 0 : 2 * s;
|
|
467
|
+
case d.allStatR:
|
|
468
|
+
return a < 70 && !D.isWeapon(u) ? 0 : s;
|
|
469
|
+
case d.reduceReq:
|
|
470
470
|
return T(a, s);
|
|
471
471
|
default:
|
|
472
472
|
return 0;
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
|
-
function
|
|
476
|
-
return t >= 250 ? Math.floor(t / 20) *
|
|
475
|
+
function I(t, o) {
|
|
476
|
+
return t >= 250 ? Math.floor(t / 20) * o : (Math.floor(t / 20) + 1) * o;
|
|
477
477
|
}
|
|
478
|
-
function
|
|
479
|
-
return (Math.floor(t / 40) + 1) *
|
|
478
|
+
function p(t, o) {
|
|
479
|
+
return (Math.floor(t / 40) + 1) * o;
|
|
480
480
|
}
|
|
481
|
-
function m(t,
|
|
482
|
-
if (
|
|
483
|
-
const
|
|
484
|
-
let n =
|
|
485
|
-
if (a ===
|
|
486
|
-
if (a ===
|
|
481
|
+
function m(t, o, s, a, f, u, h) {
|
|
482
|
+
if (D.isWeapon(a)) {
|
|
483
|
+
const c = f ? [0, 0, 1, 1.4666, 2.0166, 2.663, 3.4166] : [1, 2.222, 3.63, 5.325, 7.32, 8.777, 10.25];
|
|
484
|
+
let n = u;
|
|
485
|
+
if (a === r.heavySword || a === r.longSword) {
|
|
486
|
+
if (a === r.longSword)
|
|
487
487
|
switch (n) {
|
|
488
488
|
case 100:
|
|
489
489
|
n = 102;
|
|
@@ -516,97 +516,97 @@ function m(t, c, s, a, u, d, r) {
|
|
|
516
516
|
n = 342;
|
|
517
517
|
break;
|
|
518
518
|
}
|
|
519
|
-
const
|
|
520
|
-
return Math.ceil(n * o
|
|
521
|
-
} else if (s ===
|
|
522
|
-
const
|
|
523
|
-
return Math.ceil(n * o
|
|
519
|
+
const M = t > 180 ? 6 : t > 160 ? 5 : t > 110 ? 4 : 3;
|
|
520
|
+
return Math.ceil(n * c[o - 1] * M / 100);
|
|
521
|
+
} else if (s === d.MAD && h >= n && (n = h), f) {
|
|
522
|
+
const M = t > 160 ? 18 : t > 150 ? 15 : t > 110 ? 12 : 9;
|
|
523
|
+
return Math.ceil(n * c[o - 1] * M / 100);
|
|
524
524
|
} else {
|
|
525
|
-
const
|
|
526
|
-
return Math.ceil(n * o
|
|
525
|
+
const M = t > 110 ? 4 : 3;
|
|
526
|
+
return Math.ceil(n * c[o - 1] * M / 100);
|
|
527
527
|
}
|
|
528
528
|
} else if (t < 60)
|
|
529
529
|
return 0;
|
|
530
|
-
return
|
|
530
|
+
return o;
|
|
531
531
|
}
|
|
532
|
-
function
|
|
533
|
-
return t < 10 ? 3 *
|
|
532
|
+
function y(t, o) {
|
|
533
|
+
return t < 10 ? 3 * o : t >= 250 ? 700 * o : Math.floor(t / 10) * 30 * o;
|
|
534
534
|
}
|
|
535
|
-
function T(t,
|
|
536
|
-
return
|
|
535
|
+
function T(t, o) {
|
|
536
|
+
return o * 5;
|
|
537
537
|
}
|
|
538
538
|
function G(t) {
|
|
539
539
|
switch (t) {
|
|
540
|
-
case
|
|
540
|
+
case d.STR:
|
|
541
541
|
return [i.incSTR];
|
|
542
|
-
case
|
|
542
|
+
case d.DEX:
|
|
543
543
|
return [i.incDEX];
|
|
544
|
-
case
|
|
544
|
+
case d.INT:
|
|
545
545
|
return [i.incINT];
|
|
546
|
-
case
|
|
546
|
+
case d.LUK:
|
|
547
547
|
return [i.incLUK];
|
|
548
|
-
case
|
|
548
|
+
case d.STR_DEX:
|
|
549
549
|
return [i.incSTR, i.incDEX];
|
|
550
|
-
case
|
|
550
|
+
case d.STR_INT:
|
|
551
551
|
return [i.incSTR, i.incINT];
|
|
552
|
-
case
|
|
552
|
+
case d.STR_LUK:
|
|
553
553
|
return [i.incSTR, i.incLUK];
|
|
554
|
-
case
|
|
554
|
+
case d.DEX_INT:
|
|
555
555
|
return [i.incDEX, i.incINT];
|
|
556
|
-
case
|
|
556
|
+
case d.DEX_LUK:
|
|
557
557
|
return [i.incDEX, i.incLUK];
|
|
558
|
-
case
|
|
558
|
+
case d.INT_LUK:
|
|
559
559
|
return [i.incINT, i.incLUK];
|
|
560
|
-
case
|
|
560
|
+
case d.PDD:
|
|
561
561
|
return [i.incPDD];
|
|
562
|
-
case
|
|
562
|
+
case d.PAD:
|
|
563
563
|
return [i.incPAD];
|
|
564
|
-
case
|
|
564
|
+
case d.MAD:
|
|
565
565
|
return [i.incMAD];
|
|
566
|
-
case
|
|
566
|
+
case d.MHP:
|
|
567
567
|
return [i.incMHP];
|
|
568
|
-
case
|
|
568
|
+
case d.MMP:
|
|
569
569
|
return [i.incMMP];
|
|
570
|
-
case
|
|
570
|
+
case d.speed:
|
|
571
571
|
return [i.incSpeed];
|
|
572
|
-
case
|
|
572
|
+
case d.jump:
|
|
573
573
|
return [i.incJump];
|
|
574
|
-
case
|
|
574
|
+
case d.damR:
|
|
575
575
|
return [i.damR];
|
|
576
|
-
case
|
|
576
|
+
case d.bdR:
|
|
577
577
|
return [i.bdR];
|
|
578
|
-
case
|
|
578
|
+
case d.allStatR:
|
|
579
579
|
return [i.statR];
|
|
580
|
-
case
|
|
580
|
+
case d.reduceReq:
|
|
581
581
|
return [i.reduceReq];
|
|
582
582
|
default:
|
|
583
583
|
return [];
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
|
-
const e = 25,
|
|
587
|
-
function
|
|
586
|
+
const e = 25, H = 15;
|
|
587
|
+
function $(t, o = !1) {
|
|
588
588
|
if (t.getBooleanValue(i.incCHUC))
|
|
589
589
|
return !1;
|
|
590
590
|
if (t.getBooleanValue(i.superiorEqp))
|
|
591
591
|
return t0(t);
|
|
592
|
-
if (t.star >= t.maxStar && !
|
|
592
|
+
if (t.star >= t.maxStar && !o || t.star >= e)
|
|
593
593
|
return !1;
|
|
594
594
|
t.star += 1;
|
|
595
|
-
const s = t.star, a =
|
|
595
|
+
const s = t.star, a = g(t, !1, !1), f = g(t, !1, !0), u = D.isWeapon(t.type) || t.type === r.katara, h = [
|
|
596
596
|
[i.incSTR, i.incDEX],
|
|
597
597
|
[i.incINT, i.incLUK],
|
|
598
598
|
[i.incDEX, i.incSTR],
|
|
599
599
|
[i.incLUK, i.incDEX],
|
|
600
600
|
[i.incSTR, i.incDEX]
|
|
601
|
-
],
|
|
601
|
+
], c = [
|
|
602
602
|
i.incSTR,
|
|
603
603
|
i.incDEX,
|
|
604
604
|
i.incINT,
|
|
605
605
|
i.incLUK
|
|
606
606
|
];
|
|
607
607
|
let n;
|
|
608
|
-
const
|
|
609
|
-
if (
|
|
608
|
+
const M = t.req.job;
|
|
609
|
+
if (M === 0)
|
|
610
610
|
n = /* @__PURE__ */ new Set([
|
|
611
611
|
i.incSTR,
|
|
612
612
|
i.incDEX,
|
|
@@ -615,114 +615,114 @@ function F(t, c = !1) {
|
|
|
615
615
|
]);
|
|
616
616
|
else {
|
|
617
617
|
n = /* @__PURE__ */ new Set();
|
|
618
|
-
for (let
|
|
619
|
-
if (
|
|
620
|
-
for (const
|
|
621
|
-
n.add(
|
|
618
|
+
for (let A = 0; A < 5; A++)
|
|
619
|
+
if (M & 1 << A)
|
|
620
|
+
for (const b of h[A])
|
|
621
|
+
n.add(b);
|
|
622
622
|
}
|
|
623
|
-
for (const
|
|
624
|
-
(n.has(
|
|
625
|
-
if (
|
|
626
|
-
const
|
|
623
|
+
for (const A of c)
|
|
624
|
+
(n.has(A) || s > 15 && (t.option(A).base > 0 || t.option(A).upgrade > 0)) && (t.option(A).enchant += a[s]);
|
|
625
|
+
if (u) {
|
|
626
|
+
const A = M === 0 || Math.floor(M / 2) % 2 === 1 || t.option(i.incMAD).upgrade > 0;
|
|
627
627
|
if (s > 15)
|
|
628
|
-
t.option(i.incPAD).enchant +=
|
|
628
|
+
t.option(i.incPAD).enchant += f[s], A && (t.option(i.incMAD).enchant += f[s]);
|
|
629
629
|
else {
|
|
630
|
-
const
|
|
631
|
-
if (t.option(i.incPAD).enchant += Math.floor(
|
|
632
|
-
const
|
|
633
|
-
t.option(i.incMAD).enchant += Math.floor(
|
|
630
|
+
const b = t.option(i.incPAD).sum - t.option(i.incPAD).bonus;
|
|
631
|
+
if (t.option(i.incPAD).enchant += Math.floor(b / 50) + 1, A) {
|
|
632
|
+
const B = t.option(i.incMAD).sum - t.option(i.incMAD).bonus;
|
|
633
|
+
t.option(i.incMAD).enchant += Math.floor(B / 50) + 1;
|
|
634
634
|
}
|
|
635
635
|
}
|
|
636
636
|
} else
|
|
637
|
-
t.option(i.incPAD).enchant +=
|
|
638
|
-
if (!
|
|
639
|
-
const
|
|
640
|
-
t.option(i.incPDD).enchant += Math.floor(
|
|
637
|
+
t.option(i.incPAD).enchant += f[s], t.option(i.incMAD).enchant += f[s], t.type === r.glove && (M === 0 ? (t.option(i.incPAD).enchant += X[s], t.option(i.incMAD).enchant += X[s]) : Math.floor(M / 2) % 2 === 1 ? t.option(i.incMAD).enchant += X[s] : t.option(i.incPAD).enchant += X[s]);
|
|
638
|
+
if (!u && t.type !== r.machineHeart) {
|
|
639
|
+
const A = t.option(i.incPDD).sum - t.option(i.incPDD).bonus;
|
|
640
|
+
t.option(i.incPDD).enchant += Math.floor(A / 20) + 1;
|
|
641
641
|
}
|
|
642
|
-
const
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
642
|
+
const v = [
|
|
643
|
+
r.cap,
|
|
644
|
+
r.coat,
|
|
645
|
+
r.longcoat,
|
|
646
|
+
r.pants,
|
|
647
|
+
r.cape,
|
|
648
|
+
r.ring,
|
|
649
|
+
r.pendant,
|
|
650
|
+
r.belt,
|
|
651
|
+
r.shoulder,
|
|
652
|
+
r.shield
|
|
653
653
|
];
|
|
654
|
-
return
|
|
654
|
+
return u ? (t.option(i.incMHP).enchant += L[s], t.option(i.incMMP).enchant += L[s]) : v.includes(t.type) && (t.option(i.incMHP).enchant += L[s]), t.type === r.shoes && (t.option(i.incSpeed).enchant += q[s], t.option(i.incJump).enchant += q[s]), !0;
|
|
655
655
|
}
|
|
656
656
|
function t0(t) {
|
|
657
657
|
if (t.star >= t.maxStar)
|
|
658
658
|
return !1;
|
|
659
659
|
t.star += 1;
|
|
660
|
-
const
|
|
660
|
+
const o = t.star, s = g(t, !1, !1), a = g(t, !1, !0), f = [
|
|
661
661
|
i.incSTR,
|
|
662
662
|
i.incDEX,
|
|
663
663
|
i.incINT,
|
|
664
664
|
i.incLUK
|
|
665
665
|
];
|
|
666
|
-
for (const
|
|
667
|
-
t.option(
|
|
668
|
-
const
|
|
669
|
-
for (const
|
|
670
|
-
t.option(
|
|
671
|
-
const
|
|
672
|
-
return t.option(i.incPDD).enchant += Math.floor(
|
|
673
|
-
}
|
|
674
|
-
function
|
|
675
|
-
if (t.getBooleanValue(i.incCHUC) || t.getBooleanValue(i.superiorEqp) || t.req.level > 150 || t.star >= t.maxStar && !s || t.star >=
|
|
666
|
+
for (const c of f)
|
|
667
|
+
t.option(c).base > 0 && (t.option(c).enchant += s[o]);
|
|
668
|
+
const u = [i.incPAD, i.incMAD];
|
|
669
|
+
for (const c of u)
|
|
670
|
+
t.option(c).base > 0 && (t.option(c).enchant += a[o]);
|
|
671
|
+
const h = t.option(i.incPDD).sum - t.option(i.incPDD).bonus;
|
|
672
|
+
return t.option(i.incPDD).enchant += Math.floor(h / 20) + 1, !0;
|
|
673
|
+
}
|
|
674
|
+
function J0(t, o = !1, s = !1) {
|
|
675
|
+
if (t.getBooleanValue(i.incCHUC) || t.getBooleanValue(i.superiorEqp) || t.req.level > 150 || t.star >= t.maxStar && !s || t.star >= H)
|
|
676
676
|
return !1;
|
|
677
|
-
t.amazing || (t.amazing = !0, t.maxStar = Math.min(t.maxStar,
|
|
678
|
-
const a = t.star,
|
|
677
|
+
t.amazing || (t.amazing = !0, t.maxStar = Math.min(t.maxStar, H)), t.star += 1;
|
|
678
|
+
const a = t.star, f = g(t, !0, !1), u = g(t, !0, !0), h = D.isWeapon(t.type) || t.type === r.katara, c = [
|
|
679
679
|
i.incSTR,
|
|
680
680
|
i.incDEX,
|
|
681
681
|
i.incINT,
|
|
682
682
|
i.incLUK
|
|
683
683
|
];
|
|
684
|
-
for (const
|
|
685
|
-
if (t.option(
|
|
686
|
-
let
|
|
687
|
-
|
|
684
|
+
for (const v of c)
|
|
685
|
+
if (t.option(v).sum > 0) {
|
|
686
|
+
let b = f[a];
|
|
687
|
+
o && D.isAccessory(t.type) && (b += a > 5 ? 2 : 1), t.option(v).enchant += b;
|
|
688
688
|
}
|
|
689
689
|
const n = [i.incPAD, i.incMAD];
|
|
690
|
-
for (const
|
|
691
|
-
const
|
|
692
|
-
if (
|
|
693
|
-
|
|
694
|
-
let
|
|
695
|
-
|
|
690
|
+
for (const v of n) {
|
|
691
|
+
const A = t.option(v).sum;
|
|
692
|
+
if (A > 0) {
|
|
693
|
+
h && (t.option(v).enchant += Math.floor(A / 50) + 1);
|
|
694
|
+
let b = u[a];
|
|
695
|
+
o && (h || t.type === r.shield) && (b += 1), t.option(v).enchant += b;
|
|
696
696
|
}
|
|
697
697
|
}
|
|
698
|
-
|
|
699
|
-
const
|
|
700
|
-
return t.option(i.incPDD).enchant += Math.floor(
|
|
698
|
+
o && D.isArmor(t.type) && (t.option(i.incMHP).enchant += 50);
|
|
699
|
+
const M = t.option(i.incPDD).sum;
|
|
700
|
+
return t.option(i.incPDD).enchant += Math.floor(M / 20) + 1, !0;
|
|
701
701
|
}
|
|
702
|
-
function
|
|
702
|
+
function l(t) {
|
|
703
703
|
if (t.getBooleanValue(i.incCHUC))
|
|
704
704
|
return !1;
|
|
705
|
-
t.star = 0, t.amazing = !1, t.maxStar =
|
|
706
|
-
for (const [,
|
|
707
|
-
|
|
705
|
+
t.star = 0, t.amazing = !1, t.maxStar = D.getMaxStar(t);
|
|
706
|
+
for (const [, o] of t.options)
|
|
707
|
+
o.enchant = 0;
|
|
708
708
|
return !0;
|
|
709
709
|
}
|
|
710
|
-
function
|
|
710
|
+
function B0(t) {
|
|
711
711
|
if (t.getBooleanValue(i.incCHUC) || t.amazing)
|
|
712
712
|
return !1;
|
|
713
|
-
const
|
|
714
|
-
|
|
715
|
-
for (let s = 0; s <
|
|
716
|
-
|
|
713
|
+
const o = t.star;
|
|
714
|
+
l(t);
|
|
715
|
+
for (let s = 0; s < o; s++)
|
|
716
|
+
$(t, !0);
|
|
717
717
|
return !0;
|
|
718
718
|
}
|
|
719
|
-
function
|
|
719
|
+
function g(t, o, s) {
|
|
720
720
|
let a;
|
|
721
|
-
t.getBooleanValue(i.superiorEqp) ? s ? a = n0 : a =
|
|
722
|
-
const
|
|
723
|
-
for (const
|
|
724
|
-
if (
|
|
725
|
-
return
|
|
721
|
+
t.getBooleanValue(i.superiorEqp) ? s ? a = n0 : a = o0 : o ? s ? a = a0 : a = r0 : s ? D.isWeapon(t.type) || t.type === r.katara ? a = c0 : a = i0 : a = s0;
|
|
722
|
+
const f = t.req.level;
|
|
723
|
+
for (const u of [...a].reverse())
|
|
724
|
+
if (f >= u[0])
|
|
725
|
+
return u;
|
|
726
726
|
throw Error(`Gear has invalid reqLevel.
|
|
727
727
|
` + t);
|
|
728
728
|
}
|
|
@@ -730,12 +730,12 @@ const n0 = [
|
|
|
730
730
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
731
731
|
[110, 0, 0, 0, 0, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0],
|
|
732
732
|
[150, 0, 0, 0, 0, 0, 9, 10, 11, 12, 13, 15, 17, 19, 21, 23]
|
|
733
|
-
],
|
|
733
|
+
], o0 = [
|
|
734
734
|
[0, 1, 2, 4, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
735
735
|
[80, 2, 3, 5, 8, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
736
736
|
[110, 9, 10, 12, 15, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
737
737
|
[150, 19, 20, 22, 25, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
738
|
-
],
|
|
738
|
+
], c0 = [
|
|
739
739
|
[
|
|
740
740
|
0,
|
|
741
741
|
0,
|
|
@@ -1504,7 +1504,7 @@ const n0 = [
|
|
|
1504
1504
|
[130, 0, 0, 0, 0, 0, 7, 8, 9, 10, 11, 12, 14, 16, 18, 20],
|
|
1505
1505
|
[140, 0, 0, 0, 0, 0, 8, 9, 10, 11, 12, 13, 15, 17, 19, 21],
|
|
1506
1506
|
[150, 0, 0, 0, 0, 0, 9, 10, 11, 12, 13, 14, 16, 18, 20, 22]
|
|
1507
|
-
],
|
|
1507
|
+
], r0 = [
|
|
1508
1508
|
[0, 1, 2, 4, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
1509
1509
|
[80, 2, 3, 5, 8, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
1510
1510
|
[85, 3, 4, 6, 9, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
@@ -1548,7 +1548,7 @@ const n0 = [
|
|
|
1548
1548
|
0,
|
|
1549
1549
|
0,
|
|
1550
1550
|
0
|
|
1551
|
-
],
|
|
1551
|
+
], L = [
|
|
1552
1552
|
0,
|
|
1553
1553
|
5,
|
|
1554
1554
|
5,
|
|
@@ -1575,7 +1575,7 @@ const n0 = [
|
|
|
1575
1575
|
0,
|
|
1576
1576
|
0,
|
|
1577
1577
|
0
|
|
1578
|
-
],
|
|
1578
|
+
], q = [
|
|
1579
1579
|
0,
|
|
1580
1580
|
0,
|
|
1581
1581
|
0,
|
|
@@ -1603,32 +1603,32 @@ const n0 = [
|
|
|
1603
1603
|
0,
|
|
1604
1604
|
0
|
|
1605
1605
|
];
|
|
1606
|
-
function
|
|
1606
|
+
function Q0(t, o) {
|
|
1607
1607
|
if (t.exceptionalUpgradeCountLeft < 1)
|
|
1608
1608
|
return !1;
|
|
1609
1609
|
t.exceptionalUpgradeCount += 1;
|
|
1610
|
-
for (const [s, a] of
|
|
1611
|
-
const
|
|
1612
|
-
t.exceptionalOptions.set(s,
|
|
1610
|
+
for (const [s, a] of o.option) {
|
|
1611
|
+
const f = t.exceptionalOptions.get(s) ?? 0;
|
|
1612
|
+
t.exceptionalOptions.set(s, f + a);
|
|
1613
1613
|
}
|
|
1614
1614
|
return !0;
|
|
1615
1615
|
}
|
|
1616
|
-
function
|
|
1616
|
+
function f0(t) {
|
|
1617
1617
|
return t.exceptionalUpgradeCount = 0, t.exceptionalOptions.clear(), !0;
|
|
1618
1618
|
}
|
|
1619
|
-
function
|
|
1620
|
-
if (
|
|
1621
|
-
return A0(t,
|
|
1622
|
-
if (t.type ===
|
|
1623
|
-
return
|
|
1624
|
-
if (
|
|
1625
|
-
return M0(t,
|
|
1626
|
-
if (
|
|
1627
|
-
return
|
|
1628
|
-
if (t.type ===
|
|
1629
|
-
return S0(t,
|
|
1630
|
-
}
|
|
1631
|
-
const
|
|
1619
|
+
function u0(t, o, s) {
|
|
1620
|
+
if (D.isWeapon(t.type) || t.type === r.katara)
|
|
1621
|
+
return A0(t, o, s);
|
|
1622
|
+
if (t.type === r.glove)
|
|
1623
|
+
return b0(t, o, s);
|
|
1624
|
+
if (D.isArmor(t.type) || t.type === r.shoulder)
|
|
1625
|
+
return M0(t, o, s);
|
|
1626
|
+
if (D.isAccessory(t.type))
|
|
1627
|
+
return v0(t, o, s);
|
|
1628
|
+
if (t.type === r.machineHeart)
|
|
1629
|
+
return S0(t, o, s);
|
|
1630
|
+
}
|
|
1631
|
+
const d0 = {
|
|
1632
1632
|
100: [
|
|
1633
1633
|
[1, 0],
|
|
1634
1634
|
[2, 0],
|
|
@@ -1649,7 +1649,7 @@ const h0 = {
|
|
|
1649
1649
|
[7, 3],
|
|
1650
1650
|
[9, 4]
|
|
1651
1651
|
]
|
|
1652
|
-
},
|
|
1652
|
+
}, h0 = {
|
|
1653
1653
|
100: [
|
|
1654
1654
|
[1, 5, 1],
|
|
1655
1655
|
[2, 20, 2],
|
|
@@ -1670,32 +1670,32 @@ const h0 = {
|
|
|
1670
1670
|
[7, 110, 10],
|
|
1671
1671
|
[10, 170, 15]
|
|
1672
1672
|
]
|
|
1673
|
-
},
|
|
1673
|
+
}, O = {
|
|
1674
1674
|
30: [1, 2, 3],
|
|
1675
1675
|
15: [2, 3, 4]
|
|
1676
|
-
},
|
|
1676
|
+
}, K = {
|
|
1677
1677
|
30: [1, 2, 3]
|
|
1678
1678
|
}, D0 = {
|
|
1679
1679
|
100: [0, 1, 1],
|
|
1680
1680
|
70: [1, 2, 2],
|
|
1681
1681
|
30: [2, 3, 3],
|
|
1682
1682
|
15: [3, 4, 4]
|
|
1683
|
-
},
|
|
1683
|
+
}, k = {
|
|
1684
1684
|
100: [1, 1, 2],
|
|
1685
1685
|
70: [2, 2, 3],
|
|
1686
1686
|
30: [3, 4, 5]
|
|
1687
|
-
},
|
|
1687
|
+
}, W = {
|
|
1688
1688
|
100: [1, 2, 3],
|
|
1689
1689
|
70: [2, 3, 5],
|
|
1690
1690
|
30: [3, 5, 7]
|
|
1691
|
-
},
|
|
1691
|
+
}, N = {
|
|
1692
1692
|
[i.incSTR]: i.incPAD,
|
|
1693
1693
|
[i.incDEX]: i.incPAD,
|
|
1694
1694
|
[i.incINT]: i.incMAD,
|
|
1695
1695
|
[i.incLUK]: i.incPAD,
|
|
1696
1696
|
[i.incMHP]: i.incPAD,
|
|
1697
1697
|
[i.incAllStat]: i.incPAD
|
|
1698
|
-
},
|
|
1698
|
+
}, U = {
|
|
1699
1699
|
[i.incSTR]: "힘",
|
|
1700
1700
|
[i.incDEX]: "민첩",
|
|
1701
1701
|
[i.incINT]: "지력",
|
|
@@ -1708,313 +1708,493 @@ const h0 = {
|
|
|
1708
1708
|
function x(t) {
|
|
1709
1709
|
return t.req.level > 110 ? 2 : t.req.level > 70 ? 1 : 0;
|
|
1710
1710
|
}
|
|
1711
|
-
function A0(t,
|
|
1712
|
-
if (
|
|
1711
|
+
function A0(t, o, s) {
|
|
1712
|
+
if (o === i.incAllStat)
|
|
1713
1713
|
return;
|
|
1714
1714
|
const a = x(t);
|
|
1715
|
-
let [
|
|
1716
|
-
const
|
|
1717
|
-
return
|
|
1718
|
-
[
|
|
1719
|
-
[
|
|
1715
|
+
let [f, u] = d0[s][a];
|
|
1716
|
+
const h = N[o], c = U[h];
|
|
1717
|
+
return o === i.incMHP && (u *= 50), { name: u > 0 ? `${s}% ${c}(${U[o]}) 주문서` : `${s}% ${c} 주문서`, option: /* @__PURE__ */ new Map([
|
|
1718
|
+
[o, u],
|
|
1719
|
+
[h, f]
|
|
1720
1720
|
]) };
|
|
1721
1721
|
}
|
|
1722
|
-
function M0(t,
|
|
1723
|
-
const a = x(t), [
|
|
1724
|
-
let
|
|
1725
|
-
if (
|
|
1726
|
-
n = [[i.incMHP,
|
|
1727
|
-
else if (n = [[i.incMHP,
|
|
1728
|
-
if (!(s in
|
|
1722
|
+
function M0(t, o, s) {
|
|
1723
|
+
const a = x(t), [f, u, h] = h0[s][a];
|
|
1724
|
+
let c = [], n = [], M = [];
|
|
1725
|
+
if (o === i.incMHP)
|
|
1726
|
+
n = [[i.incMHP, u + f * 50]];
|
|
1727
|
+
else if (n = [[i.incMHP, u]], o === i.incAllStat) {
|
|
1728
|
+
if (!(s in O))
|
|
1729
1729
|
return;
|
|
1730
|
-
const
|
|
1731
|
-
|
|
1732
|
-
[i.incSTR,
|
|
1733
|
-
[i.incDEX,
|
|
1734
|
-
[i.incINT,
|
|
1735
|
-
[i.incLUK,
|
|
1730
|
+
const b = O[s][a];
|
|
1731
|
+
c = [
|
|
1732
|
+
[i.incSTR, b],
|
|
1733
|
+
[i.incDEX, b],
|
|
1734
|
+
[i.incINT, b],
|
|
1735
|
+
[i.incLUK, b]
|
|
1736
1736
|
];
|
|
1737
1737
|
} else
|
|
1738
|
-
|
|
1739
|
-
t.upgradeCount === 3 && (t.req.job === 0 ?
|
|
1738
|
+
c = [[o, f]];
|
|
1739
|
+
t.upgradeCount === 3 && (t.req.job === 0 ? M = [
|
|
1740
1740
|
[i.incPAD, 1],
|
|
1741
1741
|
[i.incMAD, 1]
|
|
1742
|
-
] : Math.floor(t.req.job / 2) % 2 === 1 ?
|
|
1743
|
-
const
|
|
1744
|
-
...
|
|
1745
|
-
...
|
|
1742
|
+
] : Math.floor(t.req.job / 2) % 2 === 1 ? M = [[i.incMAD, 1]] : M = [[i.incPAD, 1]]);
|
|
1743
|
+
const v = `${s}% ${U[o]} 주문서`, A = new Map([
|
|
1744
|
+
...c,
|
|
1745
|
+
...M,
|
|
1746
1746
|
...n,
|
|
1747
|
-
[i.incPDD,
|
|
1747
|
+
[i.incPDD, h]
|
|
1748
1748
|
]);
|
|
1749
|
-
return { name:
|
|
1749
|
+
return { name: v, option: A };
|
|
1750
1750
|
}
|
|
1751
|
-
function
|
|
1752
|
-
const a = x(t),
|
|
1753
|
-
if (
|
|
1751
|
+
function b0(t, o, s) {
|
|
1752
|
+
const a = x(t), f = D0[s][a];
|
|
1753
|
+
if (f === 0)
|
|
1754
1754
|
return {
|
|
1755
1755
|
name: `${s}% 방어력 주문서`,
|
|
1756
1756
|
option: /* @__PURE__ */ new Map([[i.incPDD, 3]])
|
|
1757
1757
|
};
|
|
1758
1758
|
{
|
|
1759
|
-
const
|
|
1759
|
+
const u = N[o];
|
|
1760
1760
|
return {
|
|
1761
|
-
name: `${s}% ${
|
|
1762
|
-
option: /* @__PURE__ */ new Map([[
|
|
1761
|
+
name: `${s}% ${U[u]} 주문서`,
|
|
1762
|
+
option: /* @__PURE__ */ new Map([[u, f]])
|
|
1763
1763
|
};
|
|
1764
1764
|
}
|
|
1765
1765
|
}
|
|
1766
|
-
function
|
|
1767
|
-
if (!(s in
|
|
1766
|
+
function v0(t, o, s) {
|
|
1767
|
+
if (!(s in k))
|
|
1768
1768
|
return;
|
|
1769
|
-
const a = x(t),
|
|
1770
|
-
let
|
|
1771
|
-
if (
|
|
1772
|
-
|
|
1773
|
-
else if (
|
|
1774
|
-
if (!(s in
|
|
1769
|
+
const a = x(t), f = k[s][a];
|
|
1770
|
+
let u = [];
|
|
1771
|
+
if (o === i.incMHP)
|
|
1772
|
+
u = [[i.incMHP, f * 50]];
|
|
1773
|
+
else if (o === i.incAllStat) {
|
|
1774
|
+
if (!(s in K))
|
|
1775
1775
|
return;
|
|
1776
|
-
const n =
|
|
1777
|
-
|
|
1776
|
+
const n = K[s][a];
|
|
1777
|
+
u = [
|
|
1778
1778
|
[i.incSTR, n],
|
|
1779
1779
|
[i.incDEX, n],
|
|
1780
1780
|
[i.incINT, n],
|
|
1781
1781
|
[i.incLUK, n]
|
|
1782
1782
|
];
|
|
1783
1783
|
} else
|
|
1784
|
-
|
|
1785
|
-
const
|
|
1786
|
-
return { name:
|
|
1784
|
+
u = [[o, f]];
|
|
1785
|
+
const h = `${s}% ${U[o]} 주문서`, c = new Map(u);
|
|
1786
|
+
return { name: h, option: c };
|
|
1787
1787
|
}
|
|
1788
|
-
function S0(t,
|
|
1789
|
-
if (!(s in
|
|
1788
|
+
function S0(t, o, s) {
|
|
1789
|
+
if (!(s in W))
|
|
1790
1790
|
return;
|
|
1791
|
-
const a = x(t),
|
|
1792
|
-
return { name: `${s}% ${
|
|
1791
|
+
const a = x(t), f = W[s][a], u = N[o];
|
|
1792
|
+
return { name: `${s}% ${U[o]} 주문서`, option: /* @__PURE__ */ new Map([[u, f]]) };
|
|
1793
1793
|
}
|
|
1794
|
-
function
|
|
1794
|
+
function Z0(t) {
|
|
1795
1795
|
return t.getBooleanValue(i.blockGoldHammer) || t.getBooleanValue(i.onlyUpgrade) || t.totalUpgradeCount <= 0 || t.hammerCount > 0 ? !1 : (t.hammerCount = 1, !0);
|
|
1796
1796
|
}
|
|
1797
|
-
function R0(t,
|
|
1797
|
+
function R0(t, o) {
|
|
1798
1798
|
if (t.upgradeCountLeft < 1)
|
|
1799
1799
|
return !1;
|
|
1800
1800
|
t.upgradeCount += 1;
|
|
1801
|
-
for (const [s, a] of
|
|
1801
|
+
for (const [s, a] of o.option)
|
|
1802
1802
|
t.option(s).upgrade += a;
|
|
1803
1803
|
return !0;
|
|
1804
1804
|
}
|
|
1805
|
-
function
|
|
1806
|
-
const a =
|
|
1805
|
+
function Y0(t, o, s) {
|
|
1806
|
+
const a = u0(t, o, s);
|
|
1807
1807
|
return a ? R0(t, a) : !1;
|
|
1808
1808
|
}
|
|
1809
|
-
function
|
|
1809
|
+
function P0(t) {
|
|
1810
1810
|
return t.upgradeCountLeft < 1 ? !1 : (t.upgradeFailCount += 1, !0);
|
|
1811
1811
|
}
|
|
1812
|
-
function
|
|
1812
|
+
function p0(t) {
|
|
1813
1813
|
return t.upgradeFailCount < 1 ? !1 : (t.upgradeFailCount -= 1, !0);
|
|
1814
1814
|
}
|
|
1815
|
-
function
|
|
1815
|
+
function C0(t) {
|
|
1816
1816
|
t.upgradeCount = 0, t.upgradeFailCount = 0, t.hammerCount = 0;
|
|
1817
|
-
for (const [,
|
|
1818
|
-
|
|
1817
|
+
for (const [, o] of t.options)
|
|
1818
|
+
o.upgrade = 0;
|
|
1819
1819
|
return !0;
|
|
1820
1820
|
}
|
|
1821
|
-
function
|
|
1822
|
-
|
|
1821
|
+
function w0(t, o, s) {
|
|
1822
|
+
const a = new D();
|
|
1823
|
+
if (a.itemID = o, a.type = D.getGearType(o), a.name = t.name, a.desc = t.desc ?? "", a.icon = {
|
|
1824
|
+
id: t.icon
|
|
1825
|
+
}, a.totalUpgradeCount = t.tuc ?? 0, a.exceptionalTotalUpgradeCount = t.etuc ?? 0, t.req && (a.req = {
|
|
1826
|
+
level: t.req.level ?? 0,
|
|
1827
|
+
str: t.req.str ?? 0,
|
|
1828
|
+
luk: t.req.luk ?? 0,
|
|
1829
|
+
dex: t.req.dex ?? 0,
|
|
1830
|
+
int: t.req.int ?? 0,
|
|
1831
|
+
job: t.req.job ?? 0,
|
|
1832
|
+
specJob: t.req.specJob ?? 0
|
|
1833
|
+
}), t.options)
|
|
1834
|
+
for (const [h, c] of Object.entries(t.options)) {
|
|
1835
|
+
const n = i[h];
|
|
1836
|
+
a.option(n).base = c;
|
|
1837
|
+
}
|
|
1838
|
+
if (t.props)
|
|
1839
|
+
for (const [h, c] of Object.entries(t.props)) {
|
|
1840
|
+
const n = i[h];
|
|
1841
|
+
a.props.set(n, c);
|
|
1842
|
+
}
|
|
1843
|
+
t.pots && (a.potentials = t.pots.map((h) => s(h.option, h.level)).filter((h) => h !== void 0)), (a.totalUpgradeCount > 0 || g0(a.type) || D.isSubWeapon(a.type) || a.getBooleanValue(i.tucIgnoreForPotential) || U0(a.itemID)) && (a.canPotential = !0), (D.isMechanicGear(a.type) || D.isDragonGear(a.type)) && (a.canPotential = !1), a.getBooleanValue(i.noPotential) && (a.canPotential = !1);
|
|
1844
|
+
let f;
|
|
1845
|
+
if (f = a.getPropValue(i.fixedGrade))
|
|
1846
|
+
switch (f) {
|
|
1847
|
+
case 2:
|
|
1848
|
+
a.grade = S.rare;
|
|
1849
|
+
break;
|
|
1850
|
+
case 3:
|
|
1851
|
+
a.grade = S.epic;
|
|
1852
|
+
break;
|
|
1853
|
+
case 5:
|
|
1854
|
+
a.grade = S.unique;
|
|
1855
|
+
break;
|
|
1856
|
+
case 7:
|
|
1857
|
+
a.grade = S.legendary;
|
|
1858
|
+
break;
|
|
1859
|
+
default:
|
|
1860
|
+
a.grade = f - 1;
|
|
1861
|
+
break;
|
|
1862
|
+
}
|
|
1863
|
+
a.potentials.some((h) => h !== void 0) && a.grade === S.normal && (a.grade = S.rare), a.type === r.demonShield && (f = a.option(i.incMMP).base, f > 0 && (a.option(i.incMDF).base = f, a.option(i.incMMP).base = 0)), a.maxStar = D.getMaxStar(a);
|
|
1864
|
+
const u = a.getPropValue(i.incCHUC);
|
|
1865
|
+
return u > 0 && (a.star = u), a;
|
|
1823
1866
|
}
|
|
1824
|
-
function
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1867
|
+
function g0(t) {
|
|
1868
|
+
switch (t) {
|
|
1869
|
+
case r.soulShield:
|
|
1870
|
+
case r.demonShield:
|
|
1871
|
+
case r.katara:
|
|
1872
|
+
case r.magicArrow:
|
|
1873
|
+
case r.card:
|
|
1874
|
+
case r.orb:
|
|
1875
|
+
case r.dragonEssence:
|
|
1876
|
+
case r.soulRing:
|
|
1877
|
+
case r.magnum:
|
|
1878
|
+
case r.emblem:
|
|
1879
|
+
return !0;
|
|
1880
|
+
default:
|
|
1881
|
+
return !1;
|
|
1882
|
+
}
|
|
1828
1883
|
}
|
|
1829
|
-
function
|
|
1830
|
-
|
|
1884
|
+
function U0(t) {
|
|
1885
|
+
switch (t) {
|
|
1886
|
+
case 1113231:
|
|
1887
|
+
case 1114302:
|
|
1888
|
+
case 1114305:
|
|
1889
|
+
return !0;
|
|
1890
|
+
default:
|
|
1891
|
+
return !1;
|
|
1892
|
+
}
|
|
1831
1893
|
}
|
|
1832
|
-
|
|
1833
|
-
|
|
1894
|
+
class m0 {
|
|
1895
|
+
/**
|
|
1896
|
+
* @param gears KMS 장비 정보
|
|
1897
|
+
* @param
|
|
1898
|
+
*/
|
|
1899
|
+
constructor(o, s) {
|
|
1900
|
+
this.gears = o, this.potentialRepository = s;
|
|
1901
|
+
}
|
|
1902
|
+
/**
|
|
1903
|
+
* 아이템 ID 목록을 반환합니다.
|
|
1904
|
+
* @returns 아이템 ID 목록
|
|
1905
|
+
*/
|
|
1906
|
+
ids() {
|
|
1907
|
+
return Object.keys(this.gears).map((o) => Number(o));
|
|
1908
|
+
}
|
|
1909
|
+
/**
|
|
1910
|
+
* 아이템 ID로부터 장비를 생성합니다.
|
|
1911
|
+
* @param id 장비 아이템 ID.
|
|
1912
|
+
* @returns 아이템 ID에 해당하는 장비. 장비가 존재하지 않을 경우 `undefined`를 반환합니다.
|
|
1913
|
+
*/
|
|
1914
|
+
createGearFromId(o) {
|
|
1915
|
+
if (o in this.gears)
|
|
1916
|
+
return w0(
|
|
1917
|
+
this.gears[o],
|
|
1918
|
+
o,
|
|
1919
|
+
(s, a) => this.potentialRepository.createPotentialFromCode(s, a)
|
|
1920
|
+
);
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
function E0(t, o, s) {
|
|
1924
|
+
const a = new w();
|
|
1925
|
+
a.code = o, a.optionType = t.optionType ?? 0, a.reqLevel = t.reqLevel ?? 0, a.summary = t.string;
|
|
1926
|
+
for (const [u, h] of Object.entries(t.level[s])) {
|
|
1927
|
+
const c = i[u];
|
|
1928
|
+
typeof h == "number" && a.option.set(c, h);
|
|
1929
|
+
}
|
|
1930
|
+
const f = a.option.get(i.incDAMr) ?? 0;
|
|
1931
|
+
return f > 0 && (a.option.get(i.boss) ?? 0) > 0 && (a.option.delete(i.incDAMr), a.option.delete(i.boss), a.option.set(i.incBDR, f), a.summary = a.summary.replace("#incDAMr", "#incBDR")), a;
|
|
1932
|
+
}
|
|
1933
|
+
class y0 {
|
|
1934
|
+
/**
|
|
1935
|
+
* @param itemOptions KMS 잠재옵션 정보
|
|
1936
|
+
*/
|
|
1937
|
+
constructor(o) {
|
|
1938
|
+
this.itemOptions = o;
|
|
1939
|
+
}
|
|
1940
|
+
/**
|
|
1941
|
+
* 잠재옵션 코드로부터 잠재옵션을 생성합니다.
|
|
1942
|
+
* 잠재옵션에 `incDAMr` 속성과 `boss` 속성이 존재할 경우 `incBDR` 속성으로 대체됩니다.
|
|
1943
|
+
* @param code 잠재옵션 코드.
|
|
1944
|
+
* @param potentialLevel 장비의 착용 가능 레벨로 계산되는 잠재옵션 레벨. `1`부터 `25`까지의 값입니다.
|
|
1945
|
+
* @returns 코드에 해당하는 잠재옵션. 존재하지 않을 경우 `undefined`를 반환합니다.
|
|
1946
|
+
*/
|
|
1947
|
+
createPotentialFromCode(o, s) {
|
|
1948
|
+
if (o in this.itemOptions)
|
|
1949
|
+
return E0(
|
|
1950
|
+
this.itemOptions[o],
|
|
1951
|
+
o,
|
|
1952
|
+
s
|
|
1953
|
+
);
|
|
1954
|
+
}
|
|
1955
|
+
}
|
|
1956
|
+
function x0(t, o = "PAD") {
|
|
1957
|
+
const s = t.magnificent ? t.options[o] : t.option, a = /* @__PURE__ */ new Map();
|
|
1958
|
+
for (const [f, u] of Object.entries(s)) {
|
|
1959
|
+
const h = i[f];
|
|
1960
|
+
a.set(h, u);
|
|
1961
|
+
}
|
|
1962
|
+
return {
|
|
1963
|
+
name: t.name,
|
|
1964
|
+
skill: t.skill,
|
|
1965
|
+
multiplier: t.multiplier,
|
|
1966
|
+
option: a
|
|
1967
|
+
};
|
|
1968
|
+
}
|
|
1969
|
+
class T0 {
|
|
1970
|
+
/**
|
|
1971
|
+
* @param souls KMS 소울 정보
|
|
1972
|
+
*/
|
|
1973
|
+
constructor(o) {
|
|
1974
|
+
this.souls = o;
|
|
1975
|
+
}
|
|
1976
|
+
/**
|
|
1977
|
+
* 소울 ID 목록을 반환합니다.
|
|
1978
|
+
* @returns 소울 ID 목록
|
|
1979
|
+
*/
|
|
1980
|
+
ids() {
|
|
1981
|
+
return Object.keys(this.souls).map((o) => Number(o));
|
|
1982
|
+
}
|
|
1983
|
+
/**
|
|
1984
|
+
* 소울 ID로부터 소울를 생성합니다.
|
|
1985
|
+
* @param id 소울 ID.
|
|
1986
|
+
* @param type 위대한 소울 옵션 종류. 기본값은 `PAD`입니다.
|
|
1987
|
+
* 위대한 소울이 아닐 경우 무시합니다.
|
|
1988
|
+
* @returns 정보에 해당하는 소울. 존재하지 않을 경우 `undefined`를 반환합니다.
|
|
1989
|
+
*/
|
|
1990
|
+
createSoulFromId(o, s = "PAD") {
|
|
1991
|
+
if (o in this.souls)
|
|
1992
|
+
return x0(this.souls[o], s);
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
function G0(t, o, s) {
|
|
1996
|
+
return X0(t, o, s?.ignorePropTypes), L0(t, o), N0(t, o), I0(t, o), H0(t, o), q0(t, o), O0(t, o, s?.getPotentialFunc), K0(t, o), o;
|
|
1997
|
+
}
|
|
1998
|
+
function X0(t, o, s) {
|
|
1999
|
+
for (const [a, f] of t.props)
|
|
2000
|
+
s && s.includes(a) || o.props.set(a, f);
|
|
2001
|
+
o.karma = t.karma;
|
|
2002
|
+
}
|
|
2003
|
+
function L0(t, o) {
|
|
2004
|
+
t.anvil !== void 0 && (o.anvil = t.anvil);
|
|
2005
|
+
}
|
|
2006
|
+
function N0(t, o) {
|
|
2007
|
+
Z(o);
|
|
1834
2008
|
for (const [s, a] of t.options)
|
|
1835
|
-
|
|
2009
|
+
o.option(s).bonus = a.bonus;
|
|
1836
2010
|
}
|
|
1837
|
-
function
|
|
2011
|
+
function I0(t, o) {
|
|
1838
2012
|
if (t.upgradeCount !== void 0 && t.upgradeFailCount !== void 0 && t.hammerCount !== void 0) {
|
|
1839
|
-
|
|
2013
|
+
C0(o), o.upgradeCount = t.upgradeCount, o.upgradeFailCount = t.upgradeFailCount, o.hammerCount = t.hammerCount;
|
|
1840
2014
|
for (const [s, a] of t.options)
|
|
1841
|
-
|
|
2015
|
+
o.option(s).upgrade = a.upgrade;
|
|
1842
2016
|
}
|
|
1843
2017
|
}
|
|
1844
|
-
function
|
|
2018
|
+
function H0(t, o) {
|
|
1845
2019
|
if (t.star !== void 0 && t.star !== 0)
|
|
1846
|
-
if (
|
|
1847
|
-
|
|
2020
|
+
if (l(o), t.amazing) {
|
|
2021
|
+
o.star = t.star, o.maxStar = t.maxStar, o.amazing = t.amazing;
|
|
1848
2022
|
for (const [s, a] of t.options)
|
|
1849
|
-
|
|
2023
|
+
o.option(s).enchant = a.enchant;
|
|
1850
2024
|
} else
|
|
1851
2025
|
for (let s = 0; s < t.star; s++)
|
|
1852
|
-
|
|
2026
|
+
$(o, !0);
|
|
1853
2027
|
}
|
|
1854
|
-
function
|
|
1855
|
-
t.exceptionalUpgradeCount !== void 0 && (
|
|
2028
|
+
function q0(t, o) {
|
|
2029
|
+
t.exceptionalUpgradeCount !== void 0 && (f0(o), o.exceptionalUpgradeCount = t.exceptionalUpgradeCount, o.exceptionalOptions = new Map(t.exceptionalOptions));
|
|
1856
2030
|
}
|
|
1857
|
-
function
|
|
1858
|
-
const a =
|
|
1859
|
-
function u
|
|
1860
|
-
if (
|
|
2031
|
+
function O0(t, o, s) {
|
|
2032
|
+
const a = w.getPotentialLevel(o.req.level);
|
|
2033
|
+
function f(u) {
|
|
2034
|
+
if (u === null)
|
|
1861
2035
|
return null;
|
|
1862
2036
|
if (s)
|
|
1863
|
-
return s(
|
|
2037
|
+
return s(u.code, a) ?? null;
|
|
1864
2038
|
{
|
|
1865
|
-
const
|
|
1866
|
-
return
|
|
2039
|
+
const h = new w();
|
|
2040
|
+
return h.code = u.code, h.option = new Map(u.option), h.optionType = u.optionType, h.reqLevel = u.reqLevel, h.summary = u.summary, h;
|
|
1867
2041
|
}
|
|
1868
2042
|
}
|
|
1869
|
-
|
|
2043
|
+
o.grade = t.grade, t.potentials.length !== 0 && (o.potentials = t.potentials.map(f)), o.additionalGrade = t.additionalGrade, t.additionalPotentials.length !== 0 && (o.additionalPotentials = t.additionalPotentials.map(f));
|
|
1870
2044
|
}
|
|
1871
|
-
function
|
|
1872
|
-
|
|
2045
|
+
function K0(t, o) {
|
|
2046
|
+
o.soulWeapon.enchanted = t.soulWeapon.enchanted, t.soulWeapon.soul && (o.soulWeapon.soul = { ...t.soulWeapon.soul }), o.soulWeapon.setCharge(t.soulWeapon.charge);
|
|
1873
2047
|
}
|
|
1874
|
-
function
|
|
1875
|
-
const
|
|
1876
|
-
|
|
2048
|
+
function k0(t) {
|
|
2049
|
+
const o = {};
|
|
2050
|
+
o.id = t.itemID, o.n = t.name, t.desc.length > 0 && (o.d = t.desc), o.i = t.icon, t.anvil && (o.an = t.anvil), o.t = t.type, o.r = t.req, o.pr = R(t.props, (a) => a !== 0), o.o = R(t.options, (a) => !a.empty, W0), t.totalUpgradeCount > 0 && (o.c = t.totalUpgradeCount), t.upgradeCount > 0 && (o.up = t.upgradeCount), t.upgradeFailCount > 0 && (o.f = t.upgradeFailCount), t.hammerCount > 0 && (o.h = t.hammerCount), t.exceptionalTotalUpgradeCount > 0 && (o.ec = t.exceptionalTotalUpgradeCount), t.exceptionalUpgradeCount > 0 && (o.eu = t.exceptionalUpgradeCount), o.eo = R(t.exceptionalOptions, (a) => a !== 0), t.maxStar > 0 && (o.m = t.maxStar), t.star > 0 && (o.s = t.star), t.amazing && (o.a = t.amazing), t.karma !== void 0 && (o.k = t.karma), t.canPotential && (o.cp = t.canPotential), t.grade > 0 && (o.g = t.grade), t.grade > 0 && t.potentials.length > 0 && (o.p = F(t.potentials, void 0, j)), t.additionalGrade > 0 && (o.g2 = t.additionalGrade), t.additionalGrade > 0 && t.additionalPotentials.length > 0 && (o.p2 = F(
|
|
1877
2051
|
t.additionalPotentials,
|
|
1878
2052
|
void 0,
|
|
1879
|
-
|
|
2053
|
+
j
|
|
1880
2054
|
));
|
|
1881
|
-
const s =
|
|
1882
|
-
return s && (
|
|
2055
|
+
const s = j0(t.soulWeapon);
|
|
2056
|
+
return s && (o.w = s), o;
|
|
1883
2057
|
}
|
|
1884
|
-
function
|
|
2058
|
+
function W0(t) {
|
|
1885
2059
|
return [t.base, t.bonus, t.upgrade, t.enchant];
|
|
1886
2060
|
}
|
|
1887
|
-
function
|
|
2061
|
+
function j(t) {
|
|
1888
2062
|
return t ? {
|
|
1889
2063
|
c: t.code,
|
|
1890
2064
|
t: t.optionType,
|
|
1891
2065
|
l: t.reqLevel,
|
|
1892
2066
|
s: t.summary,
|
|
1893
|
-
o:
|
|
2067
|
+
o: R(t.option, (o) => o !== 0)
|
|
1894
2068
|
} : null;
|
|
1895
2069
|
}
|
|
1896
|
-
function
|
|
1897
|
-
const
|
|
1898
|
-
if (t.enchanted && (
|
|
1899
|
-
return
|
|
2070
|
+
function j0(t) {
|
|
2071
|
+
const o = {};
|
|
2072
|
+
if (t.enchanted && (o.e = t.enchanted), t.soul && (o.s = F0(t.soul)), t.charge > 0 && (o.c = t.charge), t.chargeOption.size > 0 && (o.o = R(t.chargeOption, (s) => s !== 0)), Object.keys(o).length > 0)
|
|
2073
|
+
return o;
|
|
1900
2074
|
}
|
|
1901
|
-
function
|
|
2075
|
+
function F0(t) {
|
|
1902
2076
|
return t ? {
|
|
1903
2077
|
n: t.name,
|
|
1904
2078
|
s: t.skill,
|
|
1905
|
-
o:
|
|
2079
|
+
o: R(t.option, (o) => o !== 0),
|
|
1906
2080
|
m: t.multiplier
|
|
1907
2081
|
} : void 0;
|
|
1908
2082
|
}
|
|
1909
|
-
const
|
|
1910
|
-
const
|
|
2083
|
+
const V0 = (t) => {
|
|
2084
|
+
const o = (c) => typeof c.id == "number" && typeof c.n == "string" && (c.d === void 0 || typeof c.d == "string") && typeof c.i == "object" && c.i !== null && typeof c.i.id == "number" && (c.an === void 0 || typeof c.an == "object" && c.an !== null && s(c.an)) && (c.t === 100 || c.t === 101 || c.t === 102 || c.t === 103 || c.t === 104 || c.t === 105 || c.t === 106 || c.t === 107 || c.t === 108 || c.t === 110 || c.t === 111 || c.t === 112 || c.t === 113 || c.t === 114 || c.t === 115 || c.t === 116 || c.t === 118 || c.t === 166 || c.t === 167 || c.t === 109 || c.t === 119 || c.t === 119020 || c.t === 1212 || c.t === 1213 || c.t === 1214 || c.t === 122 || c.t === 123 || c.t === 124 || c.t === 126 || c.t === 127 || c.t === 128 || c.t === 129 || c.t === 130 || c.t === 131 || c.t === 132 || c.t === 133 || c.t === 134 || c.t === 136 || c.t === 137 || c.t === 138 || c.t === 140 || c.t === 1404 || c.t === 141 || c.t === 142 || c.t === 143 || c.t === 144 || c.t === 145 || c.t === 146 || c.t === 147 || c.t === 148 || c.t === 149 || c.t === 150 || c.t === 151 || c.t === 152 || c.t === 153 || c.t === 156 || c.t === 157 || c.t === 158 || c.t === 159 || c.t === 1098 || c.t === 1099 || c.t === 135200 || c.t === 135210 || c.t === 135220 || c.t === 135221 || c.t === 135222 || c.t === 135223 || c.t === 135224 || c.t === 135225 || c.t === 135226 || c.t === 135227 || c.t === 135228 || c.t === 135229 || c.t === 135240 || c.t === 135250 || c.t === 135260 || c.t === 135270 || c.t === 135290 || c.t === 135291 || c.t === 135292 || c.t === 135293 || c.t === 135294 || c.t === 135295 || c.t === 135296 || c.t === 135297 || c.t === 135298 || c.t === 135300 || c.t === 135310 || c.t === 135320 || c.t === 135330 || c.t === 135340 || c.t === 135350 || c.t === 135360 || c.t === 135370 || c.t === 135380 || c.t === 135400 || c.t === 135401 || c.t === 135402 || c.t === 135403 || c.t === 180 || c.t === 161 || c.t === 162 || c.t === 163 || c.t === 164 || c.t === 165 || c.t === 194 || c.t === 195 || c.t === 196 || c.t === 197) && typeof c.r == "object" && c.r !== null && a(c.r) && Array.isArray(c.pr) && c.pr.every(
|
|
1911
2085
|
(n) => Array.isArray(n) && n.length === 2 && (n[0] === 1 || n[0] === 2 || n[0] === 3 || n[0] === 4 || n[0] === 5 || n[0] === 6 || n[0] === 7 || n[0] === 8 || n[0] === 9 || n[0] === 10 || n[0] === 11 || n[0] === 12 || n[0] === 13 || n[0] === 14 || n[0] === 15 || n[0] === 16 || n[0] === 17 || n[0] === 18 || n[0] === 19 || n[0] === 20 || n[0] === 21 || n[0] === 22 || n[0] === 23 || n[0] === 24 || n[0] === 25 || n[0] === 26 || n[0] === 27 || n[0] === 28 || n[0] === 29 || n[0] === 30 || n[0] === 31 || n[0] === 100 || n[0] === 101 || n[0] === 102 || n[0] === 103 || n[0] === 104 || n[0] === 105 || n[0] === 106 || n[0] === 107 || n[0] === 108 || n[0] === 109 || n[0] === 110 || n[0] === 111 || n[0] === 112 || n[0] === 113 || n[0] === 114 || n[0] === 115 || n[0] === 116 || n[0] === 117 || n[0] === 118 || n[0] === 119 || n[0] === 120 || n[0] === 121 || n[0] === 122 || n[0] === 123 || n[0] === 124 || n[0] === 125 || n[0] === 126 || n[0] === 127 || n[0] === 128 || n[0] === 129 || n[0] === 130 || n[0] === 131 || n[0] === 132 || n[0] === 133 || n[0] === 134 || n[0] === 135 || n[0] === 200 || n[0] === 201 || n[0] === 202 || n[0] === 203 || n[0] === 1100 || n[0] === 1101 || n[0] === 1102 || n[0] === 1103 || n[0] === 1104 || n[0] === 1105 || n[0] === 1106 || n[0] === 1107 || n[0] === 1108 || n[0] === 1109 || n[0] === 1110 || n[0] === 1111 || n[0] === 1112 || n[0] === 1113 || n[0] === 1114 || n[0] === 1115 || n[0] === 1116 || n[0] === 1117 || n[0] === 1118 || n[0] === 1119 || n[0] === 1120 || n[0] === 1121 || n[0] === 1122 || n[0] === 1123 || n[0] === 1124 || n[0] === 1125 || n[0] === 1126) && typeof n[1] == "number"
|
|
1912
|
-
) && Array.isArray(
|
|
2086
|
+
) && Array.isArray(c.o) && c.o.every(
|
|
1913
2087
|
(n) => Array.isArray(n) && n.length === 2 && (n[0] === 1 || n[0] === 2 || n[0] === 3 || n[0] === 4 || n[0] === 5 || n[0] === 6 || n[0] === 7 || n[0] === 8 || n[0] === 9 || n[0] === 10 || n[0] === 11 || n[0] === 12 || n[0] === 13 || n[0] === 14 || n[0] === 15 || n[0] === 16 || n[0] === 17 || n[0] === 18 || n[0] === 19 || n[0] === 20 || n[0] === 21 || n[0] === 22 || n[0] === 23 || n[0] === 24 || n[0] === 25 || n[0] === 26 || n[0] === 27 || n[0] === 28 || n[0] === 29 || n[0] === 30 || n[0] === 31 || n[0] === 100 || n[0] === 101 || n[0] === 102 || n[0] === 103 || n[0] === 104 || n[0] === 105 || n[0] === 106 || n[0] === 107 || n[0] === 108 || n[0] === 109 || n[0] === 110 || n[0] === 111 || n[0] === 112 || n[0] === 113 || n[0] === 114 || n[0] === 115 || n[0] === 116 || n[0] === 117 || n[0] === 118 || n[0] === 119 || n[0] === 120 || n[0] === 121 || n[0] === 122 || n[0] === 123 || n[0] === 124 || n[0] === 125 || n[0] === 126 || n[0] === 127 || n[0] === 128 || n[0] === 129 || n[0] === 130 || n[0] === 131 || n[0] === 132 || n[0] === 133 || n[0] === 134 || n[0] === 135 || n[0] === 200 || n[0] === 201 || n[0] === 202 || n[0] === 203 || n[0] === 1100 || n[0] === 1101 || n[0] === 1102 || n[0] === 1103 || n[0] === 1104 || n[0] === 1105 || n[0] === 1106 || n[0] === 1107 || n[0] === 1108 || n[0] === 1109 || n[0] === 1110 || n[0] === 1111 || n[0] === 1112 || n[0] === 1113 || n[0] === 1114 || n[0] === 1115 || n[0] === 1116 || n[0] === 1117 || n[0] === 1118 || n[0] === 1119 || n[0] === 1120 || n[0] === 1121 || n[0] === 1122 || n[0] === 1123 || n[0] === 1124 || n[0] === 1125 || n[0] === 1126) && Array.isArray(n[1]) && n[1].length === 4 && typeof n[1][0] == "number" && typeof n[1][1] == "number" && typeof n[1][2] == "number" && typeof n[1][3] == "number"
|
|
1914
|
-
) && (
|
|
2088
|
+
) && (c.c === void 0 || typeof c.c == "number") && (c.up === void 0 || typeof c.up == "number") && (c.f === void 0 || typeof c.f == "number") && (c.h === void 0 || typeof c.h == "number") && (c.ec === void 0 || typeof c.ec == "number") && (c.eu === void 0 || typeof c.eu == "number") && (c.eo === void 0 || Array.isArray(c.eo) && c.eo.every(
|
|
1915
2089
|
(n) => Array.isArray(n) && n.length === 2 && (n[0] === 1 || n[0] === 2 || n[0] === 3 || n[0] === 4 || n[0] === 5 || n[0] === 6 || n[0] === 7 || n[0] === 8 || n[0] === 9 || n[0] === 10 || n[0] === 11 || n[0] === 12 || n[0] === 13 || n[0] === 14 || n[0] === 15 || n[0] === 16 || n[0] === 17 || n[0] === 18 || n[0] === 19 || n[0] === 20 || n[0] === 21 || n[0] === 22 || n[0] === 23 || n[0] === 24 || n[0] === 25 || n[0] === 26 || n[0] === 27 || n[0] === 28 || n[0] === 29 || n[0] === 30 || n[0] === 31 || n[0] === 100 || n[0] === 101 || n[0] === 102 || n[0] === 103 || n[0] === 104 || n[0] === 105 || n[0] === 106 || n[0] === 107 || n[0] === 108 || n[0] === 109 || n[0] === 110 || n[0] === 111 || n[0] === 112 || n[0] === 113 || n[0] === 114 || n[0] === 115 || n[0] === 116 || n[0] === 117 || n[0] === 118 || n[0] === 119 || n[0] === 120 || n[0] === 121 || n[0] === 122 || n[0] === 123 || n[0] === 124 || n[0] === 125 || n[0] === 126 || n[0] === 127 || n[0] === 128 || n[0] === 129 || n[0] === 130 || n[0] === 131 || n[0] === 132 || n[0] === 133 || n[0] === 134 || n[0] === 135 || n[0] === 200 || n[0] === 201 || n[0] === 202 || n[0] === 203 || n[0] === 1100 || n[0] === 1101 || n[0] === 1102 || n[0] === 1103 || n[0] === 1104 || n[0] === 1105 || n[0] === 1106 || n[0] === 1107 || n[0] === 1108 || n[0] === 1109 || n[0] === 1110 || n[0] === 1111 || n[0] === 1112 || n[0] === 1113 || n[0] === 1114 || n[0] === 1115 || n[0] === 1116 || n[0] === 1117 || n[0] === 1118 || n[0] === 1119 || n[0] === 1120 || n[0] === 1121 || n[0] === 1122 || n[0] === 1123 || n[0] === 1124 || n[0] === 1125 || n[0] === 1126) && typeof n[1] == "number"
|
|
1916
|
-
)) && (
|
|
1917
|
-
(n) => n === null || typeof n == "object" && n !== null &&
|
|
1918
|
-
)) && (
|
|
1919
|
-
(n) => n === null || typeof n == "object" && n !== null &&
|
|
1920
|
-
)) && (
|
|
2090
|
+
)) && (c.m === void 0 || typeof c.m == "number") && (c.s === void 0 || typeof c.s == "number") && (c.a === void 0 || typeof c.a == "boolean") && (c.k === void 0 || typeof c.k == "number") && (c.cp === void 0 || typeof c.cp == "boolean") && (c.g === void 0 || c.g === 0 || c.g === 1 || c.g === 2 || c.g === 3 || c.g === 4 || c.g === 5) && (c.p === void 0 || Array.isArray(c.p) && c.p.every(
|
|
2091
|
+
(n) => n === null || typeof n == "object" && n !== null && f(n)
|
|
2092
|
+
)) && (c.g2 === void 0 || c.g2 === 0 || c.g2 === 1 || c.g2 === 2 || c.g2 === 3 || c.g2 === 4 || c.g2 === 5) && (c.p2 === void 0 || Array.isArray(c.p2) && c.p2.every(
|
|
2093
|
+
(n) => n === null || typeof n == "object" && n !== null && f(n)
|
|
2094
|
+
)) && (c.w === void 0 || typeof c.w == "object" && c.w !== null && Array.isArray(c.w) === !1 && u(c.w)), s = (c) => typeof c.name == "string" && typeof c.icon == "object" && c.icon !== null && typeof c.icon.id == "number", a = (c) => typeof c.level == "number" && typeof c.str == "number" && typeof c.luk == "number" && typeof c.dex == "number" && typeof c.int == "number" && typeof c.job == "number" && typeof c.specJob == "number", f = (c) => typeof c.c == "number" && typeof c.t == "number" && typeof c.l == "number" && typeof c.s == "string" && Array.isArray(c.o) && c.o.every(
|
|
1921
2095
|
(n) => Array.isArray(n) && n.length === 2 && (n[0] === 1 || n[0] === 2 || n[0] === 3 || n[0] === 4 || n[0] === 5 || n[0] === 6 || n[0] === 7 || n[0] === 8 || n[0] === 9 || n[0] === 10 || n[0] === 11 || n[0] === 12 || n[0] === 13 || n[0] === 14 || n[0] === 15 || n[0] === 16 || n[0] === 17 || n[0] === 18 || n[0] === 19 || n[0] === 20 || n[0] === 21 || n[0] === 22 || n[0] === 23 || n[0] === 24 || n[0] === 25 || n[0] === 26 || n[0] === 27 || n[0] === 28 || n[0] === 29 || n[0] === 30 || n[0] === 31 || n[0] === 100 || n[0] === 101 || n[0] === 102 || n[0] === 103 || n[0] === 104 || n[0] === 105 || n[0] === 106 || n[0] === 107 || n[0] === 108 || n[0] === 109 || n[0] === 110 || n[0] === 111 || n[0] === 112 || n[0] === 113 || n[0] === 114 || n[0] === 115 || n[0] === 116 || n[0] === 117 || n[0] === 118 || n[0] === 119 || n[0] === 120 || n[0] === 121 || n[0] === 122 || n[0] === 123 || n[0] === 124 || n[0] === 125 || n[0] === 126 || n[0] === 127 || n[0] === 128 || n[0] === 129 || n[0] === 130 || n[0] === 131 || n[0] === 132 || n[0] === 133 || n[0] === 134 || n[0] === 135 || n[0] === 200 || n[0] === 201 || n[0] === 202 || n[0] === 203 || n[0] === 1100 || n[0] === 1101 || n[0] === 1102 || n[0] === 1103 || n[0] === 1104 || n[0] === 1105 || n[0] === 1106 || n[0] === 1107 || n[0] === 1108 || n[0] === 1109 || n[0] === 1110 || n[0] === 1111 || n[0] === 1112 || n[0] === 1113 || n[0] === 1114 || n[0] === 1115 || n[0] === 1116 || n[0] === 1117 || n[0] === 1118 || n[0] === 1119 || n[0] === 1120 || n[0] === 1121 || n[0] === 1122 || n[0] === 1123 || n[0] === 1124 || n[0] === 1125 || n[0] === 1126) && typeof n[1] == "number"
|
|
1922
|
-
),
|
|
2096
|
+
), u = (c) => (c.e === void 0 || typeof c.e == "boolean") && (c.s === void 0 || typeof c.s == "object" && c.s !== null && h(c.s)) && (c.c === void 0 || typeof c.c == "number") && (c.o === void 0 || Array.isArray(c.o) && c.o.every(
|
|
1923
2097
|
(n) => Array.isArray(n) && n.length === 2 && (n[0] === 1 || n[0] === 2 || n[0] === 3 || n[0] === 4 || n[0] === 5 || n[0] === 6 || n[0] === 7 || n[0] === 8 || n[0] === 9 || n[0] === 10 || n[0] === 11 || n[0] === 12 || n[0] === 13 || n[0] === 14 || n[0] === 15 || n[0] === 16 || n[0] === 17 || n[0] === 18 || n[0] === 19 || n[0] === 20 || n[0] === 21 || n[0] === 22 || n[0] === 23 || n[0] === 24 || n[0] === 25 || n[0] === 26 || n[0] === 27 || n[0] === 28 || n[0] === 29 || n[0] === 30 || n[0] === 31 || n[0] === 100 || n[0] === 101 || n[0] === 102 || n[0] === 103 || n[0] === 104 || n[0] === 105 || n[0] === 106 || n[0] === 107 || n[0] === 108 || n[0] === 109 || n[0] === 110 || n[0] === 111 || n[0] === 112 || n[0] === 113 || n[0] === 114 || n[0] === 115 || n[0] === 116 || n[0] === 117 || n[0] === 118 || n[0] === 119 || n[0] === 120 || n[0] === 121 || n[0] === 122 || n[0] === 123 || n[0] === 124 || n[0] === 125 || n[0] === 126 || n[0] === 127 || n[0] === 128 || n[0] === 129 || n[0] === 130 || n[0] === 131 || n[0] === 132 || n[0] === 133 || n[0] === 134 || n[0] === 135 || n[0] === 200 || n[0] === 201 || n[0] === 202 || n[0] === 203 || n[0] === 1100 || n[0] === 1101 || n[0] === 1102 || n[0] === 1103 || n[0] === 1104 || n[0] === 1105 || n[0] === 1106 || n[0] === 1107 || n[0] === 1108 || n[0] === 1109 || n[0] === 1110 || n[0] === 1111 || n[0] === 1112 || n[0] === 1113 || n[0] === 1114 || n[0] === 1115 || n[0] === 1116 || n[0] === 1117 || n[0] === 1118 || n[0] === 1119 || n[0] === 1120 || n[0] === 1121 || n[0] === 1122 || n[0] === 1123 || n[0] === 1124 || n[0] === 1125 || n[0] === 1126) && typeof n[1] == "number"
|
|
1924
|
-
)),
|
|
2098
|
+
)), h = (c) => typeof c.n == "string" && typeof c.s == "string" && Array.isArray(c.o) && c.o.every(
|
|
1925
2099
|
(n) => Array.isArray(n) && n.length === 2 && (n[0] === 1 || n[0] === 2 || n[0] === 3 || n[0] === 4 || n[0] === 5 || n[0] === 6 || n[0] === 7 || n[0] === 8 || n[0] === 9 || n[0] === 10 || n[0] === 11 || n[0] === 12 || n[0] === 13 || n[0] === 14 || n[0] === 15 || n[0] === 16 || n[0] === 17 || n[0] === 18 || n[0] === 19 || n[0] === 20 || n[0] === 21 || n[0] === 22 || n[0] === 23 || n[0] === 24 || n[0] === 25 || n[0] === 26 || n[0] === 27 || n[0] === 28 || n[0] === 29 || n[0] === 30 || n[0] === 31 || n[0] === 100 || n[0] === 101 || n[0] === 102 || n[0] === 103 || n[0] === 104 || n[0] === 105 || n[0] === 106 || n[0] === 107 || n[0] === 108 || n[0] === 109 || n[0] === 110 || n[0] === 111 || n[0] === 112 || n[0] === 113 || n[0] === 114 || n[0] === 115 || n[0] === 116 || n[0] === 117 || n[0] === 118 || n[0] === 119 || n[0] === 120 || n[0] === 121 || n[0] === 122 || n[0] === 123 || n[0] === 124 || n[0] === 125 || n[0] === 126 || n[0] === 127 || n[0] === 128 || n[0] === 129 || n[0] === 130 || n[0] === 131 || n[0] === 132 || n[0] === 133 || n[0] === 134 || n[0] === 135 || n[0] === 200 || n[0] === 201 || n[0] === 202 || n[0] === 203 || n[0] === 1100 || n[0] === 1101 || n[0] === 1102 || n[0] === 1103 || n[0] === 1104 || n[0] === 1105 || n[0] === 1106 || n[0] === 1107 || n[0] === 1108 || n[0] === 1109 || n[0] === 1110 || n[0] === 1111 || n[0] === 1112 || n[0] === 1113 || n[0] === 1114 || n[0] === 1115 || n[0] === 1116 || n[0] === 1117 || n[0] === 1118 || n[0] === 1119 || n[0] === 1120 || n[0] === 1121 || n[0] === 1122 || n[0] === 1123 || n[0] === 1124 || n[0] === 1125 || n[0] === 1126) && typeof n[1] == "number"
|
|
1926
|
-
) && typeof
|
|
1927
|
-
return typeof t == "object" && t !== null &&
|
|
2100
|
+
) && typeof c.m == "number";
|
|
2101
|
+
return typeof t == "object" && t !== null && o(t);
|
|
1928
2102
|
};
|
|
1929
|
-
function
|
|
1930
|
-
return JSON.stringify(
|
|
2103
|
+
function e0(t) {
|
|
2104
|
+
return JSON.stringify(k0(t));
|
|
1931
2105
|
}
|
|
1932
|
-
function
|
|
1933
|
-
return
|
|
2106
|
+
function t1(t) {
|
|
2107
|
+
return J(JSON.parse(t));
|
|
1934
2108
|
}
|
|
1935
|
-
function
|
|
2109
|
+
function n1(t) {
|
|
1936
2110
|
try {
|
|
1937
|
-
const
|
|
1938
|
-
if (
|
|
1939
|
-
return
|
|
2111
|
+
const o = JSON.parse(t);
|
|
2112
|
+
if (V0(o))
|
|
2113
|
+
return J(o);
|
|
1940
2114
|
} catch {
|
|
1941
2115
|
}
|
|
1942
2116
|
return null;
|
|
1943
2117
|
}
|
|
1944
|
-
function
|
|
2118
|
+
function R(t, o, s) {
|
|
1945
2119
|
let a = [...t];
|
|
1946
|
-
return
|
|
2120
|
+
return o && (a = a.filter((f) => o(f[1]))), s ? a.map((f) => [f[0], s(f[1])]) : a;
|
|
1947
2121
|
}
|
|
1948
|
-
function
|
|
2122
|
+
function F(t, o, s) {
|
|
1949
2123
|
let a = t;
|
|
1950
|
-
return
|
|
2124
|
+
return o && (a = a.filter(o)), s ? a.map(s) : a === t ? [...t] : a;
|
|
1951
2125
|
}
|
|
1952
|
-
function
|
|
1953
|
-
return
|
|
2126
|
+
function C(t, o) {
|
|
2127
|
+
return o ? new Map(t.map((s) => [s[0], o(s[1])])) : new Map(t);
|
|
1954
2128
|
}
|
|
1955
|
-
function
|
|
1956
|
-
return
|
|
2129
|
+
function V(t, o) {
|
|
2130
|
+
return o ? [...t].map(o) : [...t];
|
|
1957
2131
|
}
|
|
1958
|
-
function
|
|
1959
|
-
const
|
|
1960
|
-
return
|
|
2132
|
+
function J(t) {
|
|
2133
|
+
const o = new D();
|
|
2134
|
+
return o.itemID = t.id, o.name = t.n, t.d && (o.desc = t.d), o.icon = t.i, t.an && (o.anvil = t.an), o.type = t.t, o.req = t.r, o.props = C(t.pr), o.options = C(t.o, z0), t.c && (o.totalUpgradeCount = t.c), t.up && (o.upgradeCount = t.up), t.f && (o.upgradeFailCount = t.f), t.h && (o.hammerCount = t.h), t.ec && (o.exceptionalTotalUpgradeCount = t.ec), t.eu && (o.exceptionalUpgradeCount = t.eu), t.eo && (o.exceptionalOptions = C(t.eo)), t.m && (o.maxStar = t.m), t.s && (o.star = t.s), t.a && (o.amazing = t.a), t.k && (o.karma = t.k), t.cp && (o.canPotential = t.cp), t.g && (o.grade = t.g), t.p && (o.potentials = V(t.p, z)), t.g2 && (o.additionalGrade = t.g2), t.p2 && (o.additionalPotentials = V(t.p2, z)), _0(t.w, o), o;
|
|
1961
2135
|
}
|
|
1962
|
-
function
|
|
1963
|
-
const
|
|
1964
|
-
return
|
|
2136
|
+
function z0(t) {
|
|
2137
|
+
const o = new _();
|
|
2138
|
+
return o.base = t[0], o.bonus = t[1], o.upgrade = t[2], o.enchant = t[3], o;
|
|
1965
2139
|
}
|
|
1966
|
-
function
|
|
2140
|
+
function z(t) {
|
|
1967
2141
|
if (!t)
|
|
1968
2142
|
return null;
|
|
1969
|
-
const
|
|
1970
|
-
return
|
|
2143
|
+
const o = new w();
|
|
2144
|
+
return o.code = t.c, o.optionType = t.t, o.reqLevel = t.l, o.summary = t.s, o.option = C(t.o), o;
|
|
1971
2145
|
}
|
|
1972
|
-
function
|
|
2146
|
+
function _0(t, o) {
|
|
1973
2147
|
if (t) {
|
|
1974
|
-
const s =
|
|
1975
|
-
t?.e && (s.enchanted = t.e), t?.s && (s.soul =
|
|
2148
|
+
const s = o.soulWeapon;
|
|
2149
|
+
t?.e && (s.enchanted = t.e), t?.s && (s.soul = $0(t.s)), t?.c && (s.charge = t.c), t?.o && (s.chargeOption = C(t.o));
|
|
1976
2150
|
}
|
|
1977
2151
|
}
|
|
1978
|
-
function
|
|
2152
|
+
function $0(t) {
|
|
1979
2153
|
if (t)
|
|
1980
2154
|
return {
|
|
1981
2155
|
name: t.n,
|
|
1982
2156
|
skill: t.s,
|
|
1983
|
-
option:
|
|
2157
|
+
option: C(t.o),
|
|
1984
2158
|
multiplier: t.m
|
|
1985
2159
|
};
|
|
1986
2160
|
}
|
|
1987
2161
|
export {
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
2162
|
+
d as BonusStatType,
|
|
2163
|
+
D as Gear,
|
|
2164
|
+
_ as GearOption,
|
|
1991
2165
|
i as GearPropType,
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2166
|
+
m0 as GearRepository,
|
|
2167
|
+
r as GearType,
|
|
2168
|
+
w as Potential,
|
|
2169
|
+
S as PotentialGrade,
|
|
2170
|
+
y0 as PotentialRepository,
|
|
2171
|
+
T0 as SoulRepository,
|
|
2172
|
+
Q as SoulWeapon,
|
|
2173
|
+
J0 as addAmazingEnhancement,
|
|
2174
|
+
l0 as addBonusStat,
|
|
2175
|
+
$ as addStarforce,
|
|
2176
|
+
P0 as addUpgradeFailCount,
|
|
2177
|
+
Q0 as applyExceptionalEnchant,
|
|
2178
|
+
Z0 as applyGoldHammer,
|
|
2002
2179
|
R0 as applyScroll,
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
J as
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2180
|
+
Y0 as applySpellTrace,
|
|
2181
|
+
w0 as createGearFromNode,
|
|
2182
|
+
E0 as createPotentialFromNode,
|
|
2183
|
+
x0 as createSoulFromNode,
|
|
2184
|
+
k0 as gearToPlain,
|
|
2185
|
+
Y as getBonusStatOption,
|
|
2186
|
+
P as getBonusStatValue,
|
|
2187
|
+
u0 as getSpellTraceScroll,
|
|
2188
|
+
V0 as isGearLike,
|
|
2189
|
+
G0 as migrate,
|
|
2190
|
+
t1 as parseGear,
|
|
2191
|
+
J as plainToGear,
|
|
2192
|
+
B0 as recalculateStarforce,
|
|
2193
|
+
Z as resetBonusStat,
|
|
2194
|
+
l as resetEnhancement,
|
|
2195
|
+
f0 as resetExceptionalEnchant,
|
|
2196
|
+
C0 as resetUpgrade,
|
|
2197
|
+
p0 as restoreUpgradeCount,
|
|
2198
|
+
e0 as stringifyGear,
|
|
2199
|
+
n1 as validateParseGear
|
|
2020
2200
|
};
|