From 489a8bacc36ef80743c595967b1cf966fadbe340 Mon Sep 17 00:00:00 2001 From: JohnMichelin Date: Wed, 16 Oct 2019 18:07:37 -0700 Subject: [PATCH] (typo) Update Amara skill description https://github.com/seigler/bl3skills.com/issues/24 --- src/pages/Siren/skills.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Siren/skills.js b/src/pages/Siren/skills.js index 88b4c4f..9da2812 100644 --- a/src/pages/Siren/skills.js +++ b/src/pages/Siren/skills.js @@ -329,7 +329,7 @@ const skills = { }, "Catharsis": { ranks: 3, - text: "Whenrbrt Amara riggers an elemental effect on an enemy, when that enemy that dies the enemy explodes, dealing her attuned element damage along with any other element that is currently inflicted upon that enemy. This skill has a short cooldown.", + text: "Whenever Amara riggers an elemental effect on an enemy, when that enemy that dies the enemy explodes, dealing her attuned element damage along with any other element that is currently inflicted upon that enemy. This skill has a short cooldown.", effect: (rank, level) => `Damage: ${flat(rank, level, 4)}, Cooldown: 8 seconds`, }, "Ties That Bind": { @@ -353,7 +353,7 @@ const skills = { }, "Conflux": { ranks: 5, - text: "Whenever Ammara applies a Status Effect to an enemy, she gains a chance to randomly Electrocute, Ignite, or Melt that enemy.", + text: "Whenever Amara applies a Status Effect to an enemy, she gains a chance to randomly Electrocute, Ignite, or Melt that enemy.", effect: (rank, level) => `Extra Effect Chance: ${percent(rank, 7)}%`, }, },