Fix bugs revolving around fortitude link
and match ingame behavior for now
This commit is contained in:
parent
8ac6f62206
commit
930aef1766
2 changed files with 4 additions and 3 deletions
|
@ -4815,7 +4815,7 @@ const atrees = {
|
||||||
"display_name": "Cheaper Ice Snake",
|
"display_name": "Cheaper Ice Snake",
|
||||||
"desc": "Reduce the Mana cost of Ice Snake.",
|
"desc": "Reduce the Mana cost of Ice Snake.",
|
||||||
"base_abil": "Ice Snake",
|
"base_abil": "Ice Snake",
|
||||||
"parents": ["Eye Piercer"],
|
"parents": ["Eye Piercer", "Fortitude"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"blockers": [],
|
"blockers": [],
|
||||||
"cost": 1,
|
"cost": 1,
|
||||||
|
@ -4831,7 +4831,8 @@ const atrees = {
|
||||||
"display_name": "Cheaper Teleport II",
|
"display_name": "Cheaper Teleport II",
|
||||||
"desc": "Reduce the Mana cost of Teleport.",
|
"desc": "Reduce the Mana cost of Teleport.",
|
||||||
"base_abil": "Teleport",
|
"base_abil": "Teleport",
|
||||||
"parents": ["Purification", "Fortitude"],
|
"parents": ["Purification"],
|
||||||
|
"_parents": ["Purification", "Fortitude"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"blockers": [],
|
"blockers": [],
|
||||||
"cost": 1,
|
"cost": 1,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue