Compare commits
8 Commits
72f61b3645
...
3997729a4f
Author | SHA1 | Date | |
---|---|---|---|
3997729a4f | |||
9503bc5a3b | |||
7c640b35ba | |||
2b51b5eb47 | |||
bdfaf613dd | |||
dfd624278b | |||
8fe9cffe20 | |||
9a8e8f53ee |
@ -5643,7 +5643,7 @@ var A = {
|
||||
}
|
||||
},
|
||||
tH(a, b) {
|
||||
var s = new T.ea(b, 0)
|
||||
var s = new T.SklMarioReraise(b, 0)
|
||||
s.r = a
|
||||
return s
|
||||
},
|
||||
@ -6797,13 +6797,13 @@ var A = {
|
||||
_.a_ = _.Z = false
|
||||
_.I = null
|
||||
},
|
||||
hn: function hn(a) {
|
||||
SklIkarugaDefend: function hn(a) {
|
||||
var _ = this
|
||||
_.e = false
|
||||
_.f = a
|
||||
_.c = _.b = _.a = _.r = null
|
||||
},
|
||||
hm: function hm(a) {
|
||||
SklIkarugaAttack: function hm(a) {
|
||||
var _ = this
|
||||
_.e = false
|
||||
_.f = a
|
||||
@ -6856,13 +6856,13 @@ var A = {
|
||||
_.f = c
|
||||
_.c = _.b = _.a = _.r = null
|
||||
},
|
||||
hq: function hq(a) {
|
||||
SklLazyDefend: function hq(a) {
|
||||
var _ = this
|
||||
_.e = false
|
||||
_.f = a
|
||||
_.c = _.b = _.a = _.r = null
|
||||
},
|
||||
hp: function hp(a, b, c) {
|
||||
SklLazyAttack: function hp(a, b, c) {
|
||||
var _ = this
|
||||
_.fr = a
|
||||
_.fx = b
|
||||
@ -6910,14 +6910,14 @@ var A = {
|
||||
_.a_ = _.Z = false
|
||||
_.I = null
|
||||
},
|
||||
hr: function hr(a, b) {
|
||||
SklMarioGet: function hr(a, b) {
|
||||
var _ = this
|
||||
_.fr = a
|
||||
_.e = false
|
||||
_.f = b
|
||||
_.c = _.b = _.a = _.r = null
|
||||
},
|
||||
ea: function ea(a, b) {
|
||||
SklMarioReraise: function ea(a, b) {
|
||||
var _ = this
|
||||
_.Q = a
|
||||
_.e = false
|
||||
@ -7000,7 +7000,7 @@ var A = {
|
||||
_.a_ = _.Z = false
|
||||
_.I = null
|
||||
},
|
||||
hA: function hA(a, b, c, d, e) {
|
||||
SklSaitama: function hA(a, b, c, d, e) {
|
||||
var _ = this
|
||||
_.fr = a
|
||||
_.fx = b
|
||||
@ -7598,7 +7598,7 @@ var A = {
|
||||
_.f = _.e = _.d = null
|
||||
_.r = c
|
||||
},
|
||||
k1: function k1(a, b, c) {
|
||||
RinickModifier: function k1(a, b, c) {
|
||||
var _ = this
|
||||
_.a = null
|
||||
_.b = a
|
||||
@ -15940,13 +15940,13 @@ T.PlrBossIkaruga.prototype = {
|
||||
var s, r
|
||||
this.k3 = T.SklAttack(this)
|
||||
s = this.k1
|
||||
s.push(new T.hn(0))
|
||||
r = new T.hm(0)
|
||||
s.push(new T.SklIkarugaDefend(0))
|
||||
r = new T.SklIkarugaAttack(0)
|
||||
r.f = $.aI()
|
||||
s.push(r)
|
||||
}
|
||||
}
|
||||
T.hn.prototype = {
|
||||
T.SklIkarugaDefend.prototype = {
|
||||
ga4() {
|
||||
return $.pk()
|
||||
},
|
||||
@ -15957,6 +15957,8 @@ T.hn.prototype = {
|
||||
s = (a & s) >>> 0 === s
|
||||
} else s = false
|
||||
if (s) {
|
||||
// sklIkarugaDefend
|
||||
// [0][吸收]所有奇数伤害
|
||||
e.a.push(T.RunUpdate(LangData.get_lang("iOkN"), this.r, null, null, null, a, 1000, 100))
|
||||
return -a
|
||||
}
|
||||
@ -15967,7 +15969,7 @@ T.hn.prototype = {
|
||||
},
|
||||
$iaB: 1
|
||||
}
|
||||
T.hm.prototype = {
|
||||
T.SklIkarugaAttack.prototype = {
|
||||
gb7() {
|
||||
return $.X()
|
||||
},
|
||||
@ -15978,6 +15980,8 @@ T.hm.prototype = {
|
||||
var s, r, q, p, o, n, m = t.j,
|
||||
l = H.b([], m)
|
||||
for (s = 0; s < a.length; ++s) l.push(a[s].a)
|
||||
// sklIkarugaAttack
|
||||
// [0]使用[能量释放]
|
||||
r = LangData.get_lang("UeNa")
|
||||
q = this.r
|
||||
m = H.b(l.slice(0), m)
|
||||
@ -16005,8 +16009,8 @@ T.PlrBossLazy.prototype = {
|
||||
ac() {
|
||||
var s = $.T(),
|
||||
r = 0
|
||||
this.k3 = new T.hp(this, s, r)
|
||||
this.k1.push(new T.hq(r))
|
||||
this.k3 = new T.SklLazyAttack(this, s, r)
|
||||
this.k1.push(new T.SklLazyDefend(r))
|
||||
}
|
||||
}
|
||||
T.dB.prototype = {
|
||||
@ -16057,19 +16061,21 @@ T.dB.prototype = {
|
||||
return this.fr
|
||||
}
|
||||
}
|
||||
T.hq.prototype = {
|
||||
T.SklLazyDefend.prototype = {
|
||||
W() {
|
||||
this.r.G.j(0, this)
|
||||
},
|
||||
aD(a, b, c, d) {
|
||||
if (t.r.a(b.r2.h(0, $.d5())) == null) {
|
||||
T.nO(this.r, b).aP(0)
|
||||
// sklLazyHit
|
||||
// [1]感染了[懒癌]
|
||||
d.a.push(T.RunUpdate(LangData.get_lang("JnTA"), this.r, b, null, null, 0, 1000, 100))
|
||||
}
|
||||
},
|
||||
$iah: 1
|
||||
}
|
||||
T.hp.prototype = {
|
||||
T.SklLazyAttack.prototype = {
|
||||
v(a, b, c, d) {
|
||||
var s, r, q, p = this,
|
||||
o = a[0].a
|
||||
@ -16114,7 +16120,7 @@ T.PlrBossMario.prototype = {
|
||||
q.k3 = T.hE(q)
|
||||
s = 0
|
||||
q.aj = new T.SklFire(s)
|
||||
s = new T.hr(q, s)
|
||||
s = new T.SklMarioGet(q, s)
|
||||
s.r = q
|
||||
s.f = $.b2()
|
||||
q.bi = s
|
||||
@ -16126,7 +16132,7 @@ T.PlrBossMario.prototype = {
|
||||
r.push(s)
|
||||
}
|
||||
}
|
||||
T.hr.prototype = {
|
||||
T.SklMarioGet.prototype = {
|
||||
gT() {
|
||||
return $.i()
|
||||
},
|
||||
@ -16179,7 +16185,7 @@ T.hr.prototype = {
|
||||
},
|
||||
$ix: 1
|
||||
}
|
||||
T.ea.prototype = {
|
||||
T.SklMarioReraise.prototype = {
|
||||
ga4() {
|
||||
return $.lG()
|
||||
},
|
||||
@ -16248,13 +16254,13 @@ T.PlrBossSaitama.prototype = {
|
||||
ac() {
|
||||
var s = 0,
|
||||
r = t.cr
|
||||
r = new T.hA(s, s, P.c5(r), P.c5(r), 0)
|
||||
r = new T.SklSaitama(s, s, P.c5(r), P.c5(r), 0)
|
||||
r.id = new T.PostDefendImpl(1 / 0, r)
|
||||
this.k3 = r
|
||||
this.k1.push(r)
|
||||
}
|
||||
}
|
||||
T.hA.prototype = {
|
||||
T.SklSaitama.prototype = {
|
||||
W() {
|
||||
this.r.y2.j(0, this.id)
|
||||
},
|
||||
@ -18577,7 +18583,7 @@ T.jN.prototype = {
|
||||
bn() { },
|
||||
b6() { }
|
||||
}
|
||||
T.k1.prototype = {
|
||||
T.RinickModifier.prototype = {
|
||||
cs() {
|
||||
var s, r = this.c,
|
||||
q = r.q,
|
||||
@ -18963,7 +18969,7 @@ T.ks.prototype = {
|
||||
var s
|
||||
// Rinick
|
||||
if (b.b == $.iL()) {
|
||||
s = new T.k1(a, b, P.aL($.av(), 0, false, t.B))
|
||||
s = new T.RinickModifier(a, b, P.aL($.av(), 0, false, t.B))
|
||||
s.a = a
|
||||
return s
|
||||
} else return T.NoWeapon(a, b)
|
||||
@ -19331,7 +19337,7 @@ LangData.k_.prototype = {
|
||||
inherit(HtmlRenderer.fW, HtmlRenderer.ax)
|
||||
inherit_many(Sgls.MEntry, [T.Skill, T.UpdateStateEntry, T.PostDefendEntry, T.bq, T.cB, T.bH, T.ah, T.PreActionEntry, T.aF])
|
||||
inherit_many(T.Skill,
|
||||
[T.ActionSkill, T.SklAokijiDefend, T.SklCovidDefend, T.hn, T.hq, T.ea, T.SklSlimeSpawn,
|
||||
[T.ActionSkill, T.SklAokijiDefend, T.SklCovidDefend, T.SklIkarugaDefend, T.SklLazyDefend, T.SklMarioReraise, T.SklSlimeSpawn,
|
||||
T.SklCounter, T.SklDefend, T.SklHide, T.SklMerge, T.SklProtect,
|
||||
T.SklReflect, T.SklReraise, T.SklShield, T.SklUpgrade, T.SklZombie]
|
||||
)
|
||||
@ -19342,8 +19348,8 @@ LangData.k_.prototype = {
|
||||
T.SklHeal, T.SklIce, T.SklIron, T.SklPoison, T.SklQuake,
|
||||
T.SklRapid, T.SklRevive, T.SklPossess, T.SklShadow, T.SklSlow,
|
||||
T.SklExplode, T.SklSummon, T.SklThunder,
|
||||
T.SklAokijiIceAge, T.SklConan, T.CovidState, T.SklCovidAttack, T.hm,
|
||||
T.dB, T.hp, T.hr, T.hA, T.h8,
|
||||
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]
|
||||
)
|
||||
inherit_many(T.UpdateStateEntry, [T.dj, T.HasteState, T.IceState, T.SlowState, T.UpdateStateImpl, T.RinickModifierUpdateState])
|
||||
@ -19369,8 +19375,8 @@ 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.k1, T.ep, T.kv])
|
||||
inherit(T.hy, T.ea)
|
||||
inherit_many(T.Weapon, [T.j2, T.eo, T.jq, T.jN, T.RinickModifier, T.ep, T.kv])
|
||||
inherit(T.hy, T.SklMarioReraise)
|
||||
inherit(T.hc, T.SklCounter)
|
||||
inherit(LangData.SuperRC4, Y.RC4)
|
||||
|
||||
@ -21542,5 +21548,5 @@ function main() {
|
||||
}
|
||||
|
||||
main();
|
||||
logger.debug("反混淆", LangData.get_lang("EYAn"));
|
||||
logger.debug("反混淆", LangData.get_lang("JnTA"));
|
||||
// logger.debug("running main:", main()) // 执行main函数
|
||||
|
Loading…
Reference in New Issue
Block a user