Enraged blow scaling, fix winded typo

This commit is contained in:
hppeng 2022-07-29 01:44:56 -07:00
parent 08cd090088
commit b41861e20f
2 changed files with 4 additions and 4 deletions

View file

@ -3739,7 +3739,7 @@ const atrees = {
"type": "stat", "type": "stat",
"name": "damMult.Enraged" "name": "damMult.Enraged"
}, },
"scaling": [3] "scaling": [2.2]
} }
] ]
}, },
@ -6395,7 +6395,7 @@ const atrees = {
}, },
{ {
"display_name": "More Winded", "display_name": "More Winded",
"desc": "Incrase your maximum Winded by +5.", "desc": "Increase your maximum Winded by +5.",
"base_abil": "Windsweeper", "base_abil": "Windsweeper",
"archetype": "Riftwalker", "archetype": "Riftwalker",
"archetype_req": 0, "archetype_req": 0,
@ -6705,7 +6705,7 @@ const atrees = {
}, },
{ {
"display_name": "More Winded II", "display_name": "More Winded II",
"desc": "Incrase your maximum Winded by +5.", "desc": "Increase your maximum Winded by +5.",
"base_abil": "Windsweeper", "base_abil": "Windsweeper",
"archetype": "Riftwalker", "archetype": "Riftwalker",
"archetype_req": 0, "archetype_req": 0,

File diff suppressed because one or more lines are too long