fixed parents for refined gunpowder and decimator

This commit is contained in:
aspiepuppy 2022-07-07 17:25:19 -05:00
parent 5323ed2286
commit 049a2b07ea
2 changed files with 3 additions and 3 deletions

View file

@ -1240,7 +1240,7 @@ const atrees = {
"display_name": "Refined Gunpowder", "display_name": "Refined Gunpowder",
"desc": "Increase the damage of Arrow Bomb.", "desc": "Increase the damage of Arrow Bomb.",
"base_abil": "Arrow Bomb", "base_abil": "Arrow Bomb",
"parents": ["Windstorm"], "parents": ["Windstorm", "Traveler"],
"dependencies": [], "dependencies": [],
"blockers": [], "blockers": [],
"cost": 1, "cost": 1,
@ -1952,7 +1952,7 @@ const atrees = {
"desc": "Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 50%)", "desc": "Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 50%)",
"archetype": "Sharpshooter", "archetype": "Sharpshooter",
"archetype_req": 0, "archetype_req": 0,
"parents": ["Cheaper Arrow Shield"], "parents": ["Cheaper Arrow Shield", "Cheaper Escape (2)"],
"dependencies": ["Phantom Ray"], "dependencies": ["Phantom Ray"],
"blockers": [], "blockers": [],
"cost": 1, "cost": 1,

File diff suppressed because one or more lines are too long