Compare commits

..

9 Commits

Author SHA1 Message Date
00dd8ab0c5
ruaaaa 2024-04-18 01:03:28 +08:00
24e6425ff0
T.ep -> T.WeaponS11 2024-04-18 01:02:15 +08:00
76089a091f
T.hz -> T.SklS11 2024-04-18 01:01:20 +08:00
1d1bcfb40a
T.fl -> T.DummyChargeMeta 2024-04-18 01:00:22 +08:00
25962c0d13
T.j2 -> T.BossWeapon 2024-04-18 00:59:54 +08:00
08d907bc49
T.eo -> T.WeaponDeathNote 2024-04-18 00:59:34 +08:00
c81f40899a
T.hg ->T.SklDeathNote 2024-04-18 00:58:58 +08:00
e4088260eb
T.jN -> T.NoWeapon 2024-04-18 00:57:43 +08:00
62659465f5
T.jq -> T.GuiYue 2024-04-18 00:57:22 +08:00

View File

@ -6080,7 +6080,7 @@ var A = {
return s
},
NoWeapon(a, b) {
var s = new T.jN(a, b, P.aL($.av(), 0, false, t.B))
var s = new T.NoWeapon(a, b, P.aL($.av(), 0, false, t.B))
s.a = a
return s
},
@ -7558,7 +7558,7 @@ var A = {
_.f = a
_.c = _.b = _.a = _.r = null
},
j2: function j2(a, b, c) {
BossWeapon: function j2(a, b, c) {
var _ = this
_.a = null
_.b = a
@ -7566,14 +7566,14 @@ var A = {
_.f = _.e = _.d = null
_.r = c
},
hg: function hg(a) {
SklDeathNote: function hg(a) {
var _ = this
_.fx = _.fr = null
_.e = false
_.f = a
_.c = _.b = _.a = _.r = null
},
eo: function eo(a, b, c) {
WeaponDeathNote: function eo(a, b, c) {
var _ = this
_.a = null
_.b = a
@ -7581,8 +7581,8 @@ var A = {
_.f = _.e = _.d = null
_.r = c
},
fl: function fl() { },
jq: function jq(a, b, c) {
DummyChargeMeta: function fl() { },
GuiYue: function jq(a, b, c) {
var _ = this
_.a = null
_.b = a
@ -7590,7 +7590,7 @@ var A = {
_.f = _.e = _.d = null
_.r = c
},
jN: function jN(a, b, c) {
NoWeapon: function jN(a, b, c) {
var _ = this
_.a = null
_.b = a
@ -7632,7 +7632,7 @@ var A = {
_.f = b
_.c = _.b = _.a = _.r = null
},
hz: function hz(a, b) {
SklS11: function hz(a, b) {
var _ = this
_.fr = a
_.e = false
@ -7640,7 +7640,7 @@ var A = {
_.c = _.b = _.a = _.r = null
},
kb: function kb() { },
ep: function ep(a, b, c) {
WeaponS11: function ep(a, b, c) {
var _ = this
_.a = null
_.b = a
@ -17112,7 +17112,7 @@ T.Plr.prototype = {
if (r.J(0, q)) {
p = r.h(0, q).$2(q, this_)
} else if (J.nz(q, $.cl())) {
p = new T.j2(q, this_, P.aL($.av(), 0, false, t.B))
p = new T.BossWeapon(q, this_, P.aL($.av(), 0, false, t.B))
p.a = q
p.a = C.String.af(q, 0, q.length - $.i())
} else {
@ -18483,7 +18483,7 @@ T.SklZombie.prototype = {
},
$ify: 1
}
T.j2.prototype = {
T.BossWeapon.prototype = {
b3(a) {
a.dB(0, LangData.fZ(this.c.e), $.t())
this.cN(a)
@ -18517,7 +18517,7 @@ T.j2.prototype = {
s.dW()
}
}
T.hg.prototype = {
T.SklDeathNote.prototype = {
au(a, b) {
var s = this.fx
if (s != null && s.fx > 0)
@ -18552,9 +18552,9 @@ T.hg.prototype = {
if (s) this.fx = b
}
}
T.eo.prototype = {
T.WeaponDeathNote.prototype = {
b6() {
var s, r = new T.hg(0)
var s, r = new T.SklDeathNote(0)
r.e = true
r.fr = new T.cA(r)
s = this.c
@ -18564,21 +18564,21 @@ T.eo.prototype = {
(s && C.Array).j(s, r)
}
}
T.fl.prototype = {
T.DummyChargeMeta.prototype = {
gT() {
return 0
},
K(a, b) { },
$ix: 1
}
T.jq.prototype = {
T.GuiYue.prototype = {
b3(a) { },
bn() { },
b6() {
this.c.r2.m(0, $.a7(), new T.fl())
this.c.r2.m(0, $.a7(), new T.DummyChargeMeta())
}
}
T.jN.prototype = {
T.NoWeapon.prototype = {
b3(a) { },
bn() { },
b6() { }
@ -18792,7 +18792,7 @@ T.hy.prototype = {
}
}
}
T.hz.prototype = {
T.SklS11.prototype = {
au(a, b) {
if (this.f == 0) return false
return (a.n() & 63) + this.f > this.r.fr
@ -18841,7 +18841,7 @@ T.kb.prototype = {
},
$S: 55
}
T.ep.prototype = {
T.WeaponS11.prototype = {
b3(a) {
var s, r
this.cN(a)
@ -18852,7 +18852,7 @@ T.ep.prototype = {
b6() {
var s = this.c,
r = s.k2,
q = new T.hz($.B(), 0)
q = new T.SklS11($.B(), 0)
q.e = true
q.ao(s, $.d1());
(r && C.Array).j(r, q)
@ -18950,7 +18950,7 @@ T.Weapon.prototype = {
}
T.kq.prototype = {
$2(a, b) {
var s = new T.ep(a, b, P.aL($.av(), 0, false, t.B))
var s = new T.WeaponS11(a, b, P.aL($.av(), 0, false, t.B))
s.a = a
return s
},
@ -18958,7 +18958,7 @@ T.kq.prototype = {
}
T.kr.prototype = {
$2(a, b) {
var s = new T.eo(a, b, P.aL($.av(), 0, false, t.B))
var s = new T.WeaponDeathNote(a, b, P.aL($.av(), 0, false, t.B))
s.a = a
return s
},
@ -18980,7 +18980,7 @@ T.kt.prototype = {
$2(a, b) {
var s
if (C.Array.w($.r1(), b.b)) {
s = new T.jq(a, b, P.aL($.av(), 0, false, t.B))
s = new T.GuiYue(a, b, P.aL($.av(), 0, false, t.B))
s.a = a
return s
} else return T.NoWeapon(a, b)
@ -19037,6 +19037,7 @@ T.kv.prototype = {
}
T.ij.prototype = {}
T.ik.prototype = {}
LangData.SuperRC4.prototype = {
// MARK: RC4 init
dB(a, b, c) {
@ -19137,6 +19138,7 @@ LangData.k_.prototype = {
return this.b.i("0*(l*)")
}
};
(function aliases() {
// MARK: 类型别名
var s = J.Interceptor.prototype
@ -19244,7 +19246,7 @@ LangData.k_.prototype = {
S.fK,
HtmlRenderer.inner_render, HtmlRenderer.jT, HtmlRenderer.ax,
Sgls.a_, Sgls.MEntry,
T.x, T.Plr, T.CovidMeta, T.Engine, T.b7, T.IPlr, T.HDamage, T.HRecover, T.aX, T.aq, T.bG, T.Weapon, T.fl]
T.x, T.Plr, T.CovidMeta, T.Engine, T.b7, T.IPlr, T.HDamage, T.HRecover, T.aX, T.aq, T.bG, T.Weapon, T.DummyChargeMeta]
)
inherit_many(J.Interceptor, [J.fw, J.cs, J.bE, J.JsArray, J.JsNumber, J.JsString, H.dJ, H.ab, W.fn, W.Blob, W.CanvasRenderingContext2D, W.i6, W.bb, W.ja, W.jb, W.o, W.c4, W.jL, W.ig, W.il, W.iy, W.iA])
inherit_many(J.bE, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction])
@ -19350,7 +19352,7 @@ LangData.k_.prototype = {
T.SklExplode, T.SklSummon, T.SklThunder,
T.SklAokijiIceAge, T.SklConan, T.CovidState, T.SklCovidAttack, T.SklIkarugaAttack,
T.dB, T.SklLazyAttack, T.SklMarioGet, T.SklSaitama, T.h8,
T.hD, T.SkillVoid, T.hg, T.SklRinickModifierClone, T.hz]
T.hD, T.SkillVoid, T.SklDeathNote, T.SklRinickModifierClone, T.SklS11]
)
inherit_many(T.UpdateStateEntry, [T.dj, T.HasteState, T.IceState, T.SlowState, T.UpdateStateImpl, T.RinickModifierUpdateState])
inherit_many(T.x, [T.dI, T.FireState, T.SklSlimeSpawnState, T.fC, T.hY])
@ -19375,7 +19377,7 @@ LangData.k_.prototype = {
inherit(T.ij, T.bH)
inherit(T.dV, T.ij)
inherit(T.e0, T.ik)
inherit_many(T.Weapon, [T.j2, T.eo, T.jq, T.jN, T.RinickModifier, T.ep, 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.hc, T.SklCounter)
inherit(LangData.SuperRC4, Y.RC4)