From 122fb7abd5be8380a12eb7f18eac21b912528573 Mon Sep 17 00:00:00 2001 From: chronofreak <59447931+chronofreak@users.noreply.github.com> Date: Mon, 2 Mar 2020 10:38:18 -0600 Subject: [PATCH] Update skills.js Corrected typo "Domiance" to "Dominance" --- src/pages/Beastmaster/skills.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Beastmaster/skills.js b/src/pages/Beastmaster/skills.js index 010205b..550b181 100644 --- a/src/pages/Beastmaster/skills.js +++ b/src/pages/Beastmaster/skills.js @@ -376,7 +376,7 @@ const skills = { }, "6": { "Dominance": { - text: "Melee Override Skill. FL4K establishes dominance over an enemy, turning it into an ally for a short time. If the enemy is a Beast, the duration is doubled. While under the effects of Domiance, the enemy constantly loses health until it dies or the effect ends. Only one enemy can be dominated at a time. An enemy can only be dominated once.", + text: "Melee Override Skill. FL4K establishes dominance over an enemy, turning it into an ally for a short time. If the enemy is a Beast, the duration is doubled. While under the effects of Dominance, the enemy constantly loses health until it dies or the effect ends. Only one enemy can be dominated at a time. An enemy can only be dominated once.", ranks: 1, effect: (rank, level) => `Duration: 12 seconds\nTarget Loses 2% of Maximum Health per second`, },