From b98a66ae9df679a0edd9f0e97e9c168752ce6711 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Mon, 18 Dec 2017 09:08:36 +1100 Subject: [PATCH] fix interdictor and sensor scan angle --- dist/index.js | 5 ++++- dist/index.json | 5 ++++- modifications/modifierActions.json | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index 64965b5..e00379c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -21565,7 +21565,7 @@ module.exports = { facinglimit: 1 }, OutfittingFieldType_FSDInterdictorRange: { - range: 1 + ranget: 1 }, OutfittingFieldType_Integrity: { integrity: 1 @@ -21573,6 +21573,9 @@ module.exports = { OutfittingFieldType_Mass: { mass: 1 }, + OutfittingFieldType_SensorTargetScanAngle: { + angle: 1 + }, OutfittingFieldType_PowerDraw: { power: 1 }, diff --git a/dist/index.json b/dist/index.json index 7d476e5..3977d60 100644 --- a/dist/index.json +++ b/dist/index.json @@ -28852,7 +28852,7 @@ "facinglimit": 1 }, "OutfittingFieldType_FSDInterdictorRange": { - "range": 1 + "ranget": 1 }, "OutfittingFieldType_Integrity": { "integrity": 1 @@ -28860,6 +28860,9 @@ "OutfittingFieldType_Mass": { "mass": 1 }, + "OutfittingFieldType_SensorTargetScanAngle": { + "angle": 1 + }, "OutfittingFieldType_PowerDraw": { "power": 1 }, diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index 29de2ab..dc2edc6 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -42,7 +42,7 @@ "facinglimit": 1 }, "OutfittingFieldType_FSDInterdictorRange": { - "range": 1 + "ranget": 1 }, "OutfittingFieldType_Integrity": { "integrity": 1 @@ -50,6 +50,9 @@ "OutfittingFieldType_Mass": { "mass": 1 }, + "OutfittingFieldType_SensorTargetScanAngle": { + "angle": 1 + }, "OutfittingFieldType_PowerDraw": { "power": 1 },