Merge pull request #66 from aspiepuppy/atree_hotfix
Added Focus dependency to More Focus 1 & 2, fixed Air Mastery so it i…
This commit is contained in:
commit
bc68599c84
1 changed files with 2 additions and 2 deletions
|
@ -1680,7 +1680,7 @@ const atrees = {
|
|||
"archetype": "Sharpshooter",
|
||||
"archetype_req": 0,
|
||||
"parents": ["Cheaper Arrow Storm", "Grappling Hook"],
|
||||
"dependencies": [],
|
||||
"dependencies": ["Focus"],
|
||||
"blockers": [],
|
||||
"cost": 1,
|
||||
"display": {
|
||||
|
@ -1707,7 +1707,7 @@ const atrees = {
|
|||
"archetype": "Sharpshooter",
|
||||
"archetype_req": 0,
|
||||
"parents": ["Crepuscular Ray", "Snow Storm"],
|
||||
"dependencies": [],
|
||||
"dependencies": ["Focus"],
|
||||
"blockers": [],
|
||||
"cost": 1,
|
||||
"display": {
|
||||
|
|
Loading…
Reference in a new issue