Tweak hull costs

This commit is contained in:
Cmdr McDonald
2017-02-01 08:27:05 +00:00
parent 3a27604d01
commit 2d6ef26ab2
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
#2.2.13
* Add plasma slug special effect for plasma accelerator
* Tweak hull costs of ships
#2.2.12
* Add special effects for each blueprint

View File

@@ -6,7 +6,7 @@
"name": "Keelback",
"manufacturer": "Lakon",
"class": 2,
"hullCost": 2943880,
"hullCost": 2943870,
"speed": 200,
"boost": 300,
"boostEnergy": 10,

View File

@@ -6,7 +6,7 @@
"name": "Sidewinder",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"hullCost": 12870,
"hullCost": 4070,
"speed": 220,
"boost": 320,
"boostEnergy": 7,
@@ -20,7 +20,7 @@
"roll": 110,
"yaw": 16
},
"retailCost": 40800,
"retailCost": 32000,
"bulkheads": [
{ "id": "b0", "edID": 128049250, "eddbID": 738, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
{ "id": "b1", "edID": 128049251, "eddbID": 739, "grp": "bh", "cost": 25600, "mass": 2, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },