mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
fix typo
This commit is contained in:
parent
d40e66bd64
commit
c61d863d5e
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ const skills = {
|
||||||
effect: (rank, level) => `Gun Damage: +${percent(rank, 4)}% per active Action Skill`,
|
effect: (rank, level) => `Gun Damage: +${percent(rank, 4)}% per active Action Skill`,
|
||||||
},
|
},
|
||||||
"Praemunitus": {
|
"Praemunitus": {
|
||||||
text: "Zane and his Dig-Clone gain increased Magazine Size.",
|
text: "Zane and his Digi-Clone gain increased Magazine Size.",
|
||||||
ranks: 3,
|
ranks: 3,
|
||||||
effect: (rank, level) => `Magazine Size: +${percent(rank, 8.333)}%\nDigi-Clone Magazine Size: +${percent(rank, 8.333)}%`,
|
effect: (rank, level) => `Magazine Size: +${percent(rank, 8.333)}%\nDigi-Clone Magazine Size: +${percent(rank, 8.333)}%`,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue