mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
Merge pull request #45 from chronofreak/patch-3
Clean up Siren skills.js
This commit is contained in:
commit
df36a7c57b
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ const skills = {
|
|||
"Indiscriminate": {
|
||||
ranks: 3,
|
||||
text: "Amara's bullets that damage enemies have a chance to ricochet and deal decreased damage to other nearby enemies. Ricochet Chance and Damage are increased if target is affected by Phasegrasp or Stillness of Mind.",
|
||||
effect: (rank, level) => `Ricochet Chance: +${percent(rank, 10)}%\nRicochet Damage: -50%\nAction Skill Ricochet Chance: +${percent(rank, 20)}%\nAction Skill Ricochet Damage: -25%`,
|
||||
effect: (rank, level) => `Ricochet Chance: +${percent(rank, 10)}%\nRicochet Damage: 50% of damage dealt\nAction Skill Ricochet Chance: +${percent(rank, 20)}%\nAction Skill Ricochet Damage: 75% of damage dealt`,
|
||||
},
|
||||
"Deep Well": {
|
||||
ranks: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue