Fix synch core set bonus and grookwarts
This commit is contained in:
parent
2cc0120c4b
commit
2ee6acfc6c
3 changed files with 18 additions and 10 deletions
24
clean.json
24
clean.json
|
@ -39834,7 +39834,8 @@
|
||||||
"wDefPct": -8,
|
"wDefPct": -8,
|
||||||
"type": "bracelet",
|
"type": "bracelet",
|
||||||
"spRaw3": -1,
|
"spRaw3": -1,
|
||||||
"id": 1879
|
"id": 1879,
|
||||||
|
"set": "Grookwarts"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Draoi Fair",
|
"name": "Draoi Fair",
|
||||||
|
@ -39851,7 +39852,8 @@
|
||||||
"hprRaw": 30,
|
"hprRaw": 30,
|
||||||
"type": "ring",
|
"type": "ring",
|
||||||
"spRaw1": -1,
|
"spRaw1": -1,
|
||||||
"id": 1882
|
"id": 1882,
|
||||||
|
"set": "Grookwarts"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Earth Relic Dagger",
|
"name": "Earth Relic Dagger",
|
||||||
|
@ -40920,7 +40922,8 @@
|
||||||
"type": "necklace",
|
"type": "necklace",
|
||||||
"spRaw2": -1,
|
"spRaw2": -1,
|
||||||
"spRaw4": -1,
|
"spRaw4": -1,
|
||||||
"id": 1931
|
"id": 1931,
|
||||||
|
"set": "Grookwarts"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Royal Blazing Amulet",
|
"name": "Royal Blazing Amulet",
|
||||||
|
@ -50834,7 +50837,8 @@
|
||||||
"hprPct": 12,
|
"hprPct": 12,
|
||||||
"spd": 12,
|
"spd": 12,
|
||||||
"type": "ring",
|
"type": "ring",
|
||||||
"id": 3606
|
"id": 3606,
|
||||||
|
"set": "Synch Core"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Earth Relic Boots",
|
"name": "Earth Relic Boots",
|
||||||
|
@ -51088,7 +51092,8 @@
|
||||||
"defReq": 30,
|
"defReq": 30,
|
||||||
"xpb": 5,
|
"xpb": 5,
|
||||||
"type": "ring",
|
"type": "ring",
|
||||||
"id": 3616
|
"id": 3616,
|
||||||
|
"set": "Synch Core"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Hustle Core",
|
"name": "Hustle Core",
|
||||||
|
@ -51101,7 +51106,8 @@
|
||||||
"mdPct": 10,
|
"mdPct": 10,
|
||||||
"ls": 70,
|
"ls": 70,
|
||||||
"type": "ring",
|
"type": "ring",
|
||||||
"id": 3623
|
"id": 3623,
|
||||||
|
"set": "Synch Core"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Horse Hoof",
|
"name": "Horse Hoof",
|
||||||
|
@ -51626,7 +51632,8 @@
|
||||||
"lvl": 87,
|
"lvl": 87,
|
||||||
"xpb": 10,
|
"xpb": 10,
|
||||||
"type": "necklace",
|
"type": "necklace",
|
||||||
"id": 3613
|
"id": 3613,
|
||||||
|
"set": "Synch Core"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Relic Boots",
|
"name": "Relic Boots",
|
||||||
|
@ -52127,7 +52134,8 @@
|
||||||
"lvl": 87,
|
"lvl": 87,
|
||||||
"xpb": 10,
|
"xpb": 10,
|
||||||
"type": "bracelet",
|
"type": "bracelet",
|
||||||
"id": 3604
|
"id": 3604,
|
||||||
|
"set": "Synch Core"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Thunder Relic Boots",
|
"name": "Thunder Relic Boots",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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
|
// @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