mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 23:45:34 +00:00
Break out countermeasures to allow for individual modifications
This commit is contained in:
25
modules/hardpoints/chaff_launcher.json
Normal file
25
modules/hardpoints/chaff_launcher.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"ch": [
|
||||
{
|
||||
"ammo": 10,
|
||||
"class": 0,
|
||||
"clip": 1,
|
||||
"cost": 8500,
|
||||
"distdraw": 4,
|
||||
"duration": 20,
|
||||
"edID": 128049513,
|
||||
"eddbID": 884,
|
||||
"grp": "ch",
|
||||
"id": "00",
|
||||
"integrity": 20,
|
||||
"mass": 1.3,
|
||||
"name": "Chaff Launcher",
|
||||
"passive": 1,
|
||||
"power": 0.2,
|
||||
"rating": "I",
|
||||
"reload": 10,
|
||||
"thermload": 4,
|
||||
"rof": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"cm": [
|
||||
{
|
||||
"ammo": 10,
|
||||
"class": 0,
|
||||
"clip": 1,
|
||||
"cost": 8500,
|
||||
"duration": 20,
|
||||
"edID": 128049513,
|
||||
"eddbID": 884,
|
||||
"eps": 4,
|
||||
"grp": "cm",
|
||||
"hps": 4,
|
||||
"id": "00",
|
||||
"integrity": 20,
|
||||
"mass": 1.3,
|
||||
"name": "Chaff Launcher",
|
||||
"passive": 1,
|
||||
"power": 0.2,
|
||||
"rating": "I",
|
||||
"reload": 10,
|
||||
"rof": 1
|
||||
},
|
||||
{
|
||||
"activepower": 4,
|
||||
"chargeup": 4,
|
||||
"class": 0,
|
||||
"cooldown": 10,
|
||||
"cost": 12500,
|
||||
"edID": 128049516,
|
||||
"eddbID": 885,
|
||||
"grp": "cm",
|
||||
"id": "01",
|
||||
"integrity": 20,
|
||||
"mass": 1.3,
|
||||
"name": "Electronic Countermeasure",
|
||||
"power": 0.2,
|
||||
"range": 3000,
|
||||
"rating": "F"
|
||||
},
|
||||
{
|
||||
"ammo": 2,
|
||||
"class": 0,
|
||||
"clip": 1,
|
||||
"cost": 3500,
|
||||
"duration": 10,
|
||||
"edID": 128049519,
|
||||
"eddbID": 886,
|
||||
"eps": 0.4,
|
||||
"grp": "cm",
|
||||
"id": "02",
|
||||
"integrity": 20,
|
||||
"mass": 1.3,
|
||||
"name": "Heat Sink Launcher",
|
||||
"passive": 1,
|
||||
"power": 0.2,
|
||||
"rating": "I",
|
||||
"reload": 10,
|
||||
"rof": 0.2
|
||||
},
|
||||
{
|
||||
"ammo": 10000,
|
||||
"burst": 4,
|
||||
"burstrof": 15,
|
||||
"class": 0,
|
||||
"clip": 50,
|
||||
"cost": 18550,
|
||||
"edID": 128049522,
|
||||
"eddbID": 887,
|
||||
"grp": "cm",
|
||||
"id": "03",
|
||||
"integrity": 20,
|
||||
"jitter": 1.5,
|
||||
"mass": 0.5,
|
||||
"name": "Point Defence",
|
||||
"passive": 1,
|
||||
"power": 0.2,
|
||||
"rating": "I",
|
||||
"reload": 0,
|
||||
"rof": 10,
|
||||
"speed": 1000,
|
||||
"type": "K"
|
||||
}
|
||||
]
|
||||
}
|
||||
23
modules/hardpoints/electronic_countermeasure.json
Normal file
23
modules/hardpoints/electronic_countermeasure.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"ec": [
|
||||
{
|
||||
"activepower": 4,
|
||||
"chargeup": 3,
|
||||
"class": 0,
|
||||
"cooldown": 10,
|
||||
"cost": 12500,
|
||||
"edID": 128049516,
|
||||
"eddbID": 885,
|
||||
"grp": "ec",
|
||||
"id": "01",
|
||||
"integrity": 20,
|
||||
"mass": 1.3,
|
||||
"name": "Electronic Countermeasure",
|
||||
"power": 0.2,
|
||||
"range": 3000,
|
||||
"reload": 10,
|
||||
"rating": "F",
|
||||
"thermload": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
26
modules/hardpoints/heat_sink_launcher.json
Normal file
26
modules/hardpoints/heat_sink_launcher.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"hs": [
|
||||
{
|
||||
"ammo": 2,
|
||||
"class": 0,
|
||||
"clip": 1,
|
||||
"cost": 3500,
|
||||
"distdraw": 2,
|
||||
"drain": 100,
|
||||
"duration": 10,
|
||||
"edID": 128049519,
|
||||
"eddbID": 886,
|
||||
"eps": 0.4,
|
||||
"grp": "hs",
|
||||
"id": "02",
|
||||
"integrity": 20,
|
||||
"mass": 1.3,
|
||||
"name": "Heat Sink Launcher",
|
||||
"passive": 1,
|
||||
"power": 0.2,
|
||||
"rating": "I",
|
||||
"reload": 10,
|
||||
"rof": 0.2
|
||||
}
|
||||
]
|
||||
}
|
||||
29
modules/hardpoints/point_defence.json
Normal file
29
modules/hardpoints/point_defence.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"po": [
|
||||
{
|
||||
"ammo": 10000,
|
||||
"burst": 4,
|
||||
"burstrof": 15,
|
||||
"class": 0,
|
||||
"clip": 50,
|
||||
"cost": 18550,
|
||||
"edID": 128049522,
|
||||
"eddbID": 887,
|
||||
"grp": "cm",
|
||||
"id": "03",
|
||||
"integrity": 30,
|
||||
"jitter": 1.5,
|
||||
"mass": 0.5,
|
||||
"name": "Point Defence",
|
||||
"passive": 1,
|
||||
"power": 0.2,
|
||||
"range": 2500,
|
||||
"rating": "I",
|
||||
"reload": 0,
|
||||
"rof": 10,
|
||||
"speed": 1000,
|
||||
"thermload": 0.1,
|
||||
"type": "K"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user