(typo) Update Amara skill description

https://github.com/seigler/bl3skills.com/issues/24
This commit is contained in:
JohnMichelin 2019-10-16 18:07:37 -07:00 committed by GitHub
parent c16c3e7f7f
commit 489a8bacc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)}%`,
},
},