Compare commits

...

8 Commits

Author SHA1 Message Date
Felix Linker
5384577987 Feedback cascade does not modify breach damage 2021-12-28 18:12:00 +01:00
Felix Linker
92fe9fcb45 Add engine heat rate 2021-12-27 13:26:23 +01:00
Felix Linker
7a8655a339 Add missing modifier action for smart rounds 2021-05-10 21:01:15 +02:00
Felix Linker
c52cb147a8 Include chargeup for shutdown field neutraliser 2021-05-09 20:14:17 +02:00
Felix Linker
69b7c2d087 Replace 'fdname' for blueprints by 'key' and make 'fdname' actually the FDev blueprint name 2021-05-09 20:14:17 +02:00
Felix Linker
56a3f73ff8 Fix duplicate key 2021-05-09 20:14:17 +02:00
Felix Linker
2cad1a1891 Add missing ammo cost stats 2021-05-09 20:14:17 +02:00
felixlinker
caa352278b 'edname' key in specials is now 'key'; add 'fdname' key 2021-05-09 20:14:17 +02:00
27 changed files with 399 additions and 116 deletions

View File

@@ -1,5 +1,6 @@
{
"AFM_Shielded": {
"key": "AFM_Shielded",
"fdname": "AFM_Shielded",
"grades": {
"1": {
@@ -98,6 +99,7 @@
"name": "Shielded"
},
"Armour_Advanced": {
"key": "Armour_Advanced",
"fdname": "Armour_Advanced",
"grades": {
"1": {
@@ -256,6 +258,7 @@
"name": "Lightweight"
},
"Armour_Explosive": {
"key": "Armour_Explosive",
"fdname": "Armour_Explosive",
"grades": {
"1": {
@@ -373,6 +376,7 @@
"name": "Blast resistant"
},
"Armour_HeavyDuty": {
"key": "Armour_HeavyDuty",
"fdname": "Armour_HeavyDuty",
"grades": {
"1": {
@@ -531,6 +535,7 @@
"name": "Heavy duty"
},
"Armour_Kinetic": {
"key": "Armour_Kinetic",
"fdname": "Armour_Kinetic",
"grades": {
"1": {
@@ -649,6 +654,7 @@
"name": "Kinetic resistant"
},
"Armour_Thermic": {
"key": "Armour_Thermic",
"fdname": "Armour_Thermic",
"grades": {
"1": {
@@ -767,6 +773,7 @@
"name": "Thermal resistant"
},
"Misc_LightWeight": {
"key": "Misc_LightWeight",
"fdname": "Misc_LightWeight",
"grades": {
"1": {
@@ -874,6 +881,7 @@
"name": "Lightweight"
},
"Misc_Reinforced": {
"key": "Misc_Reinforced",
"fdname": "Misc_Reinforced",
"grades": {
"1": {
@@ -981,6 +989,7 @@
"name": "Reinforced"
},
"Misc_Shielded": {
"key": "Misc_Shielded",
"fdname": "Misc_Shielded",
"grades": {
"1": {
@@ -1088,6 +1097,7 @@
"name": "Shielded"
},
"Misc_ChaffCapacity": {
"key": "Misc_ChaffCapacity",
"fdname": "Misc_ChaffCapacity",
"grades": {
"1": {
@@ -1120,6 +1130,7 @@
"name": "Ammo capacity"
},
"CollectionLimpet_LightWeight": {
"key": "CollectionLimpet_LightWeight",
"fdname": "CollectionLimpet_LightWeight",
"grades": {
"1": {
@@ -1217,6 +1228,7 @@
"name": "Lightweight"
},
"CollectionLimpet_Reinforced": {
"key": "CollectionLimpet_Reinforced",
"fdname": "CollectionLimpet_Reinforced",
"grades": {
"1": {
@@ -1314,6 +1326,7 @@
"name": "Reinforced"
},
"CollectionLimpet_Shielded": {
"key": "CollectionLimpet_Shielded",
"fdname": "CollectionLimpet_Shielded",
"grades": {
"1": {
@@ -1411,6 +1424,7 @@
"name": "Shielded"
},
"Engine_Dirty": {
"key": "Engine_Dirty",
"fdname": "Engine_Dirty",
"grades": {
"1": {
@@ -1569,6 +1583,7 @@
"name": "Dirty"
},
"Engine_Reinforced": {
"key": "Engine_Reinforced",
"fdname": "Engine_Reinforced",
"grades": {
"1": {
@@ -1687,6 +1702,7 @@
"name": "Reinforced"
},
"Engine_Tuned": {
"key": "Engine_Tuned",
"fdname": "Engine_Tuned",
"grades": {
"1": {
@@ -1837,6 +1853,7 @@
"name": "Clean"
},
"FSD_FastBoot": {
"key": "FSD_FastBoot",
"fdname": "FSD_FastBoot",
"grades": {
"1": {
@@ -1975,6 +1992,7 @@
"name": "Faster boot sequence"
},
"FSD_LongRange": {
"key": "FSD_LongRange",
"fdname": "FSD_LongRange",
"grades": {
"1": {
@@ -2113,6 +2131,7 @@
"name": "Increased range"
},
"FSD_Shielded": {
"key": "FSD_Shielded",
"fdname": "FSD_Shielded",
"grades": {
"1": {
@@ -2251,6 +2270,7 @@
"name": "Shielded"
},
"FSDinterdictor_Expanded": {
"key": "FSDinterdictor_Expanded",
"fdname": "FSDinterdictor_Expanded",
"grades": {
"1": {
@@ -2347,6 +2367,7 @@
"name": "Expanded capture arc"
},
"FSDinterdictor_LongRange": {
"key": "FSDinterdictor_LongRange",
"fdname": "FSDinterdictor_LongRange",
"grades": {
"1": {
@@ -2485,6 +2506,7 @@
"name": "Long range"
},
"FuelScoop_Shielded": {
"key": "FuelScoop_Shielded",
"fdname": "FuelScoop_Shielded",
"grades": {
"1": {
@@ -2582,6 +2604,7 @@
"name": "Shielded"
},
"FuelTransferLimpet_LightWeight": {
"key": "FuelTransferLimpet_LightWeight",
"fdname": "FuelTransferLimpet_LightWeight",
"grades": {
"1": {
@@ -2679,6 +2702,7 @@
"name": "Lightweight"
},
"FuelTransferLimpet_Reinforced": {
"key": "FuelTransferLimpet_Reinforced",
"fdname": "FuelTransferLimpet_Reinforced",
"grades": {
"1": {
@@ -2776,6 +2800,7 @@
"name": "Reinforced"
},
"FuelTransferLimpet_Shielded": {
"key": "FuelTransferLimpet_Shielded",
"fdname": "FuelTransferLimpet_Shielded",
"grades": {
"1": {
@@ -2873,6 +2898,7 @@
"name": "Shielded"
},
"HatchBreakerLimpet_LightWeight": {
"key": "HatchBreakerLimpet_LightWeight",
"fdname": "HatchBreakerLimpet_LightWeight",
"grades": {
"1": {
@@ -2970,6 +2996,7 @@
"name": "Lightweight"
},
"HatchBreakerLimpet_Reinforced": {
"key": "HatchBreakerLimpet_Reinforced",
"fdname": "HatchBreakerLimpet_Reinforced",
"grades": {
"1": {
@@ -3067,6 +3094,7 @@
"name": "Reinforced"
},
"HatchBreakerLimpet_Shielded": {
"key": "HatchBreakerLimpet_Shielded",
"fdname": "HatchBreakerLimpet_Shielded",
"grades": {
"1": {
@@ -3164,6 +3192,7 @@
"name": "Shielded"
},
"Misc_HeatSinkCapacity": {
"key": "Misc_HeatSinkCapacity",
"fdname": "Misc_HeatSinkCapacity",
"grades": {
"1": {
@@ -3196,6 +3225,7 @@
"name": "Ammo capacity"
},
"HullReinforcement_Advanced": {
"key": "HullReinforcement_Advanced",
"fdname": "HullReinforcement_Advanced",
"grades": {
"1": {
@@ -3315,6 +3345,7 @@
"name": "Lightweight"
},
"HullReinforcement_Explosive": {
"key": "HullReinforcement_Explosive",
"fdname": "HullReinforcement_Explosive",
"grades": {
"1": {
@@ -3454,6 +3485,7 @@
"name": "Blast resistant"
},
"HullReinforcement_HeavyDuty": {
"key": "HullReinforcement_HeavyDuty",
"fdname": "HullReinforcement_HeavyDuty",
"grades": {
"1": {
@@ -3613,6 +3645,7 @@
"name": "Heavy duty"
},
"HullReinforcement_Kinetic": {
"key": "HullReinforcement_Kinetic",
"fdname": "HullReinforcement_Kinetic",
"grades": {
"1": {
@@ -3752,6 +3785,7 @@
"name": "Kinetic resistant"
},
"HullReinforcement_Thermic": {
"key": "HullReinforcement_Thermic",
"fdname": "HullReinforcement_Thermic",
"grades": {
"1": {
@@ -3891,6 +3925,7 @@
"name": "Thermal resistant"
},
"LifeSupport_LightWeight": {
"key": "LifeSupport_LightWeight",
"fdname": "LifeSupport_LightWeight",
"grades": {
"1": {
@@ -3988,6 +4023,7 @@
"name": "Lightweight"
},
"LifeSupport_Reinforced": {
"key": "LifeSupport_Reinforced",
"fdname": "LifeSupport_Reinforced",
"grades": {
"1": {
@@ -4085,6 +4121,7 @@
"name": "Reinforced"
},
"LifeSupport_Shielded": {
"key": "LifeSupport_Shielded",
"fdname": "LifeSupport_Shielded",
"grades": {
"1": {
@@ -4182,6 +4219,7 @@
"name": "Shielded"
},
"Misc_PointDefenseCapacity": {
"key": "Misc_PointDefenseCapacity",
"fdname": "Misc_PointDefenseCapacity",
"grades": {
"1": {
@@ -4214,6 +4252,7 @@
"name": "Ammo capacity"
},
"PowerDistributor_HighCapacity": {
"key": "PowerDistributor_HighCapacity",
"fdname": "PowerDistributor_HighCapacity",
"grades": {
"1": {
@@ -4412,6 +4451,7 @@
"name": "High charge capacity"
},
"PowerDistributor_HighFrequency": {
"key": "PowerDistributor_HighFrequency",
"fdname": "PowerDistributor_HighFrequency",
"grades": {
"1": {
@@ -4590,6 +4630,7 @@
"name": "Charge enhanced"
},
"PowerDistributor_PriorityEngines": {
"key": "PowerDistributor_PriorityEngines",
"fdname": "PowerDistributor_PriorityEngines",
"grades": {
"1": {
@@ -4768,6 +4809,7 @@
"name": "Engine focused"
},
"PowerDistributor_PrioritySystems": {
"key": "PowerDistributor_PrioritySystems",
"fdname": "PowerDistributor_PrioritySystems",
"grades": {
"1": {
@@ -4946,6 +4988,7 @@
"name": "System focused"
},
"PowerDistributor_PriorityWeapons": {
"key": "PowerDistributor_PriorityWeapons",
"fdname": "PowerDistributor_PriorityWeapons",
"grades": {
"1": {
@@ -5124,6 +5167,7 @@
"name": "Weapon focused"
},
"PowerDistributor_Shielded": {
"key": "PowerDistributor_Shielded",
"fdname": "PowerDistributor_Shielded",
"grades": {
"1": {
@@ -5242,6 +5286,7 @@
"name": "Shielded"
},
"PowerPlant_Armoured": {
"key": "PowerPlant_Armoured",
"fdname": "PowerPlant_Armoured",
"grades": {
"1": {
@@ -5379,6 +5424,7 @@
"name": "Armoured"
},
"PowerPlant_Boosted": {
"key": "PowerPlant_Boosted",
"fdname": "PowerPlant_Boosted",
"grades": {
"1": {
@@ -5496,6 +5542,7 @@
"name": "Overcharged"
},
"PowerPlant_Stealth": {
"key": "PowerPlant_Stealth",
"fdname": "PowerPlant_Stealth",
"grades": {
"1": {
@@ -5613,6 +5660,7 @@
"name": "Low emissions"
},
"ProspectingLimpet_LightWeight": {
"key": "ProspectingLimpet_LightWeight",
"fdname": "ProspectingLimpet_LightWeight",
"grades": {
"1": {
@@ -5710,6 +5758,7 @@
"name": "Lightweight"
},
"ProspectingLimpet_Reinforced": {
"key": "ProspectingLimpet_Reinforced",
"fdname": "ProspectingLimpet_Reinforced",
"grades": {
"1": {
@@ -5807,6 +5856,7 @@
"name": "Reinforced"
},
"ProspectingLimpet_Shielded": {
"key": "ProspectingLimpet_Shielded",
"fdname": "ProspectingLimpet_Shielded",
"grades": {
"1": {
@@ -5904,6 +5954,7 @@
"name": "Shielded"
},
"Refineries_Shielded": {
"key": "Refineries_Shielded",
"fdname": "Refineries_Shielded",
"grades": {
"1": {
@@ -6001,6 +6052,7 @@
"name": "Shielded"
},
"Sensor_FastScan": {
"key": "Sensor_FastScan",
"fdname": "Sensor_FastScan",
"grades": {
"1": {
@@ -6123,7 +6175,8 @@
"name": "Fast scan"
},
"Scanner_LongRange": {
"fdname": "Scanner_LongRange",
"key": "Scanner_LongRange",
"fdname": "Sensor_LongRange",
"grades": {
"1": {
"components": {
@@ -6245,7 +6298,8 @@
"name": "Long range"
},
"Scanner_WideAngle": {
"fdname": "Scanner_WideAngle",
"key": "Scanner_WideAngle",
"fdname": "Sensor_WideAngle",
"grades": {
"1": {
"components": {
@@ -6367,6 +6421,7 @@
"name": "Wide angle"
},
"Sensor_LightWeight": {
"key": "Sensor_LightWeight",
"fdname": "Sensor_LightWeight",
"grades": {
"1": {
@@ -6484,6 +6539,7 @@
"name": "Lightweight"
},
"Sensor_LongRange": {
"key": "Sensor_LongRange",
"fdname": "Sensor_LongRange",
"grades": {
"1": {
@@ -6601,6 +6657,7 @@
"name": "Long range"
},
"Sensor_WideAngle": {
"key": "Sensor_WideAngle",
"fdname": "Sensor_WideAngle",
"grades": {
"1": {
@@ -6718,6 +6775,7 @@
"name": "Wide angle"
},
"Sensor_Expanded": {
"key": "Sensor_Expanded",
"fdname": "Sensor_Expanded",
"grades": {
"1": {
@@ -6816,6 +6874,7 @@
"name": "Expanded Probe Scanning Radius"
},
"ShieldBooster_Explosive": {
"key": "ShieldBooster_Explosive",
"fdname": "ShieldBooster_Explosive",
"grades": {
"1": {
@@ -6933,6 +6992,7 @@
"name": "Blast resistant"
},
"ShieldBooster_HeavyDuty": {
"key": "ShieldBooster_HeavyDuty",
"fdname": "ShieldBooster_HeavyDuty",
"grades": {
"1": {
@@ -7070,6 +7130,7 @@
"name": "Heavy duty"
},
"ShieldBooster_Kinetic": {
"key": "ShieldBooster_Kinetic",
"fdname": "ShieldBooster_Kinetic",
"grades": {
"1": {
@@ -7187,6 +7248,7 @@
"name": "Kinetic resistant"
},
"ShieldBooster_Resistive": {
"key": "ShieldBooster_Resistive",
"fdname": "ShieldBooster_Resistive",
"grades": {
"1": {
@@ -7344,6 +7406,7 @@
"name": "Resistance augmented"
},
"ShieldBooster_Thermic": {
"key": "ShieldBooster_Thermic",
"fdname": "ShieldBooster_Thermic",
"grades": {
"1": {
@@ -7461,6 +7524,7 @@
"name": "Thermal resistant"
},
"ShieldCellBank_Rapid": {
"key": "ShieldCellBank_Rapid",
"fdname": "ShieldCellBank_Rapid",
"grades": {
"1": {
@@ -7573,6 +7637,7 @@
"name": "Rapid charge"
},
"ShieldCellBank_Specialised": {
"key": "ShieldCellBank_Specialised",
"fdname": "ShieldCellBank_Specialised",
"grades": {
"1": {
@@ -7701,6 +7766,7 @@
"name": "Specialised"
},
"ShieldGenerator_Kinetic": {
"key": "ShieldGenerator_Kinetic",
"fdname": "ShieldGenerator_Kinetic",
"grades": {
"1": {
@@ -7819,6 +7885,7 @@
"name": "Kinetic resistant"
},
"ShieldGenerator_Optimised": {
"key": "ShieldGenerator_Optimised",
"fdname": "ShieldGenerator_Optimised",
"grades": {
"1": {
@@ -7977,6 +8044,7 @@
"name": "Enhanced low power"
},
"ShieldGenerator_Reinforced": {
"key": "ShieldGenerator_Reinforced",
"fdname": "ShieldGenerator_Reinforced",
"grades": {
"1": {
@@ -8155,6 +8223,7 @@
"name": "Reinforced"
},
"ShieldGenerator_Thermic": {
"key": "ShieldGenerator_Thermic",
"fdname": "ShieldGenerator_Thermic",
"grades": {
"1": {
@@ -8273,6 +8342,7 @@
"name": "Thermal resistant"
},
"Weapon_DoubleShot": {
"key": "Weapon_DoubleShot",
"fdname": "Weapon_DoubleShot",
"grades": {
"1": {
@@ -8410,6 +8480,7 @@
"name": "Double shot"
},
"Weapon_Efficient": {
"key": "Weapon_Efficient",
"fdname": "Weapon_Efficient",
"grades": {
"1": {
@@ -8539,6 +8610,7 @@
"name": "Efficient"
},
"Weapon_Focused": {
"key": "Weapon_Focused",
"fdname": "Weapon_Focused",
"grades": {
"1": {
@@ -8696,6 +8768,7 @@
"name": "Focused"
},
"Weapon_HighCapacity": {
"key": "Weapon_HighCapacity",
"fdname": "Weapon_HighCapacity",
"grades": {
"1": {
@@ -8853,6 +8926,7 @@
"name": "High capacity"
},
"Weapon_LightWeight": {
"key": "Weapon_LightWeight",
"fdname": "Weapon_LightWeight",
"grades": {
"1": {
@@ -8982,6 +9056,7 @@
"name": "Lightweight"
},
"Weapon_LongRange": {
"key": "Weapon_LongRange",
"fdname": "Weapon_LongRange",
"grades": {
"1": {
@@ -9139,7 +9214,8 @@
"name": "Long range"
},
"MC_Overcharged": {
"fdname": "MC_Overcharged",
"key": "MC_Overcharged",
"fdname": "Weapon_Overcharged",
"grades": {
"1": {
"components": {
@@ -9276,6 +9352,7 @@
"name": "Overcharged"
},
"Weapon_Overcharged": {
"key": "Weapon_Overcharged",
"fdname": "Weapon_Overcharged",
"grades": {
"1": {
@@ -9393,6 +9470,7 @@
"name": "Overcharged"
},
"Weapon_RapidFire": {
"key": "Weapon_RapidFire",
"fdname": "Weapon_RapidFire",
"grades": {
"1": {
@@ -9546,6 +9624,7 @@
"name": "Rapid fire"
},
"Weapon_ShortRange": {
"key": "Weapon_ShortRange",
"fdname": "Weapon_ShortRange",
"grades": {
"1": {
@@ -9659,6 +9738,7 @@
"name": "Short range"
},
"Weapon_Sturdy": {
"key": "Weapon_Sturdy",
"fdname": "Weapon_Sturdy",
"grades": {
"1": {

View File

@@ -168,6 +168,7 @@
"reload": 1
},
"special_auto_loader": {},
"special_smart_rounds": {},
"special_choke_canister": {},
"special_feedback_cascade_cooled": {
"damage": -0.2,
@@ -198,7 +199,6 @@
"thermload": 1
},
"special_feedback_cascade": {
"breachdmg": -0.2,
"damage": -0.2
},
"special_force_shell": {

View File

@@ -1,553 +1,645 @@
{
"special_auto_loader": {
"fdname": "special_auto_loader",
"id": 0,
"edname": "special_auto_loader",
"key": "special_auto_loader",
"name": "Auto loader",
"uuid": "640d6dde-f497-42cd-8bc9-73ab3fa1b43a"
},
"special_choke_canister": {
"fdname": "special_choke_canister",
"id": 1,
"edname": "special_choke_canister",
"key": "special_choke_canister",
"name": "Choke canister",
"uuid": "770007e7-398c-40ce-be02-22b227728aef"
},
"special_concordant_sequence": {
"fdname": "special_concordant_sequence",
"id": 2,
"edname": "special_concordant_sequence",
"key": "special_concordant_sequence",
"name": "Concordant sequence",
"uuid": "b556c19a-e756-45b1-846f-9ddc61af18a9"
},
"special_corrosive_shell": {
"fdname": "special_corrosive_shell",
"id": 3,
"edname": "special_corrosive_shell",
"key": "special_corrosive_shell",
"name": "Corrosive shell",
"uuid": "a6faa870-ff89-4e48-b607-424e065cbd43"
},
"special_blinding_shell": {
"fdname": "special_blinding_shell",
"id": 4,
"edname": "special_blinding_shell",
"key": "special_blinding_shell",
"name": "Dazzle shell",
"uuid": "0a1e29ee-2fc7-4cbd-bbda-e8803c3e03ac"
},
"special_dispersal_field": {
"fdname": "special_dispersal_field",
"id": 5,
"edname": "special_dispersal_field",
"key": "special_dispersal_field",
"name": "Dispersal field",
"uuid": "0e2dbd63-335d-4dca-8050-c7ca8ddc56b0"
},
"special_distortion_field": {
"fdname": "special_distortion_field",
"id": 6,
"edname": "special_distortion_field",
"key": "special_distortion_field",
"name": "Distortion field",
"uuid": "4da956d5-df5b-4d4f-8651-22fd5e343454"
},
"special_drag_munitions": {
"fdname": "special_drag_munitions",
"id": 7,
"edname": "special_drag_munitions",
"key": "special_drag_munitions",
"name": "Drag munitions",
"uuid": "ca4cd540-660a-4fba-b38d-179f72125819"
},
"special_emissive_munitions": {
"fdname": "special_emissive_munitions",
"id": 8,
"edname": "special_emissive_munitions",
"key": "special_emissive_munitions",
"name": "Emissive munitions",
"uuid": "16c9ed0f-63c0-4ff2-b2e0-59bbb294632d"
},
"special_feedback_cascade": {
"fdname": "special_feedback_cascade",
"id": 9,
"edname": "special_feedback_cascade",
"key": "special_feedback_cascade",
"name": "Feedback cascade (Legacy)",
"uuid": "fe22ebee-802a-4905-b390-f59a65c1394c"
},
"special_force_shell": {
"fdname": "special_force_shell",
"id": 10,
"edname": "special_force_shell",
"key": "special_force_shell",
"name": "Force shell",
"uuid": "62056851-d2f2-474d-ba77-66c030c900e9"
},
"special_fsd_interrupt": {
"fdname": "special_fsd_interrupt",
"id": 33,
"edname": "special_fsd_interrupt",
"key": "special_fsd_interrupt",
"name": "FSD interrupt",
"uuid": "c1400054-1c2b-487c-8854-7a22d96d4cd2"
},
"special_high_yield_shell": {
"fdname": "special_high_yield_shell",
"id": 11,
"edname": "special_high_yield_shell",
"key": "special_high_yield_shell",
"name": "High yield shell",
"uuid": "a950b42c-204f-4775-a0c5-21bfcec1fd14"
},
"special_incendiary_rounds": {
"fdname": "special_incendiary_rounds",
"id": 12,
"edname": "special_incendiary_rounds",
"key": "special_incendiary_rounds",
"name": "Incendiary rounds",
"uuid": "3526773e-a814-4bec-afbf-30db79a3e239"
},
"special_inertial_impact": {
"fdname": "special_inertial_impact",
"id": 32,
"edname": "special_inertial_impact",
"key": "special_inertial_impact",
"name": "Inertial impact",
"uuid": "6eda22d3-8049-4bab-a125-762b12fa576a"
},
"special_ion_disruptor": {
"fdname": "special_ion_disruptor",
"id": 13,
"edname": "special_ion_disruptor",
"key": "special_ion_disruptor",
"name": "Ion disruptor",
"uuid": "d84e40ca-afc1-4b01-9940-034152d288e7"
},
"special_mass_lock_munition": {
"fdname": "special_mass_lock_munition",
"id": 14,
"edname": "special_mass_lock_munition",
"key": "special_mass_lock_munition",
"name": "Mass lock munition",
"uuid": "8565714f-912d-488b-82fb-43911504a300"
},
"special_overload_munitions": {
"fdname": "special_overload_munitions",
"id": 15,
"edname": "special_overload_munitions",
"key": "special_overload_munitions",
"name": "Overload munitions",
"uuid": "c157bbd1-a14d-4aa2-9081-94cbfbdee558"
},
"special_penetrator_payload": {
"fdname": "special_penetrator_payload",
"id": 16,
"edname": "special_penetrator_payload",
"key": "special_penetrator_payload",
"name": "Penetrator payload",
"uuid": "39e3bb85-e349-434b-b9fe-7fd02ee57f3d"
},
"special_phasing_sequence": {
"fdname": "special_phasing_sequence",
"id": 17,
"edname": "special_phasing_sequence",
"key": "special_phasing_sequence",
"name": "Phasing sequence",
"uuid": "47254ea9-c88f-43e0-9166-d1796649917b"
},
"special_plasma_slug": {
"fdname": "special_plasma_slug",
"id": 18,
"edname": "special_plasma_slug",
"key": "special_plasma_slug",
"name": "Plasma slug (Legacy)",
"uuid": "8794e18a-ecd5-4ebc-afd7-0b7d0d0cdd91"
},
"special_radiant_canister": {
"fdname": "special_radiant_canister",
"id": 19,
"edname": "special_radiant_canister",
"key": "special_radiant_canister",
"name": "Radiant Canister",
"uuid": "51f84837-e9a5-432c-a125-d4322099266c"
},
"special_regeneration_sequence": {
"fdname": "special_regeneration_sequence",
"id": 20,
"edname": "special_regeneration_sequence",
"key": "special_regeneration_sequence",
"name": "Regeneration sequence",
"uuid": "3bece1bb-7c31-4735-8c18-54dc4a0057bc"
},
"special_reverberating_cascade": {
"fdname": "special_reverberating_cascade",
"id": 21,
"edname": "special_reverberating_cascade",
"key": "special_reverberating_cascade",
"name": "Reverberating cascade",
"uuid": "c03e2f4f-9520-44bb-9a1f-7a917e8e3a48"
},
"special_scramble_spectrum": {
"fdname": "special_scramble_spectrum",
"id": 22,
"edname": "special_scramble_spectrum",
"key": "special_scramble_spectrum",
"name": "Scramble spectrum",
"uuid": "4f42cb92-4440-4295-ada9-fcca788a65b8"
},
"special_screening_shell": {
"fdname": "special_screening_shell",
"id": 23,
"edname": "special_screening_shell",
"key": "special_screening_shell",
"name": "Screening shell",
"uuid": "9cf533fc-ccb1-4c92-8b6b-dd700af2988a"
},
"special_shiftlock_canister": {
"fdname": "special_shiftlock_canister",
"id": 24,
"edname": "special_shiftlock_canister",
"key": "special_shiftlock_canister",
"name": "Shift-lock canister",
"uuid": "1f7b0deb-e023-43e5-96f6-ebf60d683e8b"
},
"special_smart_rounds": {
"fdname": "special_smart_rounds",
"id": 25,
"edname": "special_smart_rounds",
"key": "special_smart_rounds",
"name": "Smart rounds",
"uuid": "2a3d8519-27af-44f2-a50b-33095964d1cc"
},
"special_super_penetrator": {
"fdname": "special_super_penetrator",
"id": 26,
"edname": "special_super_penetrator",
"key": "special_super_penetrator",
"name": "Super penetrator (Legacy)",
"uuid": "2423e8f7-2384-4d32-8b9d-0e06a42a301d"
},
"special_lock_breaker": {
"fdname": "special_lock_breaker",
"id": 27,
"edname": "special_lock_breaker",
"key": "special_lock_breaker",
"name": "Target lock breaker",
"uuid": "4cf42ed8-574f-4bb8-a1f2-ee154475b463"
},
"special_thermal_cascade": {
"fdname": "special_thermal_cascade",
"id": 28,
"edname": "special_thermal_cascade",
"key": "special_thermal_cascade",
"name": "Thermal cascade",
"uuid": "e5c8cab4-7a2f-450d-a937-2d0d8b9e3714"
},
"special_thermal_conduit": {
"fdname": "special_thermal_conduit",
"id": 29,
"edname": "special_thermal_conduit",
"key": "special_thermal_conduit",
"name": "Thermal conduit",
"uuid": "4e4e1f59-6762-47ff-b1fa-40ca43304698"
},
"special_thermal_vent": {
"fdname": "special_thermal_vent",
"id": 30,
"edname": "special_thermal_vent",
"key": "special_thermal_vent",
"name": "Thermal vent",
"uuid": "70f11414-7904-405c-92db-806178ee9df4"
},
"special_thermalshock": {
"fdname": "special_thermalshock",
"id": 31,
"edname": "special_thermalshock",
"key": "special_thermalshock",
"name": "Thermal shock",
"uuid": "fe8b4daa-e65d-464c-811d-400d3632a3d6"
},
"special_feedback_cascade_cooled": {
"fdname": "special_feedback_cascade_cooled",
"name": "Feedback Cascade",
"id": 100,
"edname": "special_feedback_cascade_cooled",
"key": "special_feedback_cascade_cooled",
"uuid": "3c153755-3d2c-4832-bb73-d6b3d0e99a71"
},
"special_super_penetrator_cooled": {
"fdname": "special_super_penetrator_cooled",
"name": "Super Penetrator",
"id": 101,
"edname": "special_super_penetrator_cooled",
"key": "special_super_penetrator_cooled",
"uuid": "4bb4ec50-40fb-473d-abaf-4fc386aa889c"
},
"special_plasma_slug_cooled": {
"fdname": "special_plasma_slug",
"name": "Plasma Slug",
"id": 102,
"edname": "special_plasma_slug_cooled",
"key": "special_plasma_slug_cooled",
"uuid": "58a7b1b6-57b9-40f2-9a5a-712a5388a5eb"
},
"special_plasma_slug_pa": {
"fdname": "special_plasma_slug",
"name": "Plasma Slug",
"id": 157,
"edname": "special_plasma_slug_pa"
"key": "special_plasma_slug_pa"
},
"special_penetrator_munitions": {
"fdname": "special_penetrator_munitions",
"name": "Penetrator Munitions",
"id": 103,
"edname": "special_penetrator_munitions",
"key": "special_penetrator_munitions",
"uuid": "35578402-1bc7-4d19-828b-af31ebd79866"
},
"special_deep_cut_payload": {
"fdname": "special_deep_cut_payload",
"name": "Penetrator Payload",
"id": 104,
"edname": "special_deep_cut_payload",
"key": "special_deep_cut_payload",
"uuid": "5d25c5bc-4b45-4119-bd87-71bfd0f85957"
},
"special_mass_lock": {
"fdname": "special_mass_lock",
"name": "Mass Lock Munition",
"id": 105,
"edname": "special_mass_lock",
"key": "special_mass_lock",
"uuid": "9e8635af-4077-4d7a-98dd-5220c8722688"
},
"special_shield_regenerative": {
"fdname": "special_shield_regenerative",
"name": "Fast Charge",
"id": 106,
"edname": "special_shield_regenerative",
"key": "special_shield_regenerative",
"uuid": "42c5e92d-ccab-435a-b2c6-fd268d39d6f5"
},
"special_shield_resistive": {
"fdname": "special_shield_resistive",
"name": "Multi-weave",
"id": 107,
"edname": "special_shield_resistive",
"key": "special_shield_resistive",
"uuid": "dd46c8be-730c-4671-87fe-f98b181b66cf"
},
"special_shield_health": {
"fdname": "special_shield_health",
"name": "Hi-Cap",
"id": 108,
"edname": "special_shield_health",
"key": "special_shield_health",
"uuid": "603c1ba6-45e6-4401-af56-639c3e7c9b79"
},
"special_shield_efficient": {
"fdname": "special_shield_efficient",
"name": "Lo-draw",
"id": 109,
"edname": "special_shield_efficient",
"key": "special_shield_efficient",
"uuid": "66a39288-59d7-4cfb-914d-354a200c0210"
},
"special_shield_thermic": {
"fdname": "special_shield_thermic",
"name": "Thermo Block",
"id": 110,
"edname": "special_shield_thermic",
"key": "special_shield_thermic",
"uuid": "c7636c6b-5849-4cad-bd8e-d99968d4014e"
},
"special_shield_kinetic": {
"fdname": "special_shield_kinetic",
"name": "Force Block",
"id": 111,
"edname": "special_shield_kinetic",
"key": "special_shield_kinetic",
"uuid": "3f9e7ca8-7e07-46c4-ad06-cf3787352201"
},
"special_shield_toughened": {
"fdname": "special_shield_toughened",
"name": "Double Braced",
"id": 112,
"edname": "special_shield_toughened",
"key": "special_shield_toughened",
"uuid": "d7d8433c-445c-4d8e-b4a4-3bd78cba9d15"
},
"special_shield_lightweight": {
"fdname": "special_shield_lightweight",
"name": "Stripped Down",
"id": 113,
"edname": "special_shield_lightweight",
"key": "special_shield_lightweight",
"uuid": "91ff72db-51cf-428d-80a8-be96d6418c4b"
},
"special_engine_cooled": {
"fdname": "special_engine_cooled",
"name": "Thermal Spread",
"id": 114,
"edname": "special_engine_cooled",
"key": "special_engine_cooled",
"uuid": "42ff1374-3ecb-4872-abfa-b39b495fb203"
},
"special_engine_haulage": {
"fdname": "special_engine_haulage",
"name": "Drive Distributors",
"id": 115,
"edname": "special_engine_haulage",
"key": "special_engine_haulage",
"uuid": "bd3c1991-370e-4b9d-b8cd-d5dec3260647"
},
"special_engine_overloaded": {
"fdname": "special_engine_overloaded",
"name": "Drag Drives",
"id": 116,
"edname": "special_engine_overloaded",
"key": "special_engine_overloaded",
"uuid": "68998b16-7b65-4f58-8bc0-6e0f2686c367"
},
"special_engine_toughened": {
"fdname": "special_engine_toughened",
"name": "Double Braced",
"id": 117,
"edname": "special_engine_toughened",
"key": "special_engine_toughened",
"uuid": "41b04d96-0817-479b-92e5-2114de444170"
},
"special_engine_lightweight": {
"fdname": "special_engine_lightweight",
"name": "Stripped Down",
"id": 118,
"edname": "special_engine_lightweight",
"key": "special_engine_lightweight",
"uuid": "dd77b197-412e-4ca1-88ed-0939c5c31a01"
},
"special_fsd_fuelcapacity": {
"fdname": "special_fsd_fuelcapacity",
"name": "Deep Charge",
"id": 119,
"edname": "special_fsd_fuelcapacity",
"key": "special_fsd_fuelcapacity",
"uuid": "56f1e58d-2044-4a31-8b54-ad0f99dfd64e"
},
"special_fsd_heavy": {
"fdname": "special_fsd_heavy",
"name": "Mass Manager",
"id": 120,
"edname": "special_fsd_heavy",
"key": "special_fsd_heavy",
"uuid": "4d7d30c3-970b-4c6e-a507-89ac7e6441bd"
},
"special_fsd_toughened": {
"fdname": "special_fsd_toughened",
"name": "Double Braced",
"id": 121,
"edname": "special_fsd_toughened",
"key": "special_fsd_toughened",
"uuid": "14c7f016-5c32-4599-8a27-caa1733f92e3"
},
"special_fsd_lightweight": {
"fdname": "special_fsd_lightweight",
"name": "Stripped Down",
"id": 122,
"edname": "special_fsd_lightweight",
"key": "special_fsd_lightweight",
"uuid": "6ab9d9d4-d488-4de8-9c1b-089a31f290a0"
},
"special_fsd_cooled": {
"fdname": "special_fsd_cooled",
"name": "Thermal Spread",
"id": 123,
"edname": "special_fsd_cooled",
"key": "special_fsd_cooled",
"uuid": "60ab0728-c8cd-47c9-a357-8c8bfeeb7023"
},
"special_powerplant_highcharge": {
"fdname": "special_powerplant_highcharge",
"name": "Monstered",
"id": 124,
"edname": "special_powerplant_highcharge",
"key": "special_powerplant_highcharge",
"uuid": "12a57a09-0e05-41a9-9824-14a3618e7a0f"
},
"special_powerplant_cooled": {
"fdname": "special_powerplant_cooled",
"name": "Thermal Spread",
"id": 125,
"edname": "special_powerplant_cooled",
"key": "special_powerplant_cooled",
"uuid": "6cda2960-a05b-4dd1-978c-202d746e47bc"
},
"special_powerplant_toughened": {
"fdname": "special_powerplant_toughened",
"name": "Double Braced",
"id": 126,
"edname": "special_powerplant_toughened",
"key": "special_powerplant_toughened",
"uuid": "1fddaba5-bc0b-492c-9caa-4a72a149532b"
},
"special_powerplant_lightweight": {
"fdname": "special_powerplant_lightweight",
"name": "Stripped Down",
"id": 127,
"edname": "special_powerplant_lightweight",
"key": "special_powerplant_lightweight",
"uuid": "11b258eb-36d1-4cbc-be04-7fc426ef3121"
},
"special_powerdistributor_capacity": {
"fdname": "special_powerdistributor_capacity",
"name": "Cluster Capacitors",
"id": 128,
"edname": "special_powerdistributor_capacity",
"key": "special_powerdistributor_capacity",
"uuid": "c4231886-f988-4a31-a749-2a58550f9e44"
},
"special_powerdistributor_fast": {
"fdname": "special_powerdistributor_fast",
"name": "Super Conduits",
"id": 129,
"edname": "special_powerdistributor_fast",
"key": "special_powerdistributor_fast",
"uuid": "b5bb35a1-e851-4d37-8f26-8fe828f84c95"
},
"special_powerdistributor_efficient": {
"fdname": "special_powerdistributor_efficient",
"name": "Flow Control",
"id": 130,
"edname": "special_powerdistributor_efficient",
"key": "special_powerdistributor_efficient",
"uuid": "c226afaf-ee7f-4809-a4e4-0797d4822a69"
},
"special_powerdistributor_toughened": {
"fdname": "special_powerdistributor_toughened",
"name": "Double Braced",
"id": 131,
"edname": "special_powerdistributor_toughened",
"key": "special_powerdistributor_toughened",
"uuid": "14d36c9b-efd5-450b-8175-80287daecd78"
},
"special_powerdistributor_lightweight": {
"fdname": "special_powerdistributor_lightweight",
"name": "Stripped Down",
"id": 132,
"edname": "special_powerdistributor_lightweight",
"key": "special_powerdistributor_lightweight",
"uuid": "ec53deaf-ece6-443f-9503-dd3dc5329e14"
},
"special_shieldcell_gradual": {
"fdname": "special_shieldcell_gradual",
"name": "Recycling Cell",
"id": 133,
"edname": "special_shieldcell_gradual",
"key": "special_shieldcell_gradual",
"uuid": "c8aa2134-3153-47b8-a367-9c5dbb9c557d"
},
"special_shieldcell_oversized": {
"fdname": "special_shieldcell_oversized",
"name": "Boss Cells",
"id": 134,
"edname": "special_shieldcell_oversized",
"key": "special_shieldcell_oversized",
"uuid": "87ed0cec-9624-4ecb-8ffb-cc941464e8d2"
},
"special_shieldcell_efficient": {
"fdname": "special_shieldcell_efficient",
"name": "Flow Control",
"id": 135,
"edname": "special_shieldcell_efficient",
"key": "special_shieldcell_efficient",
"uuid": "1d2316b8-3ddb-4db4-b36f-2d3e0e8581b5"
},
"special_shieldcell_toughened": {
"fdname": "special_shieldcell_toughened",
"name": "Double Braced",
"id": 136,
"edname": "special_shieldcell_toughened",
"key": "special_shieldcell_toughened",
"uuid": "beecd33b-b171-4a08-9d5a-459266bcb275"
},
"special_shieldcell_lightweight": {
"fdname": "special_shieldcell_lightweight",
"name": "Stripped Down",
"id": 137,
"edname": "special_shieldcell_lightweight",
"key": "special_shieldcell_lightweight",
"uuid": "b92c2e2e-baa5-4ce9-bf60-05771d7dcbc1"
},
"special_weapon_damage": {
"fdname": "special_weapon_damage",
"name": "Oversized",
"id": 138,
"edname": "special_weapon_damage",
"key": "special_weapon_damage",
"uuid": "ceb5c729-4565-4869-ade8-5ee897e8b410"
},
"special_weapon_rateoffire": {
"fdname": "special_weapon_rateoffire",
"name": "Multi-servos",
"id": 139,
"edname": "special_weapon_rateoffire",
"key": "special_weapon_rateoffire",
"uuid": "fd62292f-f5ed-4728-bc8a-3ae215ced386"
},
"special_weapon_efficient": {
"fdname": "special_weapon_efficient",
"name": "Flow Control",
"id": 140,
"edname": "special_weapon_efficient",
"key": "special_weapon_efficient",
"uuid": "d7ae7537-52ce-402a-b997-1cc463d8c7d0"
},
"special_weapon_toughened": {
"fdname": "special_weapon_toughened",
"name": "Double Braced",
"id": 141,
"edname": "special_weapon_toughened",
"key": "special_weapon_toughened",
"uuid": "167892c7-c4bd-411e-af8a-5bb464beec29"
},
"special_weapon_lightweight": {
"fdname": "special_weapon_lightweight",
"name": "Stripped Down",
"id": 142,
"edname": "special_weapon_lightweight",
"key": "special_weapon_lightweight",
"uuid": "dfc22aad-48b8-4f8d-af16-ec3b978fc8b6"
},
"special_armour_thermic": {
"fdname": "special_armour_thermic",
"name": "Reflective Plating",
"id": 143,
"edname": "special_armour_thermic",
"key": "special_armour_thermic",
"uuid": "dfe731fd-b709-4bbb-989b-5190bba4aa0e"
},
"special_armour_kinetic": {
"fdname": "special_armour_kinetic",
"name": "Angled Plating",
"id": 144,
"edname": "special_armour_kinetic",
"key": "special_armour_kinetic",
"uuid": "4803f4b3-f8ac-44a6-a6da-8d4c94aee048"
},
"special_armour_explosive": {
"fdname": "special_armour_explosive",
"name": "Layered Plating",
"id": 145,
"edname": "special_armour_explosive",
"key": "special_armour_explosive",
"uuid": "2af2d71c-b511-49a0-a605-22cfce862a63"
},
"special_armour_chunky": {
"fdname": "special_armour_chunky",
"name": "Deep Plating",
"id": 146,
"edname": "special_armour_chunky",
"key": "special_armour_chunky",
"uuid": "c4318e14-d50c-49ff-984f-bacae4aaa334"
},
"special_hullreinforcement_thermic": {
"fdname": "special_hullreinforcement_thermic",
"name": "Reflective Plating",
"id": 147,
"edname": "special_hullreinforcement_thermic",
"key": "special_hullreinforcement_thermic",
"uuid": "6c88aa33-01db-4eda-928e-6ca8b9b1bc3d"
},
"special_hullreinforcement_kinetic": {
"fdname": "special_hullreinforcement_kinetic",
"name": "Angled Plating",
"id": 148,
"edname": "special_hullreinforcement_kinetic",
"key": "special_hullreinforcement_kinetic",
"uuid": "e8631809-2915-4373-905c-8dcf3bda6921"
},
"special_hullreinforcement_explosive": {
"fdname": "special_hullreinforcement_explosive",
"name": "Layered Plating",
"id": 149,
"edname": "special_hullreinforcement_explosive",
"key": "special_hullreinforcement_explosive",
"uuid": "cdd19fcc-74b4-463a-a8f1-2e9909da664f"
},
"special_hullreinforcement_chunky": {
"fdname": "special_hullreinforcement_chunky",
"name": "Deep Plating",
"id": 150,
"edname": "special_hullreinforcement_chunky",
"key": "special_hullreinforcement_chunky",
"uuid": "b51706cc-d412-4559-8654-f812d2eb44b9"
},
"special_shieldbooster_thermic": {
"fdname": "special_shieldbooster_thermic",
"name": "Thermo Block",
"id": 151,
"edname": "special_shieldbooster_thermic",
"key": "special_shieldbooster_thermic",
"uuid": "c3340df8-c6da-49c9-b236-8f1cc4209088"
},
"special_shieldbooster_kinetic": {
"fdname": "special_shieldbooster_kinetic",
"name": "Force Block",
"id": 152,
"edname": "special_shieldbooster_kinetic",
"key": "special_shieldbooster_kinetic",
"uuid": "cb95d9b4-a945-491d-95ad-e230c0454cd9"
},
"special_shieldbooster_explosive": {
"fdname": "special_shieldbooster_explosive",
"name": "Blast Block",
"id": 153,
"edname": "special_shieldbooster_explosive",
"key": "special_shieldbooster_explosive",
"uuid": "eb1c4a92-03ef-4263-8051-9ac91b2d43b2"
},
"special_shieldbooster_efficient": {
"fdname": "special_shieldbooster_efficient",
"name": "Flow Control",
"id": 154,
"edname": "special_shieldbooster_efficient",
"key": "special_shieldbooster_efficient",
"uuid": "441e1d85-5174-4172-85ea-caee8d3c632d"
},
"special_shieldbooster_toughened": {
"fdname": "special_shieldbooster_toughened",
"name": "Double Braced",
"id": 155,
"edname": "special_shieldbooster_toughened",
"key": "special_shieldbooster_toughened",
"uuid": "32cb80c0-bb11-49ea-ae21-4c94eb5f9195"
},
"special_shieldbooster_chunky": {
"fdname": "special_shieldbooster_chunky",
"name": "Super Capacitors",
"id": 156,
"edname": "special_shieldbooster_chunky",
"key": "special_shieldbooster_chunky",
"uuid": "4197c308-a3df-442a-91c2-db856b4f57cf"
}
}

View File

@@ -3,6 +3,7 @@
{
"experimental": true,
"ammo": 64,
"ammocost": 235,
"breachdmg": 0.1,
"breachmax": 0.8,
"breachmin": 1,
@@ -36,6 +37,7 @@
{
"experimental": true,
"ammo": 64,
"ammocost": 235,
"breachdmg": 0.1,
"breachmax": 0.8,
"breachmin": 1,
@@ -69,6 +71,7 @@
{
"experimental": true,
"ammo": 128,
"ammocost": 235,
"breachdmg": 0.1,
"breachmax": 0.8,
"breachmin": 1,
@@ -102,6 +105,7 @@
{
"experimental": true,
"ammo": 128,
"ammocost": 235,
"breachdmg": 0.1,
"breachmax": 0.8,
"breachmin": 1,

View File

@@ -3,6 +3,7 @@
{
"experimental": true,
"ammo": 2100,
"ammocost": 1,
"breachdmg": 2.8,
"breachmax": 0.5,
"breachmin": 0.8,
@@ -14,7 +15,6 @@
"X": 1,
"K": 1
},
"experimental": true,
"distdraw": 0.11,
"edID": 128788701,
"eddbID": 1618,
@@ -37,6 +37,7 @@
{
"experimental": true,
"ammo": 2100,
"ammocost": 1,
"breachdmg": 0.4,
"breachmax": 0.5,
"breachmin": 0.5,
@@ -70,6 +71,7 @@
{
"experimental": true,
"ammo": 2100,
"ammocost": 1,
"breachdmg": 5.2,
"breachmax": 0.5,
"breachmin": 0.8,
@@ -103,6 +105,7 @@
{
"experimental": true,
"ammo": 2100,
"ammocost": 1,
"breachdmg": 0.8,
"breachmax": 0.5,
"breachmin": 0.5,

View File

@@ -2,6 +2,7 @@
"c": [
{
"ammo": 120,
"ammocost": 20,
"breachdmg": 17.1,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -33,6 +34,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 13.2,
"breachmax": 0.9,
"breachmin": 0.6,
@@ -64,6 +66,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 10.6,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -95,6 +98,7 @@
},
{
"ammo": 120,
"ammocost": 20,
"breachdmg": 28,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -126,6 +130,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 20.3,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -157,6 +162,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 16.3,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -188,6 +194,7 @@
},
{
"ammo": 120,
"ammocost": 20,
"breachdmg": 42.3,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -219,6 +226,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 30.9,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -252,6 +260,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 25.14,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -283,6 +292,7 @@
},
{
"ammo": 120,
"ammocost": 20,
"breachdmg": 63.2,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -316,6 +326,7 @@
},
{
"ammo": 100,
"ammocost": 20,
"breachdmg": 46.7,
"breachmax": 0.8,
"breachmin": 0.6,

View File

@@ -21,6 +21,7 @@
"shotspeed": 750,
"clip": 8,
"ammo": 64,
"ammocost": 235,
"reload": 5,
"breachdmg": 0,
"breachmin": 0.8,

View File

@@ -2,6 +2,7 @@
"fc": [
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 1.3,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -35,6 +36,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 0.9,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -68,6 +70,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 0.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -101,6 +104,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 2.3,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -134,6 +138,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 1.8,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -167,6 +172,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 1.3,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -200,6 +206,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 3.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -233,6 +240,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 2.9,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -266,6 +274,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 2.3,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -299,6 +308,7 @@
},
{
"ammo": 180,
"ammocost": 17,
"breachdmg": 3.1,
"breachmax": 0.8,
"breachmin": 0.4,

View File

@@ -3,6 +3,7 @@
{
"experimental": true,
"ammo": 80,
"ammocost": 75,
"breachdmg": 11,
"breachmax": 0.4,
"breachmin": 0.2,
@@ -37,6 +38,7 @@
{
"experimental": true,
"ammo": 80,
"ammocost": 75,
"breachdmg": 35,
"breachmax": 0.4,
"breachmin": 0.2,

View File

@@ -3,6 +3,7 @@
{
"experimental": true,
"ammo": 200,
"ammocost": 100,
"breachdmg": 0.4,
"breachmax": 0.8,
"breachmin": 0.5,
@@ -35,6 +36,7 @@
{
"experimental": true,
"ammo": 200,
"ammocost": 100,
"breachdmg": 0.3,
"breachmax": 0.8,
"breachmin": 0.5,
@@ -67,6 +69,7 @@
{
"experimental": true,
"ammo": 200,
"ammocost": 100,
"breachdmg": 0.7,
"breachmax": 0.8,
"breachmin": 0.5,
@@ -99,6 +102,7 @@
{
"experimental": true,
"ammo": 200,
"ammocost": 100,
"breachdmg": 1,
"breachmax": 0.8,
"breachmin": 0.5,
@@ -150,6 +154,7 @@
"shotspeed": 1200,
"clip": 15,
"ammo": 200,
"ammocost": 100,
"reload": 3,
"breachdmg": 1,
"breachmin": 0.5,
@@ -163,6 +168,7 @@
{
"experimental": true,
"ammo": 200,
"ammocost": 100,
"breachdmg": 0.8,
"breachmax": 0.8,
"breachmin": 0.5,

View File

@@ -23,6 +23,7 @@
"roundspershot": 12,
"clip": 5,
"ammo": 180,
"ammocost": 9,
"reload": 5,
"breachdmg": 1.6,
"breachmin": 0.6,
@@ -57,6 +58,7 @@
"roundspershot": 12,
"clip": 5,
"ammo": 180,
"ammocost": 9,
"reload": 5,
"breachdmg": 0.9,
"breachmin": 0.6,
@@ -91,6 +93,7 @@
"roundspershot": 12,
"clip": 5,
"ammo": 180,
"ammocost": 9,
"reload": 5,
"breachdmg": 3,
"breachmin": 0.6,
@@ -125,6 +128,7 @@
"roundspershot": 12,
"clip": 5,
"ammo": 180,
"ammocost": 9,
"reload": 5,
"breachdmg": 1.9,
"breachmin": 0.6,
@@ -158,6 +162,7 @@
"shotspeed": 1133,
"clip": 5,
"ammo": 180,
"ammocost": 9,
"roundspershot": 12,
"reload": 5,
"breachdmg": 4.2,
@@ -192,6 +197,7 @@
"shotspeed": 1133,
"clip": 5,
"ammo": 180,
"ammocost": 9,
"roundspershot": 12,
"reload": 5,
"breachdmg": 2.7,

View File

@@ -2,6 +2,7 @@
"nl": [
{
"ammo": 36,
"ammocost": 209,
"breachdmg": 0,
"breachmax": 0,
"breachmin": 0,
@@ -31,6 +32,7 @@
},
{
"ammo": 36,
"ammocost": 209,
"breachdmg": 0,
"breachmax": 0,
"breachmin": 0,
@@ -61,6 +63,7 @@
},
{
"ammo": 72,
"ammocost": 209,
"breachdmg": 0,
"breachmax": 0,
"breachmin": 0,

View File

@@ -2,6 +2,7 @@
"mr": [
{
"ammo": 16,
"ammocost": 500,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
@@ -32,6 +33,7 @@
},
{
"ammo": 6,
"ammocost": 500,
"breachdmg": 16,
"breachmax": 0,
"breachmin": 0,
@@ -62,6 +64,7 @@
},
{
"ammo": 48,
"ammocost": 500,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
@@ -94,6 +97,7 @@
},
{
"ammo": 18,
"ammocost": 500,
"breachdmg": 16,
"breachmax": 0,
"breachmin": 0,
@@ -126,6 +130,7 @@
},
{
"ammo": 48,
"ammocost": 500,
"breachdmg": 16,
"breachmax": 1,
"breachmin": 1,
@@ -158,6 +163,7 @@
},
{
"ammo": 120,
"ammocost": 500,
"breachdmg": 3,
"breachmax": 0,
"breachmin": 0,
@@ -193,6 +199,7 @@
},
{
"ammo": 96,
"ammocost": 500,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
@@ -223,6 +230,7 @@
},
{
"ammo": 36,
"ammocost": 500,
"breachdmg": 16,
"breachmax": 0,
"breachmin": 0,

View File

@@ -2,6 +2,7 @@
"mc": [
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 1,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -33,6 +34,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 0.7,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -64,6 +66,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 0.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -95,6 +98,7 @@
},
{
"ammo": 1000,
"ammocost": 1,
"breachdmg": 2.6,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -128,6 +132,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -159,6 +164,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 1.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -190,6 +196,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 1.1,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -221,6 +228,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 3.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -252,6 +260,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 2.6,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -283,6 +292,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -314,6 +324,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 4.2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -346,6 +357,7 @@
},
{
"ammo": 2100,
"ammocost": 1,
"breachdmg": 3.1,
"breachmax": 0.8,
"breachmin": 0.4,

View File

@@ -2,6 +2,7 @@
"pa": [
{
"ammo": 100,
"ammocost": 200,
"breachdmg": 44.2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -35,6 +36,7 @@
},
{
"ammo": 100,
"ammocost": 200,
"breachdmg": 68,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -68,6 +70,7 @@
},
{
"ammo": 300,
"ammocost": 200,
"breachdmg": 30.9,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -103,6 +106,7 @@
},
{
"ammo": 100,
"ammocost": 200,
"breachdmg": 102,
"breachmax": 0.8,
"breachmin": 0.4,

View File

@@ -2,6 +2,7 @@
"po": [
{
"ammo": 10000,
"ammocost": 1,
"burst": 4,
"burstrof": 15,
"class": 0,

View File

@@ -2,6 +2,7 @@
"rg": [
{
"ammo": 80,
"ammocost": 75,
"breachdmg": 22.2,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -33,6 +34,7 @@
},
{
"ammo": 80,
"ammocost": 75,
"breachdmg": 39.5,
"breachmax": 0.8,
"breachmin": 0.4,
@@ -64,6 +66,7 @@
},
{
"ammo": 240,
"ammocost": 75,
"breachdmg": 14.3,
"breachmax": 0.8,
"breachmin": 0.4,

View File

@@ -2,6 +2,7 @@
"rfl": [
{
"ammo": 32,
"ammocost": 125,
"breachdmg": 1.7,
"breachmax": 1,
"breachmin": 1,
@@ -32,6 +33,7 @@
},
{
"ammo": 32,
"ammocost": 125,
"breachdmg": 1.7,
"breachmax": 1,
"breachmin": 1,

View File

@@ -20,6 +20,7 @@
"shotspeed": 550,
"clip": 1,
"ammo": 72,
"ammocost": 56,
"reload": 2,
"breachdmg": 6.5,
"breachmin": 1,
@@ -49,6 +50,7 @@
"shotspeed": 550,
"clip": 1,
"ammo": 72,
"ammocost": 56,
"reload": 2,
"breachdmg": 6.5,
"breachmin": 1,

View File

@@ -22,6 +22,7 @@
"roundspershot": 0,
"clip": 16,
"ammo": 240,
"ammocost": 9,
"reload": 6,
"breachdmg": 12.7,
"breachmin": 0.4,
@@ -38,6 +39,7 @@
"class": 3,
"grp": "tbsc",
"ammo": 240,
"ammocost": 9,
"mass": 8,
"eddbID": 0,
"breachdmg": 10.4,
@@ -86,6 +88,7 @@
"shotspeed": 1200,
"clip": 16,
"ammo": 240,
"ammocost": 9,
"reload": 6,
"breachdmg": 8.6,
"breachmin": 0.4,
@@ -100,6 +103,7 @@
"class": 2,
"grp": "tbsc",
"ammo": 240,
"ammocost": 9,
"mass": 4,
"eddbID": 0,
"breachdmg": 7.1,
@@ -148,6 +152,7 @@
"shotspeed": 1200,
"clip": 16,
"ammo": 240,
"ammocost": 9,
"reload": 6,
"breachdmg": 9.1,
"breachmin": 0.4,
@@ -179,6 +184,7 @@
"roundspershot": 0,
"clip": 16,
"ammo": 240,
"ammocost": 9,
"reload": 6,
"breachdmg": 6.3,
"breachmin": 0.4,
@@ -211,6 +217,7 @@
"shotspeed": 1200,
"clip": 16,
"ammo": 240,
"ammocost": 9,
"reload": 6,
"breachdmg": 6,
"breachmin": 0.4,
@@ -226,6 +233,7 @@
"class": 1,
"grp": "tbsc",
"ammo": 240,
"ammocost": 9,
"mass": 2,
"eddbID": 0,
"breachdmg": 4.8,
@@ -274,6 +282,7 @@
"shotspeed": 1200,
"clip": 16,
"ammo": 240,
"ammocost": 9,
"reload": 6,
"breachdmg": 3.1,
"breachmin": 0.4,

View File

@@ -11,6 +11,7 @@
"mass": 1.3,
"name": "Shutdown Field Neutraliser",
"passive": 1,
"chargeup": 1,
"power": 0.2,
"activepower": 0.25,
"rating": "F",

View File

@@ -2,6 +2,7 @@
"tp": [
{
"ammo": 1,
"ammocost": 15000,
"breachdmg": 60,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -32,6 +33,7 @@
},
{
"ammo": 2,
"ammocost": 15000,
"breachdmg": 60,
"breachmax": 0.8,
"breachmin": 0.6,
@@ -62,6 +64,7 @@
},
{
"ammo": 4,
"ammocost": 15000,
"breachdmg": 60,
"breachmax": 1,
"breachmin": 1,

View File

@@ -7,7 +7,6 @@ module.exports = {
pd: require('./standard/power_distributor').pd,
s: require('./standard/sensors').s,
ft: require('./standard/fuel_tank').ft,
pas: require('./standard/planetary_approach_suite').pas
},
hardpoints: {
pl: require('./hardpoints/pulse_laser').pl,

View File

@@ -1,6 +1,7 @@
{
"fh": [
{
"ammocost": 1030,
"bays": 1,
"class": 5,
"cost": 575644,

View File

@@ -1,6 +1,7 @@
{
"pv": [
{
"ammocost": 1030,
"bays": 1,
"class": 2,
"cost": 18000,

View File

@@ -1,18 +0,0 @@
{
"pas": [
{
"class": 1,
"cost": 500,
"edID": 128672317,
"eddbID": 1538,
"grp": "pas",
"id": "PA",
"mass": 0,
"power": 0,
"rating": "I",
"symbol": "Int_PlanetApproachSuite",
"ukName": "Planetary Approach Suite",
"ukDiscript": "The required Thruster modifications, sensor package and avionics to allow a ship to fly effectively in close proximity to planets."
}
]
}

View File

@@ -16,6 +16,7 @@
"optmass": 2240,
"optmul": 1,
"power": 7.2,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size8_Class1",
"ukName": "Thrusters",
@@ -37,6 +38,7 @@
"optmass": 2520,
"optmul": 1,
"power": 8.1,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size8_Class2",
"ukName": "Thrusters",
@@ -58,6 +60,7 @@
"optmass": 2800,
"optmul": 1,
"power": 9,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size8_Class3",
"ukName": "Thrusters",
@@ -79,6 +82,7 @@
"optmass": 3080,
"optmul": 1,
"power": 9.9,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size8_Class4",
"ukName": "Thrusters",
@@ -100,6 +104,7 @@
"optmass": 3360,
"optmul": 1,
"power": 10.8,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size8_Class5",
"ukName": "Thrusters",
@@ -121,6 +126,7 @@
"optmass": 1440,
"optmul": 1,
"power": 6.08,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size7_Class1",
"ukName": "Thrusters",
@@ -142,6 +148,7 @@
"optmass": 1620,
"optmul": 1,
"power": 6.84,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size7_Class2",
"ukName": "Thrusters",
@@ -163,6 +170,7 @@
"optmass": 1800,
"optmul": 1,
"power": 7.6,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size7_Class3",
"ukName": "Thrusters",
@@ -184,6 +192,7 @@
"optmass": 1980,
"optmul": 1,
"power": 8.36,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size7_Class4",
"ukName": "Thrusters",
@@ -205,6 +214,7 @@
"optmass": 2160,
"optmul": 1,
"power": 9.12,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size7_Class5",
"ukName": "Thrusters",
@@ -226,6 +236,7 @@
"optmass": 960,
"optmul": 1,
"power": 5.04,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size6_Class1",
"ukName": "Thrusters",
@@ -247,6 +258,7 @@
"optmass": 1080,
"optmul": 1,
"power": 5.67,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size6_Class2",
"ukName": "Thrusters",
@@ -268,6 +280,7 @@
"optmass": 1200,
"optmul": 1,
"power": 6.3,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size6_Class3",
"ukName": "Thrusters",
@@ -289,6 +302,7 @@
"optmass": 1320,
"optmul": 1,
"power": 6.93,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size6_Class4",
"ukName": "Thrusters",
@@ -310,6 +324,7 @@
"optmass": 1440,
"optmul": 1,
"power": 7.56,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size6_Class5",
"ukName": "Thrusters",
@@ -331,6 +346,7 @@
"optmass": 560,
"optmul": 1,
"power": 4.08,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size5_Class1",
"ukName": "Thrusters",
@@ -352,6 +368,7 @@
"optmass": 630,
"optmul": 1,
"power": 4.59,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size5_Class2",
"ukName": "Thrusters",
@@ -373,6 +390,7 @@
"optmass": 700,
"optmul": 1,
"power": 5.1,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size5_Class3",
"ukName": "Thrusters",
@@ -394,6 +412,7 @@
"optmass": 770,
"optmul": 1,
"power": 5.61,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size5_Class4",
"ukName": "Thrusters",
@@ -415,6 +434,7 @@
"optmass": 840,
"optmul": 1,
"power": 6.12,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size5_Class5",
"ukName": "Thrusters",
@@ -436,6 +456,7 @@
"optmass": 280,
"optmul": 1,
"power": 3.28,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size4_Class1",
"ukName": "Thrusters",
@@ -457,6 +478,7 @@
"optmass": 315,
"optmul": 1,
"power": 3.69,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size4_Class2",
"ukName": "Thrusters",
@@ -478,6 +500,7 @@
"optmass": 350,
"optmul": 1,
"power": 4.1,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size4_Class3",
"ukName": "Thrusters",
@@ -499,6 +522,7 @@
"optmass": 385,
"optmul": 1,
"power": 4.51,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size4_Class4",
"ukName": "Thrusters",
@@ -520,6 +544,7 @@
"optmass": 420,
"optmul": 1,
"power": 4.92,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size4_Class5",
"ukName": "Thrusters",
@@ -541,6 +566,7 @@
"optmass": 80,
"optmul": 1,
"power": 2.48,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size3_Class1",
"ukName": "Thrusters",
@@ -562,6 +588,7 @@
"optmass": 90,
"optmul": 1,
"power": 2.79,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size3_Class2",
"ukName": "Thrusters",
@@ -583,6 +610,7 @@
"optmass": 100,
"optmul": 1,
"power": 3.1,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size3_Class3",
"ukName": "Thrusters",
@@ -604,6 +632,7 @@
"optmass": 110,
"optmul": 1,
"power": 3.41,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size3_Class4",
"ukName": "Thrusters",
@@ -625,6 +654,7 @@
"optmass": 120,
"optmul": 1,
"power": 3.72,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size3_Class5",
"ukName": "Thrusters",
@@ -646,6 +676,7 @@
"optmass": 48,
"optmul": 1,
"power": 2,
"thermload": 1.3,
"rating": "E",
"symbol": "Int_Engine_Size2_Class1",
"ukName": "Thrusters",
@@ -667,6 +698,7 @@
"optmass": 54,
"optmul": 1,
"power": 2.25,
"thermload": 1.3,
"rating": "D",
"symbol": "Int_Engine_Size2_Class2",
"ukName": "Thrusters",
@@ -688,6 +720,7 @@
"optmass": 60,
"optmul": 1,
"power": 2.5,
"thermload": 1.3,
"rating": "C",
"symbol": "Int_Engine_Size2_Class3",
"ukName": "Thrusters",
@@ -709,6 +742,7 @@
"optmass": 66,
"optmul": 1,
"power": 2.75,
"thermload": 1.3,
"rating": "B",
"symbol": "Int_Engine_Size2_Class4",
"ukName": "Thrusters",
@@ -730,6 +764,7 @@
"optmass": 72,
"optmul": 1,
"power": 3,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size2_Class5",
"ukName": "Thrusters",
@@ -761,6 +796,7 @@
"optmulrotation": 1.1,
"optmulspeed": 1.25,
"power": 5,
"thermload": 1.3,
"rating": "A",
"symbol": "Int_Engine_Size3_Class5_Fast",
"ukName": "Thrusters",
@@ -792,6 +828,7 @@
"optmulrotation": 1.1,
"optmulspeed": 1.25,
"power": 4,
"thermload": 2,
"rating": "A",
"symbol": "Int_Engine_Size2_Class5_Fast",
"ukName": "Thrusters",