Compare commits

..

No commits in common. "d67c7dfcdff0b89086734fffdc3c32523cc4e71b" and "2fe93d622bbfff4ad43bf7f898d701b8d62f3e18" have entirely different histories.

View File

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