mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
Fixing Typos
This commit is contained in:
parent
9fc67b648b
commit
0e9a44cea7
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ const skills = {
|
||||||
"Enlightened Force": {
|
"Enlightened Force": {
|
||||||
"0": {
|
"0": {
|
||||||
"Phaseflare": {
|
"Phaseflare": {
|
||||||
text: "Amara summons an Orb of Elemental Energy that deals constant elemental damage to nearby enemies.\n\nPressing [Melee key] near the Orb causes it to fly towards toward an enemy and damage them. Addiontally, every time Amara uses a melee attack on the Orb, it gains Increased Damage based on the damage she dealt to it.\n\nPressing (action skill key) causes the Orb to return to Amara.",
|
text: "Amara summons an Orb of Elemental Energy that deals constant elemental damage to nearby enemies.\n\nPressing [Melee key] near the Orb causes it to fly towards toward an enemy and damage them. Addiontally, every time Amara uses a melee attack on the Orb, it gains Increased Damage based on the damage she dealt to it.\n\nPressing [Action Skill key] causes the Orb to return to Amara.",
|
||||||
effect: (rank, level) => `Impact Damage: ${flat(rank, level, 27)} (increases with character level)\nArea Damage: ${flat(rank, level, 5)} per second (increases with character level)\nDuration: 30 seconds\nCooldown:48seconds`,
|
effect: (rank, level) => `Impact Damage: ${flat(rank, level, 27)} (increases with character level)\nArea Damage: ${flat(rank, level, 5)} per second (increases with character level)\nDuration: 30 seconds\nCooldown:48seconds`,
|
||||||
type: SKILLS.ACTION_SKILL,
|
type: SKILLS.ACTION_SKILL,
|
||||||
ranks: 0
|
ranks: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue