Adding Action Skill Augment Tags

This commit is contained in:
Anthony Jung 2020-11-15 17:23:09 -08:00
parent 624e2a6a3c
commit 993e9eb494

View file

@ -530,7 +530,8 @@ const skills = {
"Wetwork": { "Wetwork": {
ranks: 0, ranks: 0,
text: "Whenever Zane kills an enemy with his Shoulder Cannon, that enemy explodes into an Elemental Puddle.", text: "Whenever Zane kills an enemy with his Shoulder Cannon, that enemy explodes into an Elemental Puddle.",
effect: (rank, level) => `Explosion Damage: 32 (increases with character level)\nPuddle Damage: 18 per second (increases with character level)` effect: (rank, level) => `Explosion Damage: 32 (increases with character level)\nPuddle Damage: 18 per second (increases with character level)`,
type: SKILLS.AUGMENT_CHEVRON,
}, },
"Fugitive": { "Fugitive": {
ranks: 1, ranks: 1,
@ -540,14 +541,16 @@ const skills = {
"Brain Drain": { "Brain Drain": {
ranks: 0, ranks: 0,
text: "Whenever Zane kills an enemy with a Critical Hit from his Shoulder Cannon, two charges are instantly returned.", text: "Whenever Zane kills an enemy with a Critical Hit from his Shoulder Cannon, two charges are instantly returned.",
effect: (rank, level) => `` effect: (rank, level) => ``,
type: SKILLS.AUGMENT_CHEVRON,
}, },
}, },
"4": { "4": {
"No Way Out": { "No Way Out": {
ranks: 0, ranks: 0,
text: "Whenever Zane damages an enemy with his Shoulder Cannon, that enemy is pulled to him and takes Increased Damage for a short time. Additionally, Zane's MNTIS Shoulder Cannon cooldown time is increased.", text: "Whenever Zane damages an enemy with his Shoulder Cannon, that enemy is pulled to him and takes Increased Damage for a short time. Additionally, Zane's MNTIS Shoulder Cannon cooldown time is increased.",
effect: (rank, level) => `Cooldown: +20%\nDamage Increase: +25%\nDuration: 6 seconds` effect: (rank, level) => `Cooldown: +20%\nDamage Increase: +25%\nDuration: 6 seconds`,
type: SKILLS.AUGMENT_CHEVRON,
}, },
"Domino Effect": { "Domino Effect": {
ranks: 5, ranks: 5,
@ -574,7 +577,8 @@ const skills = {
"Proliferation": { "Proliferation": {
ranks: 0, ranks: 0,
text: "Zane's MNTIS Shoulder Cannon gains Additional Charges and deals Increased Damage based on the number of charges remaining.", text: "Zane's MNTIS Shoulder Cannon gains Additional Charges and deals Increased Damage based on the number of charges remaining.",
effect: (rank, level) => `Additional Charges: +2\nCannon Damage: +20% per charge` effect: (rank, level) => `Additional Charges: +2\nCannon Damage: +20% per charge`,
type: SKILLS.AUGMENT_CHEVRON,
}, },
}, },
"6": { "6": {