From 3a27604d01da7f6c6f2633c0f36bf6829f1a696e Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Sun, 29 Jan 2017 21:50:54 +0000 Subject: [PATCH] Add plasma slug special for PAs. Fix for #64 --- ChangeLog.md | 3 +++ dist/index.js | 2 +- dist/index.json | 1 + modifications/modules.json | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index c078fb6..ce38142 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,6 @@ +#2.2.13 + * Add plasma slug special effect for plasma accelerator + #2.2.12 * Add special effects for each blueprint * Add IDs for most Powerplay modules diff --git a/dist/index.js b/dist/index.js index 49c4ef4..c4d162e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -18048,7 +18048,7 @@ module.exports = { Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] }, modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ], - specials: [ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", "special_target_lock_breaker", "special_thermal_conduit" ] + specials: [ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", "special_target_lock_breaker", "special_thermal_conduit" ] }, pas: { blueprints: {}, diff --git a/dist/index.json b/dist/index.json index c14eaa1..48cbf5f 100644 --- a/dist/index.json +++ b/dist/index.json @@ -25213,6 +25213,7 @@ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", + "special_plasma_slug", "special_target_lock_breaker", "special_thermal_conduit" ] diff --git a/modifications/modules.json b/modifications/modules.json index 67c99f5..c27e027 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -497,6 +497,7 @@ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", + "special_plasma_slug", "special_target_lock_breaker", "special_thermal_conduit" ]