From 56106974560e78b6ec98263f664ac6891d5416d3 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Sat, 7 Jan 2017 16:10:54 +0000 Subject: [PATCH] Add power draw for Detailed Surface Scanner --- ChangeLog.md | 1 + dist/index.js | 2 +- dist/index.json | 2 +- modules/internal/scanner.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a915bcd..c04c466 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -12,6 +12,7 @@ * Update shield recharge rates * Reduce hull mass of Viper to 50T * Fix incorrect optimal mass value for 8A thrusters + * Add power draw for detailed surface scanner #2.2.5 * Fix incorrect ID for emissive munitions special diff --git a/dist/index.js b/dist/index.js index 6f13200..929aecd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -12202,7 +12202,7 @@ module.exports = { id: "2i", mass: 1.3, name: "Detailed Surface Scanner", - power: 0, + power: .6, rating: "C" } ], scb: [ { diff --git a/dist/index.json b/dist/index.json index 54b7667..f658bac 100644 --- a/dist/index.json +++ b/dist/index.json @@ -14562,7 +14562,7 @@ "id": "2i", "mass": 1.3, "name": "Detailed Surface Scanner", - "power": 0, + "power": 0.6, "rating": "C" } ], diff --git a/modules/internal/scanner.json b/modules/internal/scanner.json index 2076a75..b711dab 100644 --- a/modules/internal/scanner.json +++ b/modules/internal/scanner.json @@ -48,7 +48,7 @@ "id": "2i", "mass": 1.3, "name": "Detailed Surface Scanner", - "power": 0, + "power": 0.6, "rating": "C" } ]