Update morph set bonus 1.20.3 (real2)
This commit is contained in:
parent
9e8a00ee38
commit
a4e9230598
4 changed files with 14 additions and 14 deletions
22
clean3.json
22
clean3.json
|
@ -63678,7 +63678,7 @@
|
|||
"intReq": 0,
|
||||
"agiReq": 70,
|
||||
"defReq": 0,
|
||||
"str": 20,
|
||||
"str": 15,
|
||||
"dex": 0,
|
||||
"int": 0,
|
||||
"agi": 0,
|
||||
|
@ -75066,11 +75066,11 @@
|
|||
"tDef": 60,
|
||||
"eDef": 60,
|
||||
"lvl": 100,
|
||||
"strReq": 47,
|
||||
"dexReq": 47,
|
||||
"intReq": 47,
|
||||
"agiReq": 47,
|
||||
"defReq": 47,
|
||||
"strReq": 45,
|
||||
"dexReq": 45,
|
||||
"intReq": 45,
|
||||
"agiReq": 45,
|
||||
"defReq": 45,
|
||||
"mr": 1,
|
||||
"str": 5,
|
||||
"dex": 5,
|
||||
|
@ -111858,11 +111858,11 @@
|
|||
"mr": 4,
|
||||
"xpb": 100,
|
||||
"lb": 100,
|
||||
"str": 13,
|
||||
"dex": 13,
|
||||
"int": 13,
|
||||
"agi": 13,
|
||||
"def": 13,
|
||||
"str": 15,
|
||||
"dex": 15,
|
||||
"int": 15,
|
||||
"agi": 15,
|
||||
"def": 15,
|
||||
"hpBonus": 8250,
|
||||
"spRaw1": -1,
|
||||
"spRaw2": -1,
|
||||
|
|
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 57;
|
||||
const DB_VERSION = 58;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
2
load3.js
2
load3.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 57;
|
||||
const DB_VERSION = 58;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
Loading…
Add table
Reference in a new issue