Fix downfall strength
This commit is contained in:
parent
3c3aec50fd
commit
bd09cd23e1
2 changed files with 2 additions and 2 deletions
|
@ -28725,7 +28725,7 @@
|
||||||
"intReq": 0,
|
"intReq": 0,
|
||||||
"agiReq": 0,
|
"agiReq": 0,
|
||||||
"defReq": 55,
|
"defReq": 55,
|
||||||
"str": 8,
|
"str": 6,
|
||||||
"dex": 0,
|
"dex": 0,
|
||||||
"int": 0,
|
"int": 0,
|
||||||
"agi": 0,
|
"agi": 0,
|
||||||
|
|
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
||||||
const DB_VERSION = 71;
|
const DB_VERSION = 72;
|
||||||
// @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…
Reference in a new issue