Compare commits
60 Commits
d045eabf4e
...
0c8c689cba
Author | SHA1 | Date | |
---|---|---|---|
0c8c689cba | |||
ed9eed31cd | |||
b8746f3655 | |||
9b643376b7 | |||
7c2345f448 | |||
09af3357ee | |||
8291e137bd | |||
1919564792 | |||
f46fc3731e | |||
1cfc65e2b6 | |||
e7216d33b4 | |||
d6b9f872e6 | |||
babcea32bc | |||
726cfbeede | |||
0218279a10 | |||
620188b51e | |||
aee34f9109 | |||
72670be9b9 | |||
1860f9b379 | |||
1255e96bd6 | |||
decdeb1ed4 | |||
fbbb90e279 | |||
a3a7430b5e | |||
6902e0b9fd | |||
7c264d2bc1 | |||
05a75d1af0 | |||
08fcfb8458 | |||
2551149a0c | |||
4e39819926 | |||
736de331b5 | |||
713b8120fc | |||
e5026e5a6a | |||
120ee91071 | |||
aebdcc8c05 | |||
36d1c9da40 | |||
aca34f148d | |||
cbef2c40cb | |||
d92d70008f | |||
f4195625e5 | |||
4d6a3fb5b7 | |||
8258ab53bd | |||
ce1b228c7b | |||
249f7d4e9d | |||
dfff4e2f58 | |||
72fd95b1ad | |||
176128ba92 | |||
5735658dbd | |||
21fd0767b4 | |||
61a66327cf | |||
340776dde2 | |||
43cfe042f1 | |||
3ba0df1939 | |||
f7e841983e | |||
6831f53d69 | |||
3b54c28d71 | |||
6e067cd751 | |||
6968294f60 | |||
5360860a61 | |||
ccad08732f | |||
ba184e5667 |
File diff suppressed because it is too large
Load Diff
26
md5.js
26
md5.js
@ -17130,13 +17130,16 @@ T.Plr.prototype = {
|
|||||||
s.push(new T.cb(0))
|
s.push(new T.cb(0))
|
||||||
s.push(new T.hs(0))
|
s.push(new T.hs(0))
|
||||||
s.push(new T.hK(0))
|
s.push(new T.hK(0))
|
||||||
|
|
||||||
r = new T.hJ(0)
|
r = new T.hJ(0)
|
||||||
r.Q = new T.bd(r)
|
r.Q = new T.bd(r)
|
||||||
s.push(r)
|
s.push(r)
|
||||||
|
|
||||||
r = new T.hl(0)
|
r = new T.hl(0)
|
||||||
r.ch = new T.bd(r)
|
r.ch = new T.bd(r)
|
||||||
r.Q = new T.ca(r)
|
r.Q = new T.ca(r)
|
||||||
s.push(r)
|
s.push(r)
|
||||||
|
|
||||||
s.push(new T.SkillVoid(0))
|
s.push(new T.SkillVoid(0))
|
||||||
s.push(new T.SkillVoid(0))
|
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())
|
s.go = C.JsInt.P(s.fr, $.t())
|
||||||
},
|
},
|
||||||
F() {
|
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
|
var s, this_ = this
|
||||||
this_.ch = this_.b0(this_.q[0], $.cj())
|
this_.ch = this_.b0(this_.q[0], $.cj())
|
||||||
this_.cx = this_.b0(this_.q[1], $.cj())
|
this_.cx = this_.b0(this_.q[1], $.cj())
|
||||||
|
Loading…
Reference in New Issue
Block a user