Compare commits
4 Commits
6968294f60
...
771e32b68e
Author | SHA1 | Date | |
---|---|---|---|
771e32b68e | |||
631664cdd2 | |||
7573887d08 | |||
a01fce58b8 |
@ -548,7 +548,8 @@ var A = {
|
||||
return new P.bJ("Too many elements")
|
||||
},
|
||||
tJ(a, b) {
|
||||
H.hL(a, 0, J.aw(a) - 1, b)
|
||||
// H.hL(a, 0, J.aw(a) - 1, b)
|
||||
H.hL(a, 0, a.length - 1, b)
|
||||
},
|
||||
hL(a, b, c, d) {
|
||||
if (c - b <= 32) H.ej(a, b, c, d)
|
||||
@ -959,7 +960,8 @@ var A = {
|
||||
bQ(a, b) {
|
||||
var s, r = "index"
|
||||
if (!H.aP(b)) return new P.aS(true, b, r, null)
|
||||
s = J.aw(a)
|
||||
// s = J.aw(a)
|
||||
s = a.length
|
||||
if (b < 0 || b >= s) return P.ft(b, a, r, null, s)
|
||||
return P.k0(b, r)
|
||||
},
|
||||
@ -17128,13 +17130,16 @@ T.Plr.prototype = {
|
||||
s.push(new T.cb(0))
|
||||
s.push(new T.hs(0))
|
||||
s.push(new T.hK(0))
|
||||
|
||||
r = new T.hJ(0)
|
||||
r.Q = new T.bd(r)
|
||||
s.push(r)
|
||||
|
||||
r = new T.hl(0)
|
||||
r.ch = new T.bd(r)
|
||||
r.Q = new T.ca(r)
|
||||
s.push(r)
|
||||
|
||||
s.push(new T.SkillVoid(0))
|
||||
s.push(new T.SkillVoid(0))
|
||||
s.push(new T.SkillVoid(0))
|
||||
@ -17167,7 +17172,7 @@ T.Plr.prototype = {
|
||||
q = 0
|
||||
if (sortedSkills[q] - $.Z() <= q) s.e = true
|
||||
}++n
|
||||
m += $.C()
|
||||
m += $.C() // 4
|
||||
}
|
||||
for (; sortedSkills = this_.k2, n < sortedSkills.length; ++n) sortedSkills[n].ao(this_, 0)
|
||||
},
|
||||
@ -17211,7 +17216,28 @@ T.Plr.prototype = {
|
||||
s.go = C.JsInt.P(s.fr, $.t())
|
||||
},
|
||||
F() {
|
||||
// updateStates
|
||||
/* void updateStates() {
|
||||
atk = attr[0];
|
||||
def = attr[1];
|
||||
spd = attr[2] + 160;
|
||||
agl = attr[3];
|
||||
mag = attr[4];
|
||||
mdf = attr[5];
|
||||
itl = attr[6];
|
||||
maxhp = attr[7];
|
||||
|
||||
calcAttrSum();
|
||||
|
||||
allyGroup = group;
|
||||
atboost = 1.0;
|
||||
|
||||
frozen = false;
|
||||
|
||||
for (UpdateStateEntry ude in updatestates) {
|
||||
ude.updateState(this);
|
||||
}
|
||||
}
|
||||
*/
|
||||
var s, this_ = this
|
||||
this_.ch = this_.b0(this_.q[0], $.cj())
|
||||
this_.cx = this_.b0(this_.q[1], $.cj())
|
||||
@ -17226,7 +17252,9 @@ T.Plr.prototype = {
|
||||
this_.z = this_.y
|
||||
this_.id = $.T()
|
||||
this_.A = false
|
||||
for (s = this_.rx, s = new Sgls.a_(s, s.b, s.$ti.i("a_<1*>")); s.u();) s.b.ar(this_)
|
||||
for (s = this_.rx, s = new Sgls.a_(s, s.b, s.$ti.i("a_<1*>")); s.u();) {
|
||||
s.b.ar(this_)
|
||||
}
|
||||
},
|
||||
ci() {
|
||||
// calcAttrSum
|
||||
@ -21045,7 +21073,6 @@ function main() {
|
||||
if ($.qc() === h[0][0][0]) {
|
||||
logger.debug("进入测号 init")
|
||||
$.vr = 6
|
||||
// h.length
|
||||
// if (J.aw(h) === 2)
|
||||
if (h.length === 2) {
|
||||
// if (J.J(h, 1).length > 10 || J.lW(J.J(J.J(h, 1)[0], 0), O.j("S,AF", 5))) {
|
||||
|
26
md5.js
26
md5.js
@ -17130,13 +17130,16 @@ T.Plr.prototype = {
|
||||
s.push(new T.cb(0))
|
||||
s.push(new T.hs(0))
|
||||
s.push(new T.hK(0))
|
||||
|
||||
r = new T.hJ(0)
|
||||
r.Q = new T.bd(r)
|
||||
s.push(r)
|
||||
|
||||
r = new T.hl(0)
|
||||
r.ch = new T.bd(r)
|
||||
r.Q = new T.ca(r)
|
||||
s.push(r)
|
||||
|
||||
s.push(new T.SkillVoid(0))
|
||||
s.push(new T.SkillVoid(0))
|
||||
s.push(new T.SkillVoid(0))
|
||||
@ -17213,7 +17216,28 @@ T.Plr.prototype = {
|
||||
s.go = C.JsInt.P(s.fr, $.t())
|
||||
},
|
||||
F() {
|
||||
// updateStates
|
||||
/* void updateStates() {
|
||||
atk = attr[0];
|
||||
def = attr[1];
|
||||
spd = attr[2] + 160;
|
||||
agl = attr[3];
|
||||
mag = attr[4];
|
||||
mdf = attr[5];
|
||||
itl = attr[6];
|
||||
maxhp = attr[7];
|
||||
|
||||
calcAttrSum();
|
||||
|
||||
allyGroup = group;
|
||||
atboost = 1.0;
|
||||
|
||||
frozen = false;
|
||||
|
||||
for (UpdateStateEntry ude in updatestates) {
|
||||
ude.updateState(this);
|
||||
}
|
||||
}
|
||||
*/
|
||||
var s, this_ = this
|
||||
this_.ch = this_.b0(this_.q[0], $.cj())
|
||||
this_.cx = this_.b0(this_.q[1], $.cj())
|
||||
|
Loading…
Reference in New Issue
Block a user