mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 23:45:34 +00:00
Rewrite data files to have one key per line. Will make future commits far easier to see what has changed
This commit is contained in:
75
modules/hardpoints/shield_booster.json
Executable file → Normal file
75
modules/hardpoints/shield_booster.json
Executable file → Normal file
@@ -1,9 +1,74 @@
|
||||
{
|
||||
"sb": [
|
||||
{ "id": "08", "edID": 128668532, "eddbID": 1368, "grp": "sb", "class": 0, "rating": "E", "cost": 10000, "mass": 0.5, "integrity": 25, "power": 0.2, "passive": 1, "shieldmul": 0.04 },
|
||||
{ "id": "07", "edID": 128668533, "eddbID": 1369, "grp": "sb", "class": 0, "rating": "D", "cost": 23000, "mass": 1, "integrity": 35, "power": 0.5, "passive": 1, "shieldmul": 0.08 },
|
||||
{ "id": "06", "edID": 128668534, "eddbID": 1370, "grp": "sb", "class": 0, "rating": "C", "cost": 53000, "mass": 2, "integrity": 40, "power": 0.7, "passive": 1, "shieldmul": 0.12 },
|
||||
{ "id": "05", "edID": 128668535, "eddbID": 1371, "grp": "sb", "class": 0, "rating": "B", "cost": 122000, "mass": 3, "integrity": 45, "power": 1, "passive": 1, "shieldmul": 0.16 },
|
||||
{ "id": "04", "edID": 128668536, "eddbID": 1372, "grp": "sb", "class": 0, "rating": "A", "cost": 281000, "mass": 3.5, "integrity": 48, "power": 1.2, "passive": 1, "shieldmul": 0.2 }
|
||||
{
|
||||
"class": 0,
|
||||
"cost": 10000,
|
||||
"edID": 128668532,
|
||||
"eddbID": 1368,
|
||||
"grp": "sb",
|
||||
"id": "08",
|
||||
"integrity": 25,
|
||||
"mass": 0.5,
|
||||
"passive": 1,
|
||||
"power": 0.2,
|
||||
"rating": "E",
|
||||
"shieldmul": 0.04
|
||||
},
|
||||
{
|
||||
"class": 0,
|
||||
"cost": 23000,
|
||||
"edID": 128668533,
|
||||
"eddbID": 1369,
|
||||
"grp": "sb",
|
||||
"id": "07",
|
||||
"integrity": 35,
|
||||
"mass": 1,
|
||||
"passive": 1,
|
||||
"power": 0.5,
|
||||
"rating": "D",
|
||||
"shieldmul": 0.08
|
||||
},
|
||||
{
|
||||
"class": 0,
|
||||
"cost": 53000,
|
||||
"edID": 128668534,
|
||||
"eddbID": 1370,
|
||||
"grp": "sb",
|
||||
"id": "06",
|
||||
"integrity": 40,
|
||||
"mass": 2,
|
||||
"passive": 1,
|
||||
"power": 0.7,
|
||||
"rating": "C",
|
||||
"shieldmul": 0.12
|
||||
},
|
||||
{
|
||||
"class": 0,
|
||||
"cost": 122000,
|
||||
"edID": 128668535,
|
||||
"eddbID": 1371,
|
||||
"grp": "sb",
|
||||
"id": "05",
|
||||
"integrity": 45,
|
||||
"mass": 3,
|
||||
"passive": 1,
|
||||
"power": 1,
|
||||
"rating": "B",
|
||||
"shieldmul": 0.16
|
||||
},
|
||||
{
|
||||
"class": 0,
|
||||
"cost": 281000,
|
||||
"edID": 128668536,
|
||||
"eddbID": 1372,
|
||||
"grp": "sb",
|
||||
"id": "04",
|
||||
"integrity": 48,
|
||||
"mass": 3.5,
|
||||
"passive": 1,
|
||||
"power": 1.2,
|
||||
"rating": "A",
|
||||
"shieldmul": 0.2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user