Update anaerobic mana regen
This commit is contained in:
parent
4d2d831179
commit
8883c0d790
4 changed files with 5 additions and 5 deletions
|
@ -65,7 +65,7 @@
|
||||||
"lvl": 104,
|
"lvl": 104,
|
||||||
"strReq": 60,
|
"strReq": 60,
|
||||||
"agiReq": 60,
|
"agiReq": 60,
|
||||||
"mr": 8,
|
"mr": 10,
|
||||||
"ref": 48,
|
"ref": 48,
|
||||||
"atkTier": -1,
|
"atkTier": -1,
|
||||||
"aDamPct": 32,
|
"aDamPct": 32,
|
||||||
|
@ -77511,4 +77511,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
const DB_VERSION = 104;
|
const DB_VERSION = 105;
|
||||||
// @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;
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
"bonusEarthDamage": 24,
|
"bonusEarthDamage": 24,
|
||||||
"bonusAirDamage": 32,
|
"bonusAirDamage": 32,
|
||||||
"attackSpeedBonus": -1,
|
"attackSpeedBonus": -1,
|
||||||
"manaRegen": 8,
|
"manaRegen": 10,
|
||||||
"reflection": 48,
|
"reflection": 48,
|
||||||
"spellCostRaw1": -3,
|
"spellCostRaw1": -3,
|
||||||
"identified": false,
|
"identified": false,
|
||||||
|
|
Loading…
Reference in a new issue