Update morph set bonus 1.20.3 (real)
This commit is contained in:
parent
e66015d479
commit
9e8a00ee38
6 changed files with 16 additions and 16 deletions
12
clean.json
12
clean.json
|
@ -112080,12 +112080,12 @@
|
|||
"mr": 4,
|
||||
"xpb": 100,
|
||||
"lb": 100,
|
||||
"str": 13,
|
||||
"dex": 13,
|
||||
"int": 13,
|
||||
"agi": 13,
|
||||
"def": 13,
|
||||
"hpBonus": 8250,
|
||||
"str": 23,
|
||||
"dex": 23,
|
||||
"int": 23,
|
||||
"agi": 23,
|
||||
"def": 23,
|
||||
"hpBonus": 6800,
|
||||
"spRaw1": -1,
|
||||
"spRaw2": -1,
|
||||
"spRaw3": -1,
|
||||
|
|
12
clean3.json
12
clean3.json
|
@ -111858,12 +111858,12 @@
|
|||
"mr": 4,
|
||||
"xpb": 100,
|
||||
"lb": 100,
|
||||
"str": 23,
|
||||
"dex": 23,
|
||||
"int": 23,
|
||||
"agi": 23,
|
||||
"def": 23,
|
||||
"hpBonus": 6800,
|
||||
"str": 13,
|
||||
"dex": 13,
|
||||
"int": 13,
|
||||
"agi": 13,
|
||||
"def": 13,
|
||||
"hpBonus": 8250,
|
||||
"spRaw1": -1,
|
||||
"spRaw2": -1,
|
||||
"spRaw3": -1,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 56;
|
||||
const DB_VERSION = 57;
|
||||
// @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 = 56;
|
||||
const DB_VERSION = 57;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
Loading…
Reference in a new issue