T.e0 -> T.ShieldStat

This commit is contained in:
shenjack 2024-04-19 00:12:25 +08:00
parent 829e8c15e0
commit f2fc5233d3
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -7487,7 +7487,7 @@ var A = {
_.f = a _.f = a
_.c = _.b = _.a = _.r = null _.c = _.b = _.a = _.r = null
}, },
e0: function e0(a, b) { ShieldStat_: function e0(a, b) {
var _ = this var _ = this
_.r = a _.r = a
_.x = b _.x = b
@ -18270,7 +18270,7 @@ T.SklReraise.prototype = {
}, },
$iaF: 1 $iaF: 1
} }
T.e0.prototype = { T.ShieldStat_.prototype = {
ga4() { ga4() {
return $.pP() return $.pP()
}, },
@ -18300,16 +18300,16 @@ T.e0.prototype = {
} }
T.SklShield.prototype = { T.SklShield.prototype = {
aN(a, b, c, d) { aN(a, b, c, d) {
var s, r, q, p = this var s, r, q, this_ = this
if (p.f > 0) { if (this_.f > 0) {
s = t.eb.a(p.r.r2.h(0, $.lR())) s = t.eb.a(this_.r.r2.h(0, $.lR()))
if (s == null) { if (s == null) {
r = p.r r = this_.r
s = new T.e0(r, 0) s = new T.ShieldStat_(r, 0)
r.r2.m(0, $.lR(), s) r.r2.m(0, $.lR(), s)
p.r.y2.j(0, s) this_.r.y2.j(0, s)
} }
r = p.f r = this_.f
q = s.x q = s.x
if (r >= q) s.x = q + (c.ax($.i() + C.JsInt.P(r * $.B(), $.C())) + $.i()) if (r >= q) s.x = q + (c.ax($.i() + C.JsInt.P(r * $.B(), $.C())) + $.i())
} }
@ -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.ShieldStat) inherit(T.ShieldStat_, 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)