mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
Update skills.js
This commit is contained in:
parent
9657291623
commit
ba346bc5ea
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ const skills = {
|
||||||
"Indiscriminate": {
|
"Indiscriminate": {
|
||||||
ranks: 3,
|
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.",
|
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": {
|
"Deep Well": {
|
||||||
ranks: 1,
|
ranks: 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue