T.ik -> T.ShieldStat
This commit is contained in:
parent
ee0b7fcf5b
commit
8e81a4d491
@ -7680,7 +7680,7 @@ var A = {
|
|||||||
_.r = c
|
_.r = c
|
||||||
},
|
},
|
||||||
ij: function ij() { },
|
ij: function ij() { },
|
||||||
ik: function ik() { }
|
ShieldStat: function ik() { }
|
||||||
},
|
},
|
||||||
V = {
|
V = {
|
||||||
// 评分
|
// 评分
|
||||||
@ -19057,7 +19057,7 @@ T.kv.prototype = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
T.ij.prototype = {}
|
T.ij.prototype = {}
|
||||||
T.ik.prototype = {}
|
T.ShieldStat.prototype = {}
|
||||||
|
|
||||||
LangData.SuperRC4.prototype = {
|
LangData.SuperRC4.prototype = {
|
||||||
// MARK: RC4 init
|
// MARK: RC4 init
|
||||||
@ -19382,7 +19382,7 @@ LangData.k_.prototype = {
|
|||||||
)
|
)
|
||||||
inherit_many(T.IMeta, [T.MinionCount, T.FireState, T.SklSlimeSpawnState, T.MergeState, T.ZombieState])
|
inherit_many(T.IMeta, [T.MinionCount, T.FireState, T.SklSlimeSpawnState, T.MergeState, T.ZombieState])
|
||||||
inherit_many(T.Plr, [T.PlrClone, T.Minion, T.PlrBoss, T.PlrBoost, T.PlrBossTest, T.PlrBossTest2, T.PlrEx, T.PlrSeed_])
|
inherit_many(T.Plr, [T.PlrClone, T.Minion, T.PlrBoss, T.PlrBoost, T.PlrBossTest, T.PlrBossTest2, T.PlrEx, T.PlrSeed_])
|
||||||
inherit_many(T.PostDefendEntry, [T.CurseState, T.PostDefendImpl, T.ik])
|
inherit_many(T.PostDefendEntry, [T.CurseState, T.PostDefendImpl, T.ShieldStat])
|
||||||
inherit_many(T.PostActionEntry, [T.PoisonState, T.PostActionImpl])
|
inherit_many(T.PostActionEntry, [T.PoisonState, T.PostActionImpl])
|
||||||
inherit_many(T.Minion, [T.PlrShadow, T.PlrSummon, T.PlrZombie])
|
inherit_many(T.Minion, [T.PlrShadow, T.PlrSummon, T.PlrZombie])
|
||||||
inherit_many(T.PlrBoss,
|
inherit_many(T.PlrBoss,
|
||||||
@ -19401,7 +19401,7 @@ LangData.k_.prototype = {
|
|||||||
inherit(T.cp, T.aF)
|
inherit(T.cp, T.aF)
|
||||||
inherit(T.ij, T.bH)
|
inherit(T.ij, T.bH)
|
||||||
inherit(T.dV, T.ij)
|
inherit(T.dV, T.ij)
|
||||||
inherit(T.e0, T.ik)
|
inherit(T.e0, T.ShieldStat)
|
||||||
inherit_many(T.Weapon, [T.BossWeapon, T.WeaponDeathNote, T.GuiYue, T.NoWeapon, T.RinickModifier, T.WeaponS11, T.kv])
|
inherit_many(T.Weapon, [T.BossWeapon, T.WeaponDeathNote, T.GuiYue, T.NoWeapon, T.RinickModifier, T.WeaponS11, T.kv])
|
||||||
inherit(T.hy, T.SklMarioReraise)
|
inherit(T.hy, T.SklMarioReraise)
|
||||||
inherit(T.hc, T.SklCounter)
|
inherit(T.hc, T.SklCounter)
|
||||||
@ -19424,7 +19424,7 @@ LangData.k_.prototype = {
|
|||||||
mixin(W.iA, P.z)
|
mixin(W.iA, P.z)
|
||||||
mixin(W.iB, W.cr)
|
mixin(W.iB, W.cr)
|
||||||
mixin(T.ij, T.IMeta)
|
mixin(T.ij, T.IMeta)
|
||||||
mixin(T.ik, T.IMeta)
|
mixin(T.ShieldStat, T.IMeta)
|
||||||
})()
|
})()
|
||||||
var init = {
|
var init = {
|
||||||
typeUniverse: {
|
typeUniverse: {
|
||||||
|
Loading…
Reference in New Issue
Block a user