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" ]