mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 23:45:34 +00:00
Add fragment cannon modifications
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
"PowerPlant_Armoured": { "id": 62, "name": "Armoured" },
|
||||
"PowerPlant_Boosted": { "id": 63, "name": "Overcharged" },
|
||||
"PowerPlant_Stealth": { "id": 64, "name": "Low emissions" },
|
||||
"ProspectingLimpet_LightWeight": { "id": 63, "name": "Lightweight" },
|
||||
"ProspectingLimpet_LightWeight": { "id": 65, "name": "Lightweight" },
|
||||
"ProspectingLimpet_Reinforced": { "id": 66, "name": "Reinforced" },
|
||||
"ProspectingLimpet_Shielded": { "id": 67, "name": "Shielded" },
|
||||
"ShieldBooster_Explosive": { "id": 68, "name": "Blast resistant" },
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"boot": {"id": 1, "name": "boot", "type": "numeric", "method": "multiplicative"},
|
||||
"brokenregen": {"id": 2, "name": "brokenregen", "type": "numeric", "method": "multiplicative"},
|
||||
"burst": {"id": 3, "name": "burst", "type": "numeric", "method": "multiplicative"},
|
||||
"burstrof": {"id": 41, "name": "burst", "type": "numeric", "method": "multiplicative"},
|
||||
"clip": {"id": 4, "name": "clip", "type": "numeric", "method": "multiplicative"},
|
||||
"damage": {"id": 5, "name": "damage", "type": "numeric", "method": "multiplicative"},
|
||||
"distdraw": {"id": 6, "name": "distdraw", "type": "numeric", "method": "multiplicative"},
|
||||
|
||||
@@ -159,11 +159,18 @@
|
||||
"mod_weapon_burst_interval": {
|
||||
"rof": 1
|
||||
},
|
||||
"mod_weapon_burst_rof": {},
|
||||
"mod_weapon_burst_size": {},
|
||||
"mod_weapon_burst_rof": {
|
||||
"burstrof": 1
|
||||
},
|
||||
"mod_weapon_burst_size": {
|
||||
"burst": 1
|
||||
},
|
||||
"mod_weapon_clip_size": {
|
||||
"clip": 1
|
||||
},
|
||||
"mod_weapon_clip_size_override": {
|
||||
"clip": 1
|
||||
},
|
||||
"mod_weapon_damage": {
|
||||
"damage": 1
|
||||
},
|
||||
@@ -213,6 +220,9 @@
|
||||
"special_scramble_spectrum": {
|
||||
"rof": 0.1111111111111111
|
||||
},
|
||||
"special_screening_shell": {
|
||||
"reload": -0.5
|
||||
},
|
||||
"special_shiftlock_canister": {
|
||||
"damage": -0.2
|
||||
},
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"special_dispersal_field": {"id": 5, "name": "Dispersal field"},
|
||||
"special_distortion_field": {"id": 6, "name": "Distortion field"},
|
||||
"special_drag_munitions": {"id": 7, "name": "Drag munitions"},
|
||||
"special_emissive_munitions": {"id": 9, "name": "Emissive munitions"},
|
||||
"special_emissive_munitions": {"id": 8, "name": "Emissive munitions"},
|
||||
"special_feedback_cascade": {"id": 9, "name": "Feedback cascade"},
|
||||
"special_force_shell": {"id": 10, "name": "Force shell"},
|
||||
"special_high_yield_shell": {"id": 11, "name": "High yield shell"},
|
||||
|
||||
Reference in New Issue
Block a user