Update morph set bonus 1.20.3
This commit is contained in:
parent
08a74aa4a7
commit
e66015d479
4 changed files with 9 additions and 9 deletions
12
clean.json
12
clean.json
|
@ -112080,12 +112080,12 @@
|
||||||
"mr": 4,
|
"mr": 4,
|
||||||
"xpb": 100,
|
"xpb": 100,
|
||||||
"lb": 100,
|
"lb": 100,
|
||||||
"str": 23,
|
"str": 13,
|
||||||
"dex": 23,
|
"dex": 13,
|
||||||
"int": 23,
|
"int": 13,
|
||||||
"agi": 23,
|
"agi": 13,
|
||||||
"def": 23,
|
"def": 13,
|
||||||
"hpBonus": 6800,
|
"hpBonus": 8250,
|
||||||
"spRaw1": -1,
|
"spRaw1": -1,
|
||||||
"spRaw2": -1,
|
"spRaw2": -1,
|
||||||
"spRaw3": -1,
|
"spRaw3": -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 = 55;
|
const DB_VERSION = 56;
|
||||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||||
|
|
||||||
let db;
|
let db;
|
||||||
|
|
2
load3.js
2
load3.js
|
@ -1,4 +1,4 @@
|
||||||
const DB_VERSION = 55;
|
const DB_VERSION = 56;
|
||||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||||
|
|
||||||
let db;
|
let db;
|
||||||
|
|
Loading…
Add table
Reference in a new issue