Fixed More Traps archetype req to 0 from 10, fixed Fire Mastery to say Fire instead of Earth

This commit is contained in:
aspiepuppy 2022-07-01 16:41:19 -05:00
parent 4754187d2c
commit 633e13a2cf

View file

@ -1121,7 +1121,7 @@ const atrees = {
}, },
{ {
"display_name": "Fire Mastery", "display_name": "Fire Mastery",
"desc": "Increases base damage from all Earth attacks", "desc": "Increases base damage from all Fire attacks",
"archetype": "Sharpshooter", "archetype": "Sharpshooter",
"archetype_req": 0, "archetype_req": 0,
"parents": ["Thunder Mastery", "Arrow Shield", "Cheaper Escape"], "parents": ["Thunder Mastery", "Arrow Shield", "Cheaper Escape"],
@ -1245,7 +1245,7 @@ const atrees = {
"display_name": "More Traps", "display_name": "More Traps",
"desc": "Increase the maximum amount of active Traps you can have by +2.", "desc": "Increase the maximum amount of active Traps you can have by +2.",
"archetype": "Trapper", "archetype": "Trapper",
"archetype_req": 10, "archetype_req": 0,
"base_abil": "Arrow Bomb", "base_abil": "Arrow Bomb",
"parents": ["Bouncing Bomb"], "parents": ["Bouncing Bomb"],
"dependencies": ["Basaltic Trap"], "dependencies": ["Basaltic Trap"],