Mana Trap now has the correct mana regen (2.85) instead of 4.
This commit is contained in:
parent
c601589c88
commit
15ad6bfeb8
2 changed files with 3 additions and 3 deletions
|
@ -566,7 +566,7 @@ const atrees = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"display_name": "Mana Trap",
|
"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": "Trapper",
|
||||||
"archetype_req": 5,
|
"archetype_req": 5,
|
||||||
"base_abil": "Arrow Bomb",
|
"base_abil": "Arrow Bomb",
|
||||||
|
@ -580,7 +580,7 @@ const atrees = {
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"range": 12,
|
"range": 12,
|
||||||
"manaRegen": 4
|
"manaRegen": 2.85
|
||||||
},
|
},
|
||||||
"effects": [
|
"effects": [
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue