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