Fix typo with fire mastery in archer
also: fix iron lungs archetype
This commit is contained in:
parent
dba4ad3220
commit
05ca629185
2 changed files with 4 additions and 2 deletions
|
@ -2474,7 +2474,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": "Paladin",
|
"archetype": "Paladin",
|
||||||
"archetype_req": 0,
|
"archetype_req": 0,
|
||||||
"parents": ["War Scream"],
|
"parents": ["War Scream"],
|
||||||
|
@ -2681,6 +2681,8 @@ const atrees = {
|
||||||
{
|
{
|
||||||
"display_name": "Iron Lungs",
|
"display_name": "Iron Lungs",
|
||||||
"desc": "War Scream deals more damage",
|
"desc": "War Scream deals more damage",
|
||||||
|
"archetype": "Paladin",
|
||||||
|
"archetype_req": 0,
|
||||||
"base_abil": "War Scream",
|
"base_abil": "War Scream",
|
||||||
"parents": ["Flyby Jab", "Flaming Uppercut"],
|
"parents": ["Flyby Jab", "Flaming Uppercut"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue