Fix downfall strength

This commit is contained in:
b 2021-07-11 16:01:33 -07:00
parent 3c3aec50fd
commit bd09cd23e1
2 changed files with 2 additions and 2 deletions

View file

@ -28725,7 +28725,7 @@
"intReq": 0,
"agiReq": 0,
"defReq": 55,
"str": 8,
"str": 6,
"dex": 0,
"int": 0,
"agi": 0,

View file

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