T.hp -> T.SklLazyAttack
This commit is contained in:
parent
dfd624278b
commit
bdfaf613dd
@ -6862,7 +6862,7 @@ var A = {
|
|||||||
_.f = a
|
_.f = a
|
||||||
_.c = _.b = _.a = _.r = null
|
_.c = _.b = _.a = _.r = null
|
||||||
},
|
},
|
||||||
hp: function hp(a, b, c) {
|
SklLazyAttack: function hp(a, b, c) {
|
||||||
var _ = this
|
var _ = this
|
||||||
_.fr = a
|
_.fr = a
|
||||||
_.fx = b
|
_.fx = b
|
||||||
@ -16009,7 +16009,7 @@ T.PlrBossLazy.prototype = {
|
|||||||
ac() {
|
ac() {
|
||||||
var s = $.T(),
|
var s = $.T(),
|
||||||
r = 0
|
r = 0
|
||||||
this.k3 = new T.hp(this, s, r)
|
this.k3 = new T.SklLazyAttack(this, s, r)
|
||||||
this.k1.push(new T.SklLazyDefend(r))
|
this.k1.push(new T.SklLazyDefend(r))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -16075,7 +16075,7 @@ T.SklLazyDefend.prototype = {
|
|||||||
},
|
},
|
||||||
$iah: 1
|
$iah: 1
|
||||||
}
|
}
|
||||||
T.hp.prototype = {
|
T.SklLazyAttack.prototype = {
|
||||||
v(a, b, c, d) {
|
v(a, b, c, d) {
|
||||||
var s, r, q, p = this,
|
var s, r, q, p = this,
|
||||||
o = a[0].a
|
o = a[0].a
|
||||||
@ -19349,7 +19349,7 @@ LangData.k_.prototype = {
|
|||||||
T.SklRapid, T.SklRevive, T.SklPossess, T.SklShadow, T.SklSlow,
|
T.SklRapid, T.SklRevive, T.SklPossess, T.SklShadow, T.SklSlow,
|
||||||
T.SklExplode, T.SklSummon, T.SklThunder,
|
T.SklExplode, T.SklSummon, T.SklThunder,
|
||||||
T.SklAokijiIceAge, T.SklConan, T.CovidState, T.SklCovidAttack, T.SklIkarugaAttack,
|
T.SklAokijiIceAge, T.SklConan, T.CovidState, T.SklCovidAttack, T.SklIkarugaAttack,
|
||||||
T.dB, T.hp, T.hr, T.hA, T.h8,
|
T.dB, T.SklLazyAttack, T.hr, T.hA, T.h8,
|
||||||
T.hD, T.SkillVoid, T.hg, T.SklRinickModifierClone, T.hz]
|
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])
|
inherit_many(T.UpdateStateEntry, [T.dj, T.HasteState, T.IceState, T.SlowState, T.UpdateStateImpl, T.RinickModifierUpdateState])
|
||||||
|
Loading…
Reference in New Issue
Block a user