snake nest and sunshower fix

This commit is contained in:
aspiepuppy 2022-07-09 21:50:49 -05:00
parent f1ad267cc5
commit bdb4792a53
2 changed files with 3 additions and 2 deletions

View file

@ -4566,6 +4566,7 @@ const atrees = {
"parents": ["Water Mastery"],
"dependencies": ["Heal"],
"blockers": ["Arcane Transfer"],
"cost": 2,
"display": {
"row": 13,
"col": 4,
@ -4882,7 +4883,7 @@ const atrees = {
"desc": "For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)",
"archetype": "",
"archetype_req": 0,
"parents": ["Pyrokinesis"],
"parents": ["Pyrokinesis", "Snake Nest"],
"dependencies": [],
"blockers": [],
"cost": 1,

File diff suppressed because one or more lines are too long