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

File diff suppressed because one or more lines are too long