mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-11 08:43:04 +00:00
Fix incorrect retail price for Keelback
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -1964,7 +1964,7 @@ module.exports = {
|
|||||||
roll: 100,
|
roll: 100,
|
||||||
yaw: 15
|
yaw: 15
|
||||||
},
|
},
|
||||||
retailCost: 3126160,
|
retailCost: 3126150,
|
||||||
bulkheads: [ {
|
bulkheads: [ {
|
||||||
id: "cb",
|
id: "cb",
|
||||||
edID: 128672271,
|
edID: 128672271,
|
||||||
|
|||||||
2
dist/index.json
vendored
2
dist/index.json
vendored
@@ -3114,7 +3114,7 @@
|
|||||||
"roll": 100,
|
"roll": 100,
|
||||||
"yaw": 15
|
"yaw": 15
|
||||||
},
|
},
|
||||||
"retailCost": 3126160,
|
"retailCost": 3126150,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "cb",
|
"id": "cb",
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
"roll": 100,
|
"roll": 100,
|
||||||
"yaw": 15
|
"yaw": 15
|
||||||
},
|
},
|
||||||
"retailCost": 3126160,
|
"retailCost": 3126150,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{ "id": "cb", "edID": 128672271, "eddbID": 1513, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "cb", "edID": 128672271, "eddbID": 1513, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "cc", "edID": 128672272, "eddbID": 1514, "grp": "bh", "cost": 1250460, "mass": 12, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "cc", "edID": 128672272, "eddbID": 1514, "grp": "bh", "cost": 1250460, "mass": 12, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
|
|||||||
Reference in New Issue
Block a user