Skip to content

Commit

Permalink
Sensor Change(2)
Browse files Browse the repository at this point in the history
Increasing the radius of the sensor turret from 12 to 16 cells and consequently increasing the cost from 20 to 150 energy and increasing production time from 100 to 500. The Sensor Turret and Sensor Tower will now have the same actual radius as the Hardened Sensor Tower.
Reduce Wide Spectrum Sensor 450 -> 300 energy and 1200 -> 700 production time
Also note that the Wide Spectrum Sensor should not be much more expensive than the Sensor turret, otherwise the first will be irrelevant to use. The difference in viewing radius between these sensors, taking into account all the upgrades 2.5 tiles
  • Loading branch information
Tipchik87 committed Sep 18, 2022
1 parent e4001ef commit 11286a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/mp/stats/sensor.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"weight": 100
},
"Sensor-WideSpec": {
"buildPoints": 1200,
"buildPower": 450,
"buildPoints": 700,
"buildPower": 300,
"designable": 1,
"droidType": "DROID_SENSOR",
"hitpoints": 200,
Expand Down Expand Up @@ -111,8 +111,8 @@
"weight": 100
},
"SensorTurret1Mk1": {
"buildPoints": 100,
"buildPower": 20,
"buildPoints": 500,
"buildPower": 150,
"designable": 1,
"droidType": "DROID_SENSOR",
"hitpoints": 200,
Expand All @@ -121,7 +121,7 @@
"mountModel": "TRLSNSR1.PIE",
"name": "Sensor Turret",
"power": 1000,
"range": 1792,
"range": 2048,
"sensorModel": "GNLSNSR1.PIE",
"type": "STANDARD",
"weight": 100
Expand Down

0 comments on commit 11286a9

Please sign in to comment.