Fix atree description typos for halfmoon and enraged blow

This commit is contained in:
hppeng 2022-08-15 07:27:06 -07:00
parent 083feb3bb3
commit 857b235901
2 changed files with 3 additions and 3 deletions

View file

@ -3240,7 +3240,7 @@ const atrees = {
{ {
"display_name": "Half-Moon Swipe", "display_name": "Half-Moon Swipe",
"desc": "Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water", "desc": "Uppercut will deal a footsweep attack at a longer and wider angle.",
"archetype": "Battle Monk", "archetype": "Battle Monk",
"archetype_req": 1, "archetype_req": 1,
"base_abil": "Uppercut", "base_abil": "Uppercut",
@ -3630,7 +3630,7 @@ const atrees = {
{ {
"display_name": "Enraged Blow", "display_name": "Enraged Blow",
"desc": "While Corriupted, every 1% of Health you lose will increase your damage by +2.2% (Max 220%)", "desc": "While Corrupted, every 1% of Health you lose will increase your damage by +2.2% (Max 220%)",
"archetype": "Fallen", "archetype": "Fallen",
"archetype_req": 0, "archetype_req": 0,
"base_abil": "Bak'al's Grasp", "base_abil": "Bak'al's Grasp",

File diff suppressed because one or more lines are too long