Compare commits

..

3 Commits

Author SHA1 Message Date
d67c7dfcdf
T.dw -> T.HasteState 2024-04-16 00:11:20 +08:00
a21c4943cb
T.dn -> T.CurseState 2024-04-16 00:10:23 +08:00
b3a000217a
T.aZ -> T.UpdateStateEntry 2024-04-16 00:08:33 +08:00

View File

@ -4735,7 +4735,7 @@ var A = {
r = b.r2 r = b.r2
s = t.dK.a(r.h(0, $.bh())) s = t.dK.a(r.h(0, $.bh()))
if (s == null) { if (s == null) {
s = new T.dn(a, b, $.pK(), $.t()) s = new T.CurseState(a, b, $.pK(), $.t())
s.y = new T.bd(s) s.y = new T.bd(s)
r.m(0, $.bh(), s) r.m(0, $.bh(), s)
b.y2.j(0, s) b.y2.j(0, s)
@ -6187,7 +6187,7 @@ var A = {
_.f = a _.f = a
_.c = _.b = _.a = _.r = null _.c = _.b = _.a = _.r = null
}, },
dn: function dn(a, b, c, d) { CurseState: function dn(a, b, c, d) {
var _ = this var _ = this
_.r = a _.r = a
_.x = b _.x = b
@ -6229,7 +6229,7 @@ var A = {
_.f = a _.f = a
_.c = _.b = _.a = _.r = null _.c = _.b = _.a = _.r = null
}, },
dw: function dw(a, b, c) { HasteState: function dw(a, b, c) {
var _ = this var _ = this
_.x = a _.x = a
_.y = null _.y = null
@ -7359,7 +7359,7 @@ var A = {
BoostPassive: function boost_passive() { }, // boostPassive BoostPassive: function boost_passive() { }, // boostPassive
jY: function jY() { }, jY: function jY() { },
x: function x() { }, x: function x() { },
aZ: function aZ() { }, UpdateStateEntry: function aZ() { },
cB: function cB() { }, cB: function cB() { },
bH: function bH() { }, bH: function bH() { },
aB: function aB() { }, aB: function aB() { },
@ -13940,8 +13940,9 @@ Sgls.a_.prototype = {
} }
} }
Sgls.MEntry.prototype = { Sgls.MEntry.prototype = {
// MARK: sortId
ga4() { ga4() {
return 1e4 return 1e4 // 10000
}, },
D() { D() {
var s = this.a var s = this.a
@ -14392,13 +14393,15 @@ T.SklCritical.prototype = {
r.a3(q, false, s.r, T.ad(), c, d) r.a3(q, false, s.r, T.ad(), c, d)
} }
} }
T.dn.prototype = { T.CurseState.prototype = {
gT() { gT() {
return -$.i() return -$.i()
}, },
aq(a, b, c, d, e) { aq(a, b, c, d, e) {
var s = this var s = this
if (a > 0 && (d.n() & 63) < s.z) { if (a > 0 && (d.n() & 63) < s.z) {
// sklCurseDamage
// [诅咒]使伤害加倍
e.a.push(T.RunUpdate(LangData.get_lang("wTSa"), s.r, s.x, null, null, 0, 1000, 100)) e.a.push(T.RunUpdate(LangData.get_lang("wTSa"), s.r, s.x, null, null, 0, 1000, 100))
a *= s.Q a *= s.Q
} }
@ -14417,6 +14420,8 @@ T.dn.prototype = {
if (s.fx > 0) { if (s.fx > 0) {
r = b.a r = b.a
r.push($.K()) r.push($.K())
// sklCurseEnd
// [1]从[诅咒]中解除
r.push(T.RunUpdateCancel(LangData.get_lang("yULA"), a, s)) r.push(T.RunUpdateCancel(LangData.get_lang("yULA"), a, s))
} }
}, },
@ -14590,7 +14595,7 @@ T.sklHalf.prototype = {
if (j > 0) g.cr(j, p, i.r, c, d) if (j > 0) g.cr(j, p, i.r, c, d)
} }
} }
T.dw.prototype = { T.HasteState.prototype = {
gT() { gT() {
return $.i() return $.i()
}, },
@ -14613,6 +14618,8 @@ T.dw.prototype = {
if (s.fx > 0) { if (s.fx > 0) {
r = b.a r = b.a
r.push($.K()) r.push($.K())
// sklHasteEnd
// [1]从[疾走]中解除
r.push(T.RunUpdateCancel(LangData.get_lang("wlqa"), a, s)) r.push(T.RunUpdateCancel(LangData.get_lang("wlqa"), a, s))
} }
}, },
@ -14651,7 +14658,7 @@ T.SklHaste.prototype = {
s = n.r2 s = n.r2
r = t.e_.a(s.h(0, $.d4())) r = t.e_.a(s.h(0, $.d4()))
if (r == null) { if (r == null) {
r = new T.dw(n, $.t(), $.B()) r = new T.HasteState(n, $.t(), $.B())
r.y = new T.b8(r) r.y = new T.b8(r)
s.m(0, $.d4(), r) s.m(0, $.d4(), r)
n.rx.j(0, r) n.rx.j(0, r)
@ -17678,7 +17685,7 @@ T.jY.prototype = {
T.x.prototype = { T.x.prototype = {
K(a, b) { } K(a, b) { }
} }
T.aZ.prototype = {} T.UpdateStateEntry.prototype = {}
T.cB.prototype = {} T.cB.prototype = {}
T.bH.prototype = {} T.bH.prototype = {}
T.aB.prototype = {} T.aB.prototype = {}
@ -19231,7 +19238,7 @@ LangData.k_.prototype = {
inherit(P.kx, P.kw) inherit(P.kx, P.kw)
inherit(P.cF, P.p) inherit(P.cF, P.p)
inherit(HtmlRenderer.fW, HtmlRenderer.ax) inherit(HtmlRenderer.fW, HtmlRenderer.ax)
inherit_many(Sgls.MEntry, [T.Skill, T.aZ, T.aB, T.bq, T.cB, T.bH, T.ah, T.aV, T.aF]) inherit_many(Sgls.MEntry, [T.Skill, T.UpdateStateEntry, T.aB, T.bq, T.cB, T.bH, T.ah, T.aV, T.aF])
inherit_many(T.Skill, inherit_many(T.Skill,
[T.ActionSkill, T.h6, T.he, T.hn, T.hq, T.ea, T.ef, [T.ActionSkill, T.h6, T.he, T.hn, T.hq, T.ea, T.ef,
T.SklCounter, T.SklDefend, T.SklHide, T.SklMerge, T.SklProtect, T.SklCounter, T.SklDefend, T.SklHide, T.SklMerge, T.SklProtect,
@ -19250,10 +19257,10 @@ LangData.k_.prototype = {
T.hD, T.SkillVoid, T.hg, T.ee, T.hz T.hD, T.SkillVoid, T.hg, T.ee, T.hz
] ]
) )
inherit_many(T.aZ, [T.dj, T.dw, T.dx, T.SlowState, T.bd, T.h1]) inherit_many(T.UpdateStateEntry, [T.dj, T.HasteState, T.dx, T.SlowState, T.bd, T.h1])
inherit_many(T.x, [T.dI, T.c3, T.hF, T.fC, T.hY]) inherit_many(T.x, [T.dI, T.c3, T.hF, T.fC, T.hY])
inherit_many(T.Plr, [T.dR, T.aM, T.cz, T.PlrBoost, T.PlrBossTest, T.PlrBossTest2, T.PlrEx, T.PlrSeed_]) inherit_many(T.Plr, [T.dR, T.aM, T.cz, T.PlrBoost, T.PlrBossTest, T.PlrBossTest2, T.PlrEx, T.PlrSeed_])
inherit_many(T.aB, [T.dn, T.dT, T.ik]) inherit_many(T.aB, [T.CurseState, T.dT, T.ik])
inherit_many(T.bq, [T.dS, T.b8]) inherit_many(T.bq, [T.dS, T.b8])
inherit_many(T.aM, [T.PlrShadow, T.PlrSummon, T.fX]) inherit_many(T.aM, [T.PlrShadow, T.PlrSummon, T.fX])
inherit_many(T.cz, [T.PlrBossAokiji, T.PlrBossConan, T.PlrBossCovid, T.PlrBossIkaruga, T.PlrBossLazy, T.PlrBossMario, T.PlrBossMosquito, T.PlrBossSaitama, T.PlrBossSlime, T.PlrBossSonic, T.PlrBossYuri]) inherit_many(T.cz, [T.PlrBossAokiji, T.PlrBossConan, T.PlrBossCovid, T.PlrBossIkaruga, T.PlrBossLazy, T.PlrBossMario, T.PlrBossMosquito, T.PlrBossSaitama, T.PlrBossSlime, T.PlrBossSonic, T.PlrBossYuri])
@ -21440,5 +21447,5 @@ function main() {
} }
main(); main();
logger.debug("反混淆", LangData.get_lang("EJLN")); logger.debug("反混淆", LangData.get_lang("wlqa"));
// logger.debug("running main:", main()) // 执行main函数 // logger.debug("running main:", main()) // 执行main函数