Update morph set bonus 1.20.3

This commit is contained in:
b 2021-06-21 13:52:56 -07:00
parent 08a74aa4a7
commit e66015d479
4 changed files with 9 additions and 9 deletions

View file

@ -112080,12 +112080,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

View file

@ -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
let db;

View file

@ -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
let db;