Add prologue and gleeman's tale
wynn api when ...fix epilgoue
This commit is contained in:
parent
c5624e3673
commit
a9c96d3629
5 changed files with 54 additions and 6 deletions
50
clean.json
50
clean.json
|
@ -83653,11 +83653,57 @@
|
|||
"mr": 15,
|
||||
"spd": 25,
|
||||
"hprRaw": 200,
|
||||
"sdRaw": 235,
|
||||
"mdRaw": 235,
|
||||
"rDamRaw": 235,
|
||||
"fixID": true,
|
||||
"sprintReg": 15,
|
||||
"id": 3801
|
||||
},
|
||||
{
|
||||
"name": "Prologue",
|
||||
"type": "boots",
|
||||
"tier": "Legendary",
|
||||
"category": "armor",
|
||||
"displayName": "Prologue",
|
||||
"slots": 1,
|
||||
"hp": 400,
|
||||
"fDef": 5,
|
||||
"wDef": 15,
|
||||
"aDef": 5,
|
||||
"tDef": 5,
|
||||
"eDef": 15,
|
||||
"lvl": 36,
|
||||
"strReq": 10,
|
||||
"dexReq": 5,
|
||||
"intReq": 10,
|
||||
"agiReq": 5,
|
||||
"defReq": 5,
|
||||
"mr": 8,
|
||||
"xpb": 25,
|
||||
"lb": 15,
|
||||
"spd": 15,
|
||||
"hprRaw": 25,
|
||||
"rDamRaw": 80,
|
||||
"fixID": true,
|
||||
"id": 3802
|
||||
},
|
||||
{
|
||||
"name": "Gleeman's Tale",
|
||||
"type": "leggings",
|
||||
"tier": "Rare",
|
||||
"category": "armor",
|
||||
"displayName": "Gleeman's Tale",
|
||||
"sprint": 25,
|
||||
"slots": 3,
|
||||
"hp": 1350,
|
||||
"lvl": 64,
|
||||
"intReq": 25,
|
||||
"agiReq": 25,
|
||||
"mr": -5,
|
||||
"agi": 6,
|
||||
"eSteal": 5,
|
||||
"sdRaw": 150,
|
||||
"fixID": true,
|
||||
"id": 3803
|
||||
}
|
||||
],
|
||||
"version": 2.0,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 124;
|
||||
const DB_VERSION = 126;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
|
@ -3800,5 +3800,7 @@
|
|||
"Veneration": 3798,
|
||||
"Reckoning": 3799,
|
||||
"Eleventh Hour": 3800,
|
||||
"Epilogue": 3801
|
||||
"Epilogue": 3801,
|
||||
"Prologue": 3802,
|
||||
"Gleeman's Tale": 3803
|
||||
}
|
Loading…
Reference in a new issue