From 6d8ca95b122656a89c2eaabf675f8665f2cdffa9 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Sun, 19 Mar 2017 20:11:16 +0000 Subject: [PATCH] Fix name for target lock breaker --- ChangeLog.md | 1 + dist/index.js | 6 +++--- dist/index.json | 6 +++--- modifications/modules.json | 2 +- modifications/specials.json | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 60de959..1ae19f5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -15,6 +15,7 @@ * Update specs of Asp Scout as per 2.3 * Update specs of Diamondback Explorer as per 2.3 * Add ED ID for Rocket Propelled FSD Disruptor + * Fix ED name for target lock breaker special #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index 542808d..a8b8ac5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -21665,7 +21665,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", "thermload" ], - specials: [ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", "special_target_lock_breaker", "special_thermal_conduit" ] + specials: [ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", "special_lock_breaker", "special_thermal_conduit" ] }, pas: { blueprints: {}, @@ -21996,9 +21996,9 @@ module.exports = { edname: "special_super_penetrator", name: "Super penetrator" }, - special_target_lock_breaker: { + special_lock_breaker: { id: 27, - edname: "special_target_lock_breaker", + edname: "special_lock_breaker", name: "Target lock breaker" }, special_thermal_cascade: { diff --git a/dist/index.json b/dist/index.json index 2a787db..c5d415c 100644 --- a/dist/index.json +++ b/dist/index.json @@ -29808,7 +29808,7 @@ "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", - "special_target_lock_breaker", + "special_lock_breaker", "special_thermal_conduit" ] }, @@ -30722,9 +30722,9 @@ "edname": "special_super_penetrator", "name": "Super penetrator" }, - "special_target_lock_breaker": { + "special_lock_breaker": { "id": 27, - "edname": "special_target_lock_breaker", + "edname": "special_lock_breaker", "name": "Target lock breaker" }, "special_thermal_cascade": { diff --git a/modifications/modules.json b/modifications/modules.json index 6e0d112..1bf53cb 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -506,7 +506,7 @@ "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", - "special_target_lock_breaker", + "special_lock_breaker", "special_thermal_conduit" ] }, diff --git a/modifications/specials.json b/modifications/specials.json index 2b6d511..ec9f5c7 100644 --- a/modifications/specials.json +++ b/modifications/specials.json @@ -27,7 +27,7 @@ "special_shiftlock_canister": {"id": 24, "edname": "special_shiftlock_canister", "name": "Shift-lock canister"}, "special_smart_rounds": {"id": 25, "edname": "special_smart_rounds", "name": "Smart rounds"}, "special_super_penetrator": {"id": 26, "edname": "special_super_penetrator", "name": "Super penetrator"}, - "special_target_lock_breaker": {"id": 27, "edname": "special_target_lock_breaker", "name": "Target lock breaker"}, + "special_lock_breaker": {"id": 27, "edname": "special_lock_breaker", "name": "Target lock breaker"}, "special_thermal_cascade": {"id": 28, "edname": "special_thermal_cascade", "name": "Thermal cascade"}, "special_thermal_conduit": {"id": 29, "edname": "special_thermal_conduit", "name": "Thermal conduit"}, "special_thermal_vent": {"id": 30, "edname": "special_thermal_vent", "name": "Thermal vent"},