diff --git a/modules/hardpoints/ax_missile_rack.json b/modules/hardpoints/ax_missile_rack.json index 898ed7e..9189e39 100644 --- a/modules/hardpoints/ax_missile_rack.json +++ b/modules/hardpoints/ax_missile_rack.json @@ -15,6 +15,7 @@ "distdraw": 0.14, "edID": 128788699, "eddbID": 1614, + "falloff": 10000, "grp": "axmr", "id": "x4", "integrity": 51, @@ -44,6 +45,7 @@ "distdraw": 0.08, "edID": 128788704, "eddbID": 1615, + "falloff": 10000, "grp": "axmr", "id": "x5", "integrity": 51, @@ -73,6 +75,7 @@ "distdraw": 0.24, "edID": 128788700, "eddbID": 1623, + "falloff": 10000, "grp": "axmr", "id": "x6", "integrity": 64, @@ -102,6 +105,7 @@ "distdraw": 0.14, "edID": 128788705, "eddbID": 1624, + "falloff": 10000, "grp": "axmr", "id": "x7", "integrity": 64, diff --git a/modules/hardpoints/shutdown_field_neutraliser.json b/modules/hardpoints/shutdown_field_neutraliser.json index dc9d526..ed9bf1d 100644 --- a/modules/hardpoints/shutdown_field_neutraliser.json +++ b/modules/hardpoints/shutdown_field_neutraliser.json @@ -12,6 +12,7 @@ "name": "Shutdown Field Neutraliser", "passive": 1, "power": 0.2, + "activepower": 0.25, "rating": "F", "cooldown": 10, "duration": 1, diff --git a/modules/hardpoints/xeno_scanner.json b/modules/hardpoints/xeno_scanner.json index 09b8956..7149906 100644 --- a/modules/hardpoints/xeno_scanner.json +++ b/modules/hardpoints/xeno_scanner.json @@ -2,7 +2,7 @@ "xs": [ { "class": 0, - "cost": 365700, + "cost": 365698, "edID": 128793115, "eddbID": 1616, "grp": "xs", @@ -13,7 +13,9 @@ "power": 0.2, "range": 500, "rating": "E", - "scantime": 10 + "boot": 2, + "scantime": 10, + "angle": 23 } ] }