Update ingred json manually... update item json with set bonus for ornament set

This commit is contained in:
b 2021-11-22 10:19:20 -08:00
parent 2cc0120c4b
commit dc7b3caac0
7 changed files with 49 additions and 17 deletions

View file

@ -36263,7 +36263,7 @@
"eSteal": 10,
"hprRaw": -270,
"mdRaw": 285,
"spPct3": -44,
"spPct3": -43,
"id": 1716
},
{
@ -76908,6 +76908,34 @@
"jh": 1
}
]
},
"Wynnterfest 2016": {
"items": [
"Green Ornament",
"Red Ornament",
"Blue Ornament",
"Yellow Ornament"
],
"bonuses": [
{"sdPct": 3},
{
"sdPct": 3,
"mdPct": 3,
"xpb": 6
},
{
"sdPct": 3,
"mdPct": 3,
"xpb": 12,
"hpBonus": 120
},
{
"sdPct": 14,
"mdPct": 14,
"xpb": 24,
"hpBonus": 480
}
]
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -17875,17 +17875,17 @@
],
"lvl": 87,
"ids": {
"mr": {
"sdRaw": {
"minimum": 0,
"maximum": 1
"maximum": 100
},
"sdPct": {
"minimum": 0,
"maximum": 10
"maximum": 15
}
},
"itemIDs": {
"dura": -105,
"dura": -100,
"strReq": 0,
"dexReq": 0,
"intReq": 0,
@ -17893,8 +17893,8 @@
"agiReq": 0
},
"consumableIDs": {
"charges": -1,
"dura": -180
"charges": 0,
"dura": -200
},
"posMods": {
"left": 0,
@ -27325,15 +27325,19 @@
"atkTier": {
"minimum": 1,
"maximum": 1
},
"mdPct": {
"minimum": -24,
"maximum": -24
}
},
"itemIDs": {
"dura": -180,
"strReq": 45,
"dexReq": 45,
"intReq": 45,
"defReq": 45,
"agiReq": 45
"strReq": 40,
"dexReq": 40,
"intReq": 40,
"defReq": 40,
"agiReq": 40
},
"consumableIDs": {
"charges": 0,

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
const DB_VERSION = 85;
const DB_VERSION = 86;
// @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 ING_DB_VERSION = 10;
const ING_DB_VERSION = 11;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js