Merge pull request #25 from jmichelin/patch-1

(typo) Update Amara skill description
This commit is contained in:
Joshua Seigler 2019-10-25 11:37:04 -04:00 committed by GitHub
commit 0e3df19f68
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)}%`,
},
},