Mana Trap now has the correct mana regen (2.85) instead of 4.

This commit is contained in:
aspiepuppy 2022-07-02 11:57:18 -05:00
parent c601589c88
commit 15ad6bfeb8
2 changed files with 3 additions and 3 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",
@ -580,7 +580,7 @@ const atrees = {
},
"properties": {
"range": 12,
"manaRegen": 4
"manaRegen": 2.85
},
"effects": [
{

File diff suppressed because one or more lines are too long