Update items
This commit is contained in:
parent
3b7031056d
commit
08a74aa4a7
4 changed files with 16 additions and 16 deletions
26
clean3.json
26
clean3.json
|
@ -2243,15 +2243,15 @@
|
|||
"intReq": 0,
|
||||
"agiReq": 0,
|
||||
"defReq": 0,
|
||||
"sdPct": 12,
|
||||
"mdPct": 12,
|
||||
"sdPct": 14,
|
||||
"mdPct": 14,
|
||||
"str": -4,
|
||||
"dex": -4,
|
||||
"int": -4,
|
||||
"agi": -4,
|
||||
"def": -4,
|
||||
"sdRaw": 70,
|
||||
"mdRaw": 75,
|
||||
"sdRaw": 65,
|
||||
"mdRaw": 85,
|
||||
"type": "necklace",
|
||||
"id": 42
|
||||
},
|
||||
|
@ -24109,8 +24109,8 @@
|
|||
"intReq": 0,
|
||||
"agiReq": 0,
|
||||
"defReq": 55,
|
||||
"sdPct": 88000,
|
||||
"mdPct": 20000,
|
||||
"sdPct": 61600,
|
||||
"mdPct": 14000,
|
||||
"ls": 700,
|
||||
"ms": 3,
|
||||
"str": 0,
|
||||
|
@ -76946,7 +76946,7 @@
|
|||
"defReq": 0,
|
||||
"sdPct": 15,
|
||||
"mdPct": 12,
|
||||
"ms": 1,
|
||||
"ms": 2,
|
||||
"str": 8,
|
||||
"dex": 0,
|
||||
"int": 0,
|
||||
|
@ -104909,11 +104909,11 @@
|
|||
"hprPct": 15,
|
||||
"sdPct": 15,
|
||||
"mdPct": 15,
|
||||
"str": 7,
|
||||
"dex": 7,
|
||||
"int": 7,
|
||||
"agi": 7,
|
||||
"def": 7,
|
||||
"str": 6,
|
||||
"dex": 6,
|
||||
"int": 6,
|
||||
"agi": 6,
|
||||
"def": 6,
|
||||
"spRegen": 15,
|
||||
"id": 3397
|
||||
},
|
||||
|
@ -112635,4 +112635,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 54;
|
||||
const DB_VERSION = 55;
|
||||
// @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 = 54;
|
||||
const DB_VERSION = 55;
|
||||
// @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