Update GOH / morph set bonus
This commit is contained in:
parent
5de9cd22fc
commit
4f8bb96688
3 changed files with 3 additions and 5 deletions
|
@ -42911,7 +42911,6 @@
|
|||
"tier": "Rare",
|
||||
"type": "leggings",
|
||||
"armorType": "Chain",
|
||||
"quest": "An Iron Heart Part II",
|
||||
"thorns": 10,
|
||||
"category": "armor",
|
||||
"slots": 2,
|
||||
|
@ -44176,7 +44175,6 @@
|
|||
"tier": "Rare",
|
||||
"type": "leggings",
|
||||
"armorType": "Chain",
|
||||
"quest": "An Iron Heart Part II",
|
||||
"poison": 285,
|
||||
"category": "armor",
|
||||
"slots": 2,
|
||||
|
@ -82870,7 +82868,7 @@
|
|||
"int": 15,
|
||||
"agi": 15,
|
||||
"def": 15,
|
||||
"hpBonus": 8250,
|
||||
"hpBonus": 8270,
|
||||
"spRaw1": -1,
|
||||
"spRaw2": -1,
|
||||
"spRaw3": -1,
|
||||
|
|
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 76;
|
||||
const DB_VERSION = 77;
|
||||
// @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