Forest aconite spelldamage fix
This commit is contained in:
parent
8883c0d790
commit
795b5207f8
5 changed files with 6 additions and 6 deletions
|
@ -17497,7 +17497,7 @@
|
|||
"aDefPct": -25,
|
||||
"fixID": true,
|
||||
"spPct4": 28,
|
||||
"rainbowRaw": 1275,
|
||||
"rSdRaw": 1275,
|
||||
"id": 720
|
||||
},
|
||||
{
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -165,7 +165,7 @@ let rolledIDs = [
|
|||
"spPct2", "spRaw2",
|
||||
"spPct3", "spRaw3",
|
||||
"spPct4", "spRaw4",
|
||||
"pDamRaw",
|
||||
"rSdRaw",
|
||||
"sprint",
|
||||
"sprintReg",
|
||||
"jh",
|
||||
|
|
|
@ -70,7 +70,7 @@ let idPrefixes = {"displayName": "",
|
|||
"spRaw3":"3rd Spell Cost Raw: ",
|
||||
"spPct4":"4th Spell Cost %: ",
|
||||
"spRaw4":"4th Spell Cost Raw: ",
|
||||
"rainbowRaw":"Rainbow Spell Damage Raw: ",
|
||||
"rSdRaw":"Rainbow Spell Damage Raw: ",
|
||||
"sprint":"Sprint Bonus: ",
|
||||
"sprintReg":"Sprint Regen Bonus: ",
|
||||
"jh":"Jump Height: ",
|
||||
|
@ -323,7 +323,7 @@ let sq2_item_display_commands = [
|
|||
"fDefPct", "wDefPct", "aDefPct", "tDefPct", "eDefPct",
|
||||
"!elemental",
|
||||
"spPct1", "spRaw1", "spPct2", "spRaw2", "spPct3", "spRaw3", "spPct4", "spRaw4",
|
||||
"rainbowRaw",
|
||||
"rSdRaw",
|
||||
"sprint", "sprintReg",
|
||||
"jh",
|
||||
"xpb", "lb", "lq",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 105;
|
||||
const DB_VERSION = 106;
|
||||
// @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