T.h8 -> T.SklAttack
This commit is contained in:
parent
a551f480d5
commit
1b4b54b88e
@ -6070,7 +6070,7 @@ var A = {
|
|||||||
tx(a, b, c, d, e) { },
|
tx(a, b, c, d, e) { },
|
||||||
tz(a, b, c, d, e) { },
|
tz(a, b, c, d, e) { },
|
||||||
SklAttack(a) {
|
SklAttack(a) {
|
||||||
var s = new T.h8(0)
|
var s = new T.SklAttack(0)
|
||||||
s.r = a
|
s.r = a
|
||||||
return s
|
return s
|
||||||
},
|
},
|
||||||
@ -7422,7 +7422,7 @@ var A = {
|
|||||||
},
|
},
|
||||||
Skill: function Skill() { },
|
Skill: function Skill() { },
|
||||||
ActionSkill: function b5() { },
|
ActionSkill: function b5() { },
|
||||||
h8: function h8(a) {
|
SklAttack: function h8(a) {
|
||||||
var _ = this
|
var _ = this
|
||||||
_.e = false
|
_.e = false
|
||||||
_.f = a
|
_.f = a
|
||||||
@ -17908,7 +17908,7 @@ T.ActionSkill.prototype = {
|
|||||||
return (a.n() & 127) < this.f
|
return (a.n() & 127) < this.f
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
T.h8.prototype = {
|
T.SklAttack.prototype = {
|
||||||
v(a, b, c, d) {
|
v(a, b, c, d) {
|
||||||
var s, r, q, p, o = this,
|
var s, r, q, p, o = this,
|
||||||
n = null,
|
n = null,
|
||||||
@ -19354,7 +19354,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.SklLazyAttack, T.SklMarioGet, T.SklSaitama, T.h8,
|
T.dB, T.SklLazyAttack, T.SklMarioGet, T.SklSaitama, T.SklAttack,
|
||||||
T.hD, T.SkillVoid, T.SklDeathNote, T.SklRinickModifierClone, T.SklS11]
|
T.hD, T.SkillVoid, T.SklDeathNote, T.SklRinickModifierClone, T.SklS11]
|
||||||
)
|
)
|
||||||
inherit_many(T.UpdateStateEntry,
|
inherit_many(T.UpdateStateEntry,
|
||||||
|
Loading…
Reference in New Issue
Block a user