Fixed More Traps archetype req to 0 from 10, fixed Fire Mastery to say Fire instead of Earth
This commit is contained in:
parent
4754187d2c
commit
633e13a2cf
1 changed files with 2 additions and 2 deletions
|
@ -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"],
|
||||||
|
|
Loading…
Reference in a new issue