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:
commit
0abf72689f
2 changed files with 4 additions and 4 deletions
|
@ -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
Loading…
Reference in a new issue