Fix typo with fire mastery in archer

also: fix iron lungs archetype
This commit is contained in:
hppeng 2022-07-06 01:49:10 -07:00
parent dba4ad3220
commit 05ca629185
2 changed files with 4 additions and 2 deletions

View file

@ -2474,7 +2474,7 @@ const atrees = {
{
"display_name": "Fire Mastery",
"desc": "Increases base damage from all Earth attacks",
"desc": "Increases base damage from all Fire attacks",
"archetype": "Paladin",
"archetype_req": 0,
"parents": ["War Scream"],
@ -2681,6 +2681,8 @@ const atrees = {
{
"display_name": "Iron Lungs",
"desc": "War Scream deals more damage",
"archetype": "Paladin",
"archetype_req": 0,
"base_abil": "War Scream",
"parents": ["Flyby Jab", "Flaming Uppercut"],
"dependencies": [],

File diff suppressed because one or more lines are too long