Merge pull request #69 from hppeng-wynn/atree_hotfix

Mana Trap now has the correct mana regen (2.85) instead of 4.
This commit is contained in:
hppeng-wynn 2022-07-02 15:15:39 -05:00 committed by GitHub
commit 0abf72689f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -566,7 +566,7 @@ const atrees = {
},
{
"display_name": "Mana Trap",
"desc": "Your Traps will give you 4 Mana per second when you stay close to them.",
"desc": "Your Traps will give you 2.85 Mana per second when you stay close to them.",
"archetype": "Trapper",
"archetype_req": 5,
"base_abil": "Arrow Bomb",
@ -579,8 +579,8 @@ const atrees = {
"col": 8
},
"properties": {
"range": 12,
"manaRegen": 4
"range": 16,
"manaRegen": 2.85
},
"effects": [
{

File diff suppressed because one or more lines are too long