Update skills.js

Personally tested the damage bonus from Personal Space. The in-game values are correct. Adjusted the skill to reflect the in-game values.
This commit is contained in:
chronofreak 2020-03-02 10:43:57 -06:00 committed by GitHub
parent 0c10ea46ce
commit 65ebd5333a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -239,7 +239,7 @@ const skills = {
"Personal Space": { "Personal Space": {
ranks: 3, ranks: 3,
text: "Amara's weapon shots deal Bonus Damage based on the distance to her target. The closer the target, the greater the bonus.", text: "Amara's weapon shots deal Bonus Damage based on the distance to her target. The closer the target, the greater the bonus.",
effect: (rank, level) => `Bonus Damage: Up to +${percent(rank, 18)}% of damage dealt`, effect: (rank, level) => `Bonus Damage: Up to +${percent(rank, 12)}% of damage dealt`,
}, },
"Clarity": { "Clarity": {
ranks: 5, ranks: 5,