mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
(typo) Update Amara skill description
https://github.com/seigler/bl3skills.com/issues/24
This commit is contained in:
parent
c16c3e7f7f
commit
489a8bacc3
1 changed files with 2 additions and 2 deletions
|
@ -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)}%`,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue