#Written by Londinium, Bluehunter, Bird + Updates from DC83, TheGeneral and Simone #Equipment modules needs to start with module_naval_ . Otherwise the game won't load #Compendium of possible operations #add_stats #multiply_stats #add_average_stats #manpower #build_cost_resources #critical_parts #can_convert_from (within: module_category, module, convert_cost_ic, convert_cost_resources) #dismantle_cost_ic #Compendium of stats that can be modified by adding/multiplication #lg_attack - Damage done by light guns "Light guns are better at firing at smaller ships" #lg_armor_piercing - Armor piercing on light guns #hg_attack - Used for shore bombardment #hg_armor_piercing - negative values to ensure shore bombardment stats don't affect naval battles #anti_air_attack - AA stats #torpedo_attack - Missiles and anti ship torpedoes attack #sub_attack - Damage against subs #mines_planting - Mine planting abilities #mines_sweeping - sweeping abilities #surface_visibility - Represents a ship's profile. The higher the value the more the ship is easy to spot and especially hit #sub_visibility - Same as surface but for submarines #surface_detection - Ability to detect surface vessels #sub_detection - Same as above but for submarines #armor_value - Armor is compared to enemy piercing: # the more piercing is lower than armor, the more damage is reduced, the more piercing is higher than armor, the more critical hit chance increases #max_strength - hp of the ship, when used in add stats it represents the module requiring a bigger ship size #max_organisation - even if used in "add stats" it actually multiplies the base org of the ship #carrier_size - number of planes that can operate from the ship #naval_speed - Speed also affects the hit profile, a faster ship is going to be harder to hit #naval_range - Range #fuel_consumption 0- Consupmption of fuel #build_cost_ic - build cost #reliability - overall reliability of the ship equipment_modules = { #Surface Power and Power Transmission Systems----------------------------------------------------------- #CONVENTIONAL SHIP ENGINES module_surface_oil_power = { category = module_surface_power_source_category sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 16 naval_range = 3500 } multiply_stats = { build_cost_ic = 0.06 surface_visibility = 0.3 fuel_consumption = 0.1 } dismantle_cost_ic = 120 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 1200 } critical_parts = { damaged_engine } } module_surface_diesel_power_1 = { category = module_surface_power_source_category parent = module_surface_oil_power sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 17 naval_range = 3000 } multiply_stats = { build_cost_ic = 0.09 surface_visibility = 0.25 fuel_consumption = 0.1 } dismantle_cost_ic = 180 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 1800 } can_convert_from = { module = module_surface_oil_power convert_cost_ic = 1200 } critical_parts = { damaged_engine } } module_surface_diesel_power_2 = { category = module_surface_power_source_category parent = module_surface_diesel_power_1 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 17 naval_range = 3000 } multiply_stats = { build_cost_ic = 0.09 surface_visibility = 0.25 fuel_consumption = 0.1 } dismantle_cost_ic = 180 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 1800 } can_convert_from = { module = module_surface_oil_power convert_cost_ic = 1200 } critical_parts = { damaged_engine } } module_surface_diesel_power_3 = { category = module_surface_power_source_category parent = module_surface_diesel_power_2 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 17 naval_range = 3000 } multiply_stats = { build_cost_ic = 0.09 surface_visibility = 0.25 fuel_consumption = 0.1 } dismantle_cost_ic = 180 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 1800 } can_convert_from = { module = module_surface_oil_power convert_cost_ic = 1200 } critical_parts = { damaged_engine } } module_surface_diesel_power_4 = { category = module_surface_power_source_category parent = module_surface_diesel_power_3 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 17 naval_range = 3000 } multiply_stats = { build_cost_ic = 0.09 surface_visibility = 0.25 fuel_consumption = 0.1 } dismantle_cost_ic = 180 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 1800 } can_convert_from = { module = module_surface_oil_power convert_cost_ic = 1200 } critical_parts = { damaged_engine } } module_surface_diesel_power_5 = { category = module_surface_power_source_category parent = module_surface_diesel_power_4 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 17 naval_range = 3000 } multiply_stats = { build_cost_ic = 0.09 surface_visibility = 0.25 fuel_consumption = 0.1 } dismantle_cost_ic = 180 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 1800 } can_convert_from = { module = module_surface_oil_power convert_cost_ic = 1200 } critical_parts = { damaged_engine } } module_surface_jet_turbine_power = { category = module_surface_power_source_category parent = module_surface_diesel_power_1 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 21 naval_range = 4000 } multiply_stats = { build_cost_ic = 0.12 surface_visibility = 0.2 fuel_consumption = 0.25 } dismantle_cost_ic = 240 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 2400 } can_convert_from = { module = module_surface_diesel_power_1 convert_cost_ic = 1500 } critical_parts = { damaged_engine } } module_surface_jet_turbine_power2 = { category = module_surface_power_source_category parent = module_surface_jet_turbine_power sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 22 naval_range = 4500 } multiply_stats = { build_cost_ic = 0.15 surface_visibility = 0.15 fuel_consumption = 0.20 } dismantle_cost_ic = 300 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 3000 } can_convert_from = { module = module_surface_jet_turbine_power convert_cost_ic = 1800 } critical_parts = { damaged_engine } } module_surface_jet_turbine_power3 = { category = module_surface_power_source_category parent = module_surface_jet_turbine_power2 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 22 naval_range = 5000 } multiply_stats = { build_cost_ic = 0.18 surface_visibility = 0.1 fuel_consumption = 0.15 } dismantle_cost_ic = 360 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 3600 } can_convert_from = { module = module_surface_jet_turbine_power2 convert_cost_ic = 2100 } critical_parts = { damaged_engine } } module_surface_jet_turbine_power4 = { category = module_surface_power_source_category parent = module_surface_jet_turbine_power3 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 22 naval_range = 5500 } multiply_stats = { build_cost_ic = 0.21 surface_visibility = 0.05 fuel_consumption = 0.10 } dismantle_cost_ic = 420 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 4200 } can_convert_from = { module = module_surface_jet_turbine_power3 convert_cost_ic = 2400 } critical_parts = { damaged_engine } } module_surface_jet_turbine_power5 = { category = module_surface_power_source_category parent = module_surface_jet_turbine_power4 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 22 naval_range = 6000 } multiply_stats = { build_cost_ic = 0.24 fuel_consumption = 0.07 } dismantle_cost_ic = 480 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 4800 } can_convert_from = { module = module_surface_jet_turbine_power3 convert_cost_ic = 2700 } critical_parts = { damaged_engine } } module_surface_jet_turbine_power6 = { category = module_surface_power_source_category parent = module_surface_jet_turbine_power5 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 22 naval_range = 6500 } multiply_stats = { build_cost_ic = 0.27 fuel_consumption = 0.04 } dismantle_cost_ic = 540 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 5400 } can_convert_from = { module = module_surface_jet_turbine_power4 convert_cost_ic = 3000 } critical_parts = { damaged_engine } } #LIGHT CONVENTIONAL SHIP ENGINES module_light_surface_diesel_power_1 = { category = module_light_surface_power_source_category sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 17 naval_range = 1250 } multiply_stats = { build_cost_ic = 0.09 surface_visibility = 0.25 fuel_consumption = 0.1 } dismantle_cost_ic = 45 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 450 } critical_parts = { damaged_engine } } module_light_surface_diesel_power_2 = { category = module_light_surface_power_source_category parent = module_light_surface_diesel_power_1 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 17 naval_range = 1250 } multiply_stats = { build_cost_ic = 0.09 surface_visibility = 0.25 fuel_consumption = 0.1 } dismantle_cost_ic = 45 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 450 } critical_parts = { damaged_engine } } module_light_surface_diesel_power_3 = { category = module_light_surface_power_source_category parent = module_light_surface_diesel_power_2 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 17 naval_range = 1250 } multiply_stats = { build_cost_ic = 0.09 surface_visibility = 0.25 fuel_consumption = 0.1 } dismantle_cost_ic = 45 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 450 } critical_parts = { damaged_engine } } module_light_surface_diesel_power_4 = { category = module_light_surface_power_source_category parent = module_light_surface_diesel_power_3 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 17 naval_range = 1250 } multiply_stats = { build_cost_ic = 0.09 surface_visibility = 0.25 fuel_consumption = 0.1 } dismantle_cost_ic = 45 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 450 } critical_parts = { damaged_engine } } module_light_surface_diesel_power_5 = { category = module_light_surface_power_source_category parent = module_light_surface_diesel_power_4 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 17 naval_range = 1250 } multiply_stats = { build_cost_ic = 0.09 surface_visibility = 0.25 fuel_consumption = 0.1 } dismantle_cost_ic = 45 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 450 } critical_parts = { damaged_engine } } module_light_surface_jet_turbine_power = { category = module_light_surface_power_source_category parent = module_light_surface_diesel_power_1 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 21 naval_range = 1500 } multiply_stats = { build_cost_ic = 0.12 surface_visibility = 0.2 fuel_consumption = 0.25 } dismantle_cost_ic = 60 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 600 } can_convert_from = { module = module_light_surface_diesel_power_1 convert_cost_ic = 375 } critical_parts = { damaged_engine } } module_light_surface_jet_turbine_power2 = { category = module_light_surface_power_source_category parent = module_light_surface_jet_turbine_power sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 21 naval_range = 1750 } multiply_stats = { build_cost_ic = 0.15 surface_visibility = 0.15 fuel_consumption = 0.20 } dismantle_cost_ic = 75 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 750 } can_convert_from = { module = module_light_surface_jet_turbine_power convert_cost_ic = 450 } critical_parts = { damaged_engine } } module_light_surface_jet_turbine_power3 = { category = module_light_surface_power_source_category parent = module_light_surface_jet_turbine_power2 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 22 naval_range = 2000 } multiply_stats = { build_cost_ic = 0.18 surface_visibility = 0.1 fuel_consumption = 0.15 } dismantle_cost_ic = 90 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 900 } can_convert_from = { module = module_light_surface_jet_turbine_power2 convert_cost_ic = 525 } critical_parts = { damaged_engine } } module_light_surface_jet_turbine_power4 = { category = module_light_surface_power_source_category parent = module_light_surface_jet_turbine_power3 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 23 naval_range = 2250 } multiply_stats = { build_cost_ic = 0.21 surface_visibility = 0.05 fuel_consumption = 0.10 } dismantle_cost_ic = 105 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 1050 } can_convert_from = { module = module_light_surface_jet_turbine_power2 convert_cost_ic = 600 } critical_parts = { damaged_engine } } module_light_surface_jet_turbine_power5 = { category = module_light_surface_power_source_category parent = module_light_surface_jet_turbine_power4 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 24 naval_range = 2500 } multiply_stats = { build_cost_ic = 0.24 fuel_consumption = 0.08 } dismantle_cost_ic = 120 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 1200 } can_convert_from = { module = module_light_surface_jet_turbine_power2 convert_cost_ic = 675 } critical_parts = { damaged_engine } } module_light_surface_jet_turbine_power6 = { category = module_light_surface_power_source_category parent = module_light_surface_jet_turbine_power5 sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 25 naval_range = 2750 } multiply_stats = { build_cost_ic = 0.27 fuel_consumption = 0.06 } dismantle_cost_ic = 135 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 1350 } can_convert_from = { module = module_light_surface_jet_turbine_power2 convert_cost_ic = 750 } critical_parts = { damaged_engine } } #SHIP NUCLEAR REACTORS module_light_surface_early_reactor_power = { category = module_light_surface_power_source_category sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 21 naval_range = 20000 build_cost_ic = 1000 } multiply_stats = { build_cost_ic = 0.16 fuel_consumption = -1.0 } dismantle_cost_ic = 200 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 2000 } critical_parts = { damaged_reactor } } module_light_surface_mod_reactor_power = { category = module_light_surface_power_source_category sfx = sfx_ui_sd_module_engine parent = module_light_surface_early_reactor_power add_stats = { naval_speed = 22 naval_range = 21500 build_cost_ic = 1150 } multiply_stats = { build_cost_ic = 0.155 fuel_consumption = -1.0 } dismantle_cost_ic = 200 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 2000 } can_convert_from = { module = module_light_surface_early_reactor_power convert_cost_ic = 1250 } critical_parts = { damaged_reactor } } module_light_surface_fut_reactor_power = { category = module_light_surface_power_source_category sfx = sfx_ui_sd_module_engine parent = module_light_surface_mod_reactor_power add_stats = { naval_speed = 23 naval_range = 23000 build_cost_ic = 1300 } multiply_stats = { build_cost_ic = 0.15 fuel_consumption = -1.0 } dismantle_cost_ic = 300 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 2500 } can_convert_from = { module = module_light_surface_mod_reactor_power convert_cost_ic = 1500 } critical_parts = { damaged_reactor } } module_light_surface_fut_reactor_power2 = { category = module_light_surface_power_source_category sfx = sfx_ui_sd_module_engine parent = module_light_surface_fut_reactor_power add_stats = { naval_speed = 24 naval_range = 24500 build_cost_ic = 1450 } multiply_stats = { build_cost_ic = 0.145 fuel_consumption = -1.0 } dismantle_cost_ic = 400 can_convert_from = { module_category = module_light_surface_power_source_category convert_cost_ic = 3000 } can_convert_from = { module = module_light_surface_fut_reactor_power convert_cost_ic = 1750 } critical_parts = { damaged_reactor } } module_surface_early_reactor_power = { category = module_surface_power_source_category sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 19 naval_range = 20000 build_cost_ic = 2000 } multiply_stats = { build_cost_ic = 0.15 fuel_consumption = -1.0 } dismantle_cost_ic = 200 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 2000 } critical_parts = { damaged_reactor } } module_surface_adv_reactor_power = { category = module_surface_power_source_category sfx = sfx_ui_sd_module_engine parent = module_surface_early_reactor_power add_stats = { naval_speed = 20 naval_range = 22000 build_cost_ic = 2250 } multiply_stats = { build_cost_ic = 0.145 fuel_consumption = -1.0 } dismantle_cost_ic = 300 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 3000 } can_convert_from = { module = module_surface_early_reactor_power convert_cost_ic = 2000 } critical_parts = { damaged_reactor } } module_surface_mod_reactor_power = { category = module_surface_power_source_category sfx = sfx_ui_sd_module_engine parent = module_surface_adv_reactor_power add_stats = { naval_speed = 21 naval_range = 24000 build_cost_ic = 2500 } multiply_stats = { build_cost_ic = 0.14 fuel_consumption = -1.0 } dismantle_cost_ic = 400 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 4000 } can_convert_from = { module = module_surface_adv_reactor_power convert_cost_ic = 2500 } critical_parts = { damaged_reactor } } module_surface_fut_reactor_power = { category = module_surface_power_source_category sfx = sfx_ui_sd_module_engine parent = module_surface_mod_reactor_power add_stats = { naval_speed = 22 naval_range = 26000 build_cost_ic = 2750 } multiply_stats = { build_cost_ic = 0.135 fuel_consumption = -1.0 } dismantle_cost_ic = 500 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 5000 } can_convert_from = { module = module_surface_mod_reactor_power convert_cost_ic = 3000 } critical_parts = { damaged_reactor } } module_surface_fut_reactor_power2 = { category = module_surface_power_source_category sfx = sfx_ui_sd_module_engine parent = module_surface_mod_reactor_power add_stats = { naval_speed = 23 naval_range = 28000 build_cost_ic = 3000 } multiply_stats = { build_cost_ic = 0.13 fuel_consumption = -1.0 } dismantle_cost_ic = 600 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 6000 } can_convert_from = { module = module_surface_mod_reactor_power convert_cost_ic = 3500 } critical_parts = { damaged_reactor } } module_surface_fut_reactor_power3 = { category = module_surface_power_source_category sfx = sfx_ui_sd_module_engine parent = module_surface_fut_reactor_power2 add_stats = { naval_speed = 24 naval_range = 30000 build_cost_ic = 3250 } multiply_stats = { build_cost_ic = 0.125 fuel_consumption = -1.0 } dismantle_cost_ic = 700 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 7000 } can_convert_from = { module = module_surface_fut_reactor_power2 convert_cost_ic = 4000 } critical_parts = { damaged_reactor } } #Fusion Reactor module_naval_surface_fusion_engine_1 = { category = module_surface_power_source_category add_stats = { naval_speed = 22 naval_range = 30000 build_cost_ic = 1600 } multiply_stats = { build_cost_ic = 0.25 fuel_consumption = -1.0 reliability = 0.05 } dismantle_cost_ic = 400 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 4000 } can_convert_from = { module = module_surface_adv_reactor_power convert_cost_ic = 2500 } critical_parts = { damaged_reactor } } module_naval_surface_fusion_engine_2 = { category = module_surface_power_source_category parent = module_naval_surface_fusion_engine_1 add_stats = { naval_speed = 23 naval_range = 32500 build_cost_ic = 1850 } multiply_stats = { build_cost_ic = 0.245 fuel_consumption = -1.0 reliability = 0.06 } dismantle_cost_ic = 400 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 4000 } can_convert_from = { module = module_surface_adv_reactor_power convert_cost_ic = 2500 } critical_parts = { damaged_reactor } } module_naval_surface_fusion_engine_3 = { category = module_surface_power_source_category parent = module_naval_surface_fusion_engine_2 add_stats = { naval_speed = 24 naval_range = 35000 build_cost_ic = 2100 } multiply_stats = { build_cost_ic = 0.24 fuel_consumption = -1.0 reliability = 0.08 } dismantle_cost_ic = 400 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 4000 } can_convert_from = { module = module_surface_adv_reactor_power convert_cost_ic = 2500 } critical_parts = { damaged_reactor } } module_naval_surface_fusion_engine_4 = { category = module_surface_power_source_category parent = module_naval_surface_fusion_engine_3 add_stats = { naval_speed = 25 naval_range = 37500 build_cost_ic = 2350 } multiply_stats = { build_cost_ic = 0.235 fuel_consumption = -1.0 reliability = 0.1 } dismantle_cost_ic = 400 can_convert_from = { module_category = module_surface_power_source_category convert_cost_ic = 4000 } can_convert_from = { module = module_surface_adv_reactor_power convert_cost_ic = 2500 } critical_parts = { damaged_reactor } } #CONVENTIONAL SUB ENGINES module_sub_diesel_electric_power = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 13 naval_range = 1500 } multiply_stats = { build_cost_ic = 0.06 sub_visibility = 0.2 fuel_consumption = 0.3 } dismantle_cost_ic = 24 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 240 } critical_parts = { damaged_engine } } module_sub_diesel_electric_power2 = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine parent = module_sub_diesel_electric_power add_stats = { naval_speed = 14 naval_range = 2000 } multiply_stats = { build_cost_ic = 0.09 sub_visibility = 0.16 fuel_consumption = 0.25 } dismantle_cost_ic = 36 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 360 } can_convert_from = { module = module_sub_diesel_electric_power convert_cost_ic = 240 } critical_parts = { damaged_engine } } module_sub_diesel_electric_power3 = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine parent = module_sub_diesel_electric_power2 add_stats = { naval_speed = 15 naval_range = 2500 } multiply_stats = { build_cost_ic = 0.12 sub_visibility = 0.12 fuel_consumption = 0.2 } dismantle_cost_ic = 48 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 480 } can_convert_from = { module = module_sub_diesel_electric_power2 convert_cost_ic = 300 } critical_parts = { damaged_engine } } module_sub_diesel_electric_power4 = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine parent = module_sub_diesel_electric_power3 add_stats = { naval_speed = 16 naval_range = 3000 } multiply_stats = { build_cost_ic = 0.15 sub_visibility = 0.08 fuel_consumption = 0.15 } dismantle_cost_ic = 60 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 600 } can_convert_from = { module = module_sub_diesel_electric_power3 convert_cost_ic = 360 } critical_parts = { damaged_engine } } module_sub_diesel_electric_power5 = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine parent = module_sub_diesel_electric_power4 add_stats = { naval_speed = 17 naval_range = 3500 } multiply_stats = { build_cost_ic = 0.18 sub_visibility = 0.04 fuel_consumption = 0.1 } dismantle_cost_ic = 72 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 720 } can_convert_from = { module = module_sub_diesel_electric_power4 convert_cost_ic = 420 } critical_parts = { damaged_engine } } module_sub_diesel_electric_power6 = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine parent = module_sub_diesel_electric_power5 add_stats = { naval_speed = 18 naval_range = 4000 } multiply_stats = { build_cost_ic = 0.21 fuel_consumption = 0.07 } dismantle_cost_ic = 72 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 840 } can_convert_from = { module = module_sub_diesel_electric_power4 convert_cost_ic = 480 } critical_parts = { damaged_engine } } module_sub_diesel_electric_power7 = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine parent = module_sub_diesel_electric_power6 add_stats = { naval_speed = 19 naval_range = 4500 } multiply_stats = { build_cost_ic = 0.24 sub_visibility = -0.04 fuel_consumption = 0.05 } dismantle_cost_ic = 72 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 960 } can_convert_from = { module = module_sub_diesel_electric_power4 convert_cost_ic = 540 } critical_parts = { damaged_engine } } #SUB NUCLEAR REACTOR module_sub_early_reactor_power = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine add_stats = { naval_speed = 15 naval_range = 20000 build_cost_ic = 800 } multiply_stats = { build_cost_ic = 0.15 fuel_consumption = -1.0 sub_visibility = 0.25 } dismantle_cost_ic = 100 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 1000 } critical_parts = { damaged_reactor } } module_sub_adv_reactor_power = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine parent = module_sub_early_reactor_power add_stats = { naval_speed = 16 naval_range = 22000 build_cost_ic = 950 } multiply_stats = { build_cost_ic = 0.145 fuel_consumption = -1.0 sub_visibility = 0.2 } dismantle_cost_ic = 150 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 1500 } can_convert_from = { module = module_sub_early_reactor_power convert_cost_ic = 1000 } critical_parts = { damaged_reactor } } module_sub_mod_reactor_power = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine parent = module_sub_adv_reactor_power add_stats = { naval_speed = 17 naval_range = 24000 build_cost_ic = 1100 } multiply_stats = { build_cost_ic = 0.14 fuel_consumption = -1.0 sub_visibility = 0.15 } dismantle_cost_ic = 200 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 2000 } can_convert_from = { module = module_sub_adv_reactor_power convert_cost_ic = 1250 } critical_parts = { damaged_reactor } } module_sub_fut_reactor_power = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine parent = module_sub_mod_reactor_power add_stats = { naval_speed = 18 naval_range = 26000 build_cost_ic = 1250 } multiply_stats = { build_cost_ic = 0.135 fuel_consumption = -1.0 sub_visibility = 0.1 } dismantle_cost_ic = 250 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 2500 } can_convert_from = { module = module_sub_mod_reactor_power convert_cost_ic = 1500 } critical_parts = { damaged_reactor } } module_sub_fut_reactor_power2 = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine parent = module_sub_mod_reactor_power add_stats = { naval_speed = 19 naval_range = 28000 build_cost_ic = 1400 } multiply_stats = { build_cost_ic = 0.13 fuel_consumption = -1.0 sub_visibility = 0.05 } dismantle_cost_ic = 300 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 3000 } can_convert_from = { module = module_sub_mod_reactor_power convert_cost_ic = 1750 } critical_parts = { damaged_reactor } } module_sub_fut_reactor_power3 = { category = module_sub_power_source_category sfx = sfx_ui_sd_module_engine parent = module_sub_fut_reactor_power2 add_stats = { naval_speed = 20 naval_range = 30000 build_cost_ic = 1550 } multiply_stats = { build_cost_ic = 0.125 fuel_consumption = -1.0 } dismantle_cost_ic = 350 can_convert_from = { module_category = module_sub_power_source_category convert_cost_ic = 3500 } can_convert_from = { module = module_sub_fut_reactor_power2 convert_cost_ic = 2000 } critical_parts = { damaged_reactor } } # Support Equipment #Since we can't restrict the type of air unit that goes on board, helicopters are represented by stat increases instead #HELIPADS module_light_helipad_1 = { category = module_light_helipad_category add_stats = { surface_detection = 10 sub_detection = 30 sub_attack = 12 torpedo_attack = 1 mines_sweeping = 0.5 build_cost_ic = 1600 fuel_consumption = 20 max_strength = 40 max_organisation = 0.57 surface_visibility = 2 } manpower = 40 critical_parts = { damaged_helipads } dismantle_cost_ic = 40 can_convert_from = { module_category = module_light_helipad_category convert_cost_ic = 50 } } module_light_helipad_2 = { category = module_light_helipad_category parent = module_light_helipad_1 add_stats = { surface_detection = 12 sub_detection = 36 sub_attack = 15 torpedo_attack = 1.5 mines_sweeping = 1 build_cost_ic = 1600 fuel_consumption = 20 max_strength = 40 max_organisation = 0.57 surface_visibility = 1.6 } manpower = 40 critical_parts = { damaged_helipads } dismantle_cost_ic = 40 can_convert_from = { module_category = module_light_helipad_category convert_cost_ic = 50 } } module_light_helipad_3 = { category = module_light_helipad_category parent = module_light_helipad_2 add_stats = { surface_detection = 14 sub_detection = 42 sub_attack = 18 torpedo_attack = 2 mines_sweeping = 1.5 build_cost_ic = 1600 fuel_consumption = 20 max_strength = 40 max_organisation = 0.57 surface_visibility = 1.2 } manpower = 40 critical_parts = { damaged_helipads } dismantle_cost_ic = 40 can_convert_from = { module_category = module_light_helipad_category convert_cost_ic = 50 } } module_helipads_1 = { category = module_helipads_category add_stats = { surface_detection = 10 sub_detection = 36 sub_attack = 16 torpedo_attack = 2 mines_sweeping = 0.75 build_cost_ic = 3000 fuel_consumption = 40 max_strength = 80 max_organisation = 1.14 surface_visibility = 4 } dismantle_cost_ic = 80 critical_parts = { damaged_helipads } manpower = 80 can_convert_from = { module_category = module_helipads_category convert_cost_ic = 150 } } module_helipads_2 = { category = module_helipads_category parent = module_helipads_1 add_stats = { surface_detection = 15 sub_detection = 42 sub_attack = 20 torpedo_attack = 2.25 mines_sweeping = 1.5 build_cost_ic = 3000 fuel_consumption = 40 max_strength = 80 max_organisation = 1.14 surface_visibility = 3.6 } dismantle_cost_ic = 80 critical_parts = { damaged_helipads } manpower = 80 can_convert_from = { module_category = module_helipads_category convert_cost_ic = 150 } } module_helipads_3 = { category = module_helipads_category parent = module_helipads_2 add_stats = { surface_detection = 20 sub_detection = 48 sub_attack = 24 torpedo_attack = 2.5 mines_sweeping = 2.25 build_cost_ic = 3000 fuel_consumption = 40 max_strength = 80 max_organisation = 1.14 surface_visibility = 3.2 } dismantle_cost_ic = 80 critical_parts = { damaged_helipads } manpower = 80 can_convert_from = { module_category = module_helipads_category convert_cost_ic = 150 } } module_helipads_4 = { category = module_helipads_category parent = module_helipads_3 add_stats = { surface_detection = 25 sub_detection = 54 sub_attack = 28 torpedo_attack = 2.75 mines_sweeping = 3 build_cost_ic = 3000 fuel_consumption = 40 max_strength = 80 max_organisation = 1.14 surface_visibility = 2.8 } dismantle_cost_ic = 80 critical_parts = { damaged_helipads } manpower = 80 can_convert_from = { module_category = module_helipads_category convert_cost_ic = 150 } } #LIGHT FLIGHT DECKS module_light_flight_deck_1 = { category = module_light_flight_decks_category add_stats = { lg_attack = 320 } add_average_stats = { lg_armor_piercing = 0 } #mega_carrier = yes dismantle_cost_ic = 1000000 } module_light_flight_deck_2 = { category = module_light_flight_decks_category add_stats = { carrier_size = 1 lg_attack = 180 } add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 1000000 } module_light_flight_deck_3 = { category = module_light_flight_decks_category add_stats = { carrier_size = 2 lg_attack = 40 } add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 1000000 } module_light_flight_deck_future_1 = { category = module_light_flight_decks_category add_stats = { lg_attack = 460 } add_average_stats = { lg_armor_piercing = 0 } #mega_carrier = yes dismantle_cost_ic = 1000000 } module_light_flight_deck_future_2 = { category = module_light_flight_decks_category add_stats = { carrier_size = 2 lg_attack = 240 } add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 1000000 } #CARRIER FLIGHT DECKS module_flight_deck_1 = { category = module_flight_decks_category add_stats = { carrier_size = 1 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 7000 max_strength = 200 max_organisation = 2.86 surface_visibility = 10 fuel_consumption = 100 } dismantle_cost_ic = 1000000 manpower = 200 } module_flight_deck_2 = { category = module_flight_decks_category add_stats = { carrier_size = 2 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 14000 max_strength = 400 max_organisation = 5.71 surface_visibility = 20 fuel_consumption = 200 } dismantle_cost_ic = 1000000 manpower = 400 } module_flight_deck_3 = { category = module_flight_decks_category add_stats = { carrier_size = 3 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 21000 max_strength = 600 max_organisation = 8.57 surface_visibility = 30 fuel_consumption = 300 } dismantle_cost_ic = 1000000 manpower = 600 } module_flight_deck_4 = { category = module_flight_decks_category add_stats = { carrier_size = 4 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 28000 max_strength = 800 max_organisation = 11.43 surface_visibility = 40 fuel_consumption = 400 } dismantle_cost_ic = 1000000 manpower = 800 } module_flight_deck_5 = { category = module_flight_decks_category add_stats = { carrier_size = 5 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 35000 max_strength = 1000 max_organisation = 14.28 surface_visibility = 50 fuel_consumption = 500 } dismantle_cost_ic = 1000000 manpower = 1000 } module_flight_deck_6 = { category = module_flight_decks_category add_stats = { carrier_size = 6 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 42000 max_strength = 1200 max_organisation = 17.14 surface_visibility = 60 fuel_consumption = 600 } dismantle_cost_ic = 1000000 manpower = 1200 } module_flight_deck_7 = { category = module_flight_decks_category add_stats = { carrier_size = 7 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 49000 max_strength = 1400 max_organisation = 20 surface_visibility = 70 fuel_consumption = 700 } dismantle_cost_ic = 1000000 manpower = 1400 } module_flight_deck_8 = { category = module_flight_decks_category add_stats = { carrier_size = 8 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 56000 max_strength = 1600 max_organisation = 22.86 surface_visibility = 80 fuel_consumption = 800 } dismantle_cost_ic = 1000000 manpower = 1600 } module_flight_deck_9 = { category = module_flight_decks_category add_stats = { carrier_size = 9 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 63000 max_strength = 1800 max_organisation = 25.71 surface_visibility = 90 fuel_consumption = 900 } dismantle_cost_ic = 1000000 manpower = 1800 } module_flight_deck_10 = { category = module_flight_decks_category add_stats = { carrier_size = 10 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 70000 max_strength = 2000 max_organisation = 28.57 surface_visibility = 100 fuel_consumption = 1000 } dismantle_cost_ic = 1000000 manpower = 2000 } module_flight_deck_future_1 = { category = module_flight_decks_category add_stats = { carrier_size = 11 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 77000 max_strength = 2200 max_organisation = 31.43 surface_visibility = 110 fuel_consumption = 1100 } dismantle_cost_ic = 1000000 manpower = 2200 } module_flight_deck_future_2 = { category = module_flight_decks_category add_stats = { carrier_size = 12 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 84000 max_strength = 2400 max_organisation = 34.29 surface_visibility = 120 fuel_consumption = 1200 } dismantle_cost_ic = 1000000 manpower = 2400 } module_flight_deck_future_3 = { category = module_flight_decks_category add_stats = { carrier_size = 13 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 91000 max_strength = 2600 max_organisation = 37.14 surface_visibility = 130 fuel_consumption = 1300 } dismantle_cost_ic = 1000000 manpower = 2600 } module_flight_deck_future_4 = { category = module_flight_decks_category add_stats = { carrier_size = 14 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 98000 max_strength = 2800 max_organisation = 40 surface_visibility = 140 fuel_consumption = 1400 } dismantle_cost_ic = 1000000 manpower = 2800 } module_flight_deck_future_5 = { category = module_flight_decks_category add_stats = { carrier_size = 15 carrier_surface_detection = 4 carrier_sub_detection = 2 build_cost_ic = 105000 max_strength = 3000 max_organisation = 42.86 surface_visibility = 150 fuel_consumption = 1500 } dismantle_cost_ic = 1000000 manpower = 3000 } #FUEL TANK module_fuel_tank = { category = module_fuel_tanks_category add_stats = { build_cost_ic = 350 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.5 } manpower = 10 multiply_stats = { naval_range = 1 build_cost_ic = 0.01 } dismantle_cost_ic = 10 } #ESM module_esm_1 = { category = module_esm_category add_stats = { build_cost_ic = 675 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.215 } manpower = 5 multiply_stats = { max_strength = 0.1 surface_visibility = -0.1 build_cost_ic = 0.05 } build_cost_resources = { microchips = 1 } dismantle_cost_ic = 100 } module_esm_2 = { category = module_esm_category parent = module_esm_1 add_stats = { build_cost_ic = 425 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.181 } manpower = 5 multiply_stats = { max_strength = 0.125 surface_visibility = -0.125 build_cost_ic = 0.075 } dismantle_cost_ic = 75 can_convert_from = { module = module_esm_1 convert_cost_ic = 250 } build_cost_resources = { microchips = 1 } } module_esm_3 = { category = module_esm_category parent = module_esm_2 add_stats = { build_cost_ic = 225 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.15 } manpower = 5 multiply_stats = { max_strength = 0.15 surface_visibility = -0.15 build_cost_ic = 0.1 } dismantle_cost_ic = 50 can_convert_from = { module = module_esm_2 convert_cost_ic = 250 } build_cost_resources = { microchips = 1 } } module_esm_4 = { category = module_esm_category parent = module_esm_3 add_stats = { build_cost_ic = 225 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.13 } manpower = 5 multiply_stats = { max_strength = 0.15 surface_visibility = -0.175 build_cost_ic = 0.125 } dismantle_cost_ic = 50 can_convert_from = { module = module_esm_3 convert_cost_ic = 250 } build_cost_resources = { microchips = 1 } } module_esm_5 = { category = module_esm_category parent = module_esm_4 add_stats = { build_cost_ic = 225 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.11 } manpower = 5 multiply_stats = { max_strength = 0.15 surface_visibility = -0.2 build_cost_ic = 0.15 } dismantle_cost_ic = 50 can_convert_from = { module = module_esm_4 convert_cost_ic = 250 } build_cost_resources = { microchips = 1 } } module_sub_esm_1 = { category = module_sub_esm_category add_stats = { build_cost_ic = 1350 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_visibility = 0.425 } manpower = 10 multiply_stats = { max_strength = 0.2 sub_visibility = -0.2 build_cost_ic = 0.1 } dismantle_cost_ic = 200 build_cost_resources = { microchips = 1 } } module_sub_esm_2 = { category = module_sub_esm_category parent = module_sub_esm_1 add_stats = { build_cost_ic = 850 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_visibility = 0.363 } manpower = 10 multiply_stats = { max_strength = 0.25 sub_visibility = -0.25 build_cost_ic = 0.15 } dismantle_cost_ic = 150 can_convert_from = { module = module_sub_esm_1 convert_cost_ic = 500 } build_cost_resources = { microchips = 1 } } module_sub_esm_3 = { category = module_sub_esm_category parent = module_sub_esm_2 add_stats = { build_cost_ic = 450 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_visibility = 0.3 } manpower = 10 multiply_stats = { max_strength = 0.3 sub_visibility = -0.3 build_cost_ic = 0.2 } dismantle_cost_ic = 100 can_convert_from = { module = module_sub_esm_2 convert_cost_ic = 500 } build_cost_resources = { microchips = 1 } } module_sub_esm_4 = { category = module_sub_esm_category parent = module_sub_esm_3 add_stats = { build_cost_ic = 300 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_visibility = 0.25 } manpower = 10 multiply_stats = { max_strength = 0.35 sub_visibility = -0.25 build_cost_ic = 0.25 } dismantle_cost_ic = 100 can_convert_from = { module = module_sub_esm_3 convert_cost_ic = 500 } build_cost_resources = { microchips = 1 } } module_sub_esm_5 = { category = module_sub_esm_category parent = module_sub_esm_4 add_stats = { build_cost_ic = 300 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_visibility = 0.2 } manpower = 10 multiply_stats = { max_strength = 0.4 sub_visibility = -0.2 build_cost_ic = 0.3 } dismantle_cost_ic = 100 can_convert_from = { module = module_sub_esm_4 convert_cost_ic = 500 } build_cost_resources = { microchips = 1 } } #FIRE CONTROL module_analog_fire_control = { category = module_fire_control_system_category add_stats = { build_cost_ic = 200 } multiply_stats = { lg_attack = 0.1 hg_attack = 0.1 anti_air_attack = 0.1 armor_value = 0.05 hg_armor_piercing = 0.05 } can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_fire_control_system_category convert_cost_ic = 100 } critical_parts = { damaged_radar_systems } dismantle_cost_ic = 50 } module_digital_integrated_fire_control = { category = module_fire_control_system_category parent = module_analog_fire_control add_stats = { build_cost_ic = 250 } multiply_stats = { lg_attack = 0.15 hg_attack = 0.15 anti_air_attack = 0.15 armor_value = 0.1 hg_armor_piercing = 0.1 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 1 } critical_parts = { damaged_radar_systems } } module_advanced_integrated_missile_radar_control = { category = module_fire_control_system_category parent = module_digital_integrated_fire_control add_stats = { build_cost_ic = 300 } multiply_stats = { lg_attack = 0.2 hg_attack = 0.2 anti_air_attack = 0.2 armor_value = 0.15 hg_armor_piercing = 0.15 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 2 } critical_parts = { damaged_radar_systems } } module_futuristic_integrated_missile_radar_control1 = { category = module_fire_control_system_category parent = module_advanced_integrated_missile_radar_control add_stats = { build_cost_ic = 350 } multiply_stats = { lg_attack = 0.25 hg_attack = 0.25 anti_air_attack = 0.25 armor_value = 0.2 hg_armor_piercing = 0.2 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 3 } critical_parts = { damaged_radar_systems } } module_futuristic_integrated_missile_radar_control2 = { category = module_fire_control_system_category parent = module_futuristic_integrated_missile_radar_control1 add_stats = { build_cost_ic = 400 } multiply_stats = { lg_attack = 0.3 hg_attack = 0.3 anti_air_attack = 0.3 armor_value = 0.25 hg_armor_piercing = 0.25 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 4 } critical_parts = { damaged_radar_systems } } module_futuristic_integrated_missile_radar_control3 = { category = module_fire_control_system_category parent = module_futuristic_integrated_missile_radar_control2 add_stats = { build_cost_ic = 450 } multiply_stats = { lg_attack = 0.35 hg_attack = 0.35 anti_air_attack = 0.35 armor_value = 0.3 hg_armor_piercing = 0.3 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 5 } critical_parts = { damaged_radar_systems } } module_capital_analog_fire_control = { category = module_capital_fire_control_system_category add_equipment_type = capital_ship add_stats = { build_cost_ic = 200 } multiply_stats = { lg_attack = 0.1 hg_attack = 0.1 anti_air_attack = 0.1 armor_value = 0.05 hg_armor_piercing = 0.05 } can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_capital_fire_control_system_category convert_cost_ic = 100 } dismantle_cost_ic = 50 critical_parts = { damaged_radar_systems } } module_capital_digital_integrated_fire_control = { category = module_capital_fire_control_system_category parent = module_capital_analog_fire_control add_equipment_type = capital_ship add_stats = { build_cost_ic = 250 } multiply_stats = { lg_attack = 0.15 hg_attack = 0.15 anti_air_attack = 0.15 armor_value = 0.1 hg_armor_piercing = 0.1 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_capital_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 1 } critical_parts = { damaged_radar_systems } } module_capital_advanced_integrated_missile_radar_control = { category = module_capital_fire_control_system_category parent = module_capital_digital_integrated_fire_control add_equipment_type = capital_ship add_stats = { build_cost_ic = 300 } multiply_stats = { lg_attack = 0.2 hg_attack = 0.2 anti_air_attack = 0.2 armor_value = 0.15 hg_armor_piercing = 0.15 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_capital_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 2 } critical_parts = { damaged_radar_systems } } module_capital_futuristic_integrated_missile_radar_control = { category = module_capital_fire_control_system_category parent = module_capital_advanced_integrated_missile_radar_control add_equipment_type = capital_ship add_stats = { build_cost_ic = 350 } multiply_stats = { lg_attack = 0.25 hg_attack = 0.25 anti_air_attack = 0.25 armor_value = 0.2 hg_armor_piercing = 0.2 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_capital_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 3 } critical_parts = { damaged_radar_systems } } module_capital_futuristic_integrated_missile_radar_control2 = { category = module_capital_fire_control_system_category parent = module_capital_futuristic_integrated_missile_radar_control add_equipment_type = capital_ship add_stats = { build_cost_ic = 350 } multiply_stats = { lg_attack = 0.35 hg_attack = 0.35 anti_air_attack = 0.35 armor_value = 0.25 hg_armor_piercing = 0.25 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_capital_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 4 } critical_parts = { damaged_radar_systems } } module_capital_futuristic_integrated_missile_radar_control3 = { category = module_capital_fire_control_system_category parent = module_capital_futuristic_integrated_missile_radar_control2 add_equipment_type = capital_ship add_stats = { build_cost_ic = 350 } multiply_stats = { lg_attack = 0.4 hg_attack = 0.4 anti_air_attack = 0.4 armor_value = 0.3 hg_armor_piercing = 0.3 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_capital_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 5 } critical_parts = { damaged_radar_systems } } module_screen_analog_fire_control = { category = module_screen_fire_control_system_category add_stats = { build_cost_ic = 200 } multiply_stats = { lg_attack = 0.1 hg_attack = 0.1 anti_air_attack = 0.1 armor_value = 0.05 hg_armor_piercing = 0.05 } can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_fire_control_system_category convert_cost_ic = 100 } dismantle_cost_ic = 50 critical_parts = { damaged_radar_systems } } module_screen_digital_integrated_fire_control = { category = module_screen_fire_control_system_category parent = module_screen_analog_fire_control add_stats = { build_cost_ic = 250 } multiply_stats = { lg_attack = 0.15 hg_attack = 0.15 anti_air_attack = 0.15 armor_value = 0.1 hg_armor_piercing = 0.1 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 1 } critical_parts = { damaged_radar_systems } } module_screen_advanced_integrated_missile_radar_control = { category = module_screen_fire_control_system_category parent = module_screen_digital_integrated_fire_control add_stats = { build_cost_ic = 300 } multiply_stats = { lg_attack = 0.2 hg_attack = 0.2 anti_air_attack = 0.2 armor_value = 0.15 hg_armor_piercing = 0.15 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 2 } critical_parts = { damaged_radar_systems } } module_screen_futuristic_integrated_missile_radar_control1 = { category = module_screen_fire_control_system_category parent = module_screen_advanced_integrated_missile_radar_control add_stats = { build_cost_ic = 350 } multiply_stats = { lg_attack = 0.25 hg_attack = 0.25 anti_air_attack = 0.25 armor_value = 0.2 hg_armor_piercing = 0.2 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 3 } critical_parts = { damaged_radar_systems } } module_screen_futuristic_integrated_missile_radar_control2 = { category = module_screen_fire_control_system_category parent = module_screen_futuristic_integrated_missile_radar_control1 add_stats = { build_cost_ic = 350 } multiply_stats = { lg_attack = 0.3 hg_attack = 0.3 anti_air_attack = 0.3 armor_value = 0.25 hg_armor_piercing = 0.25 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 4 } critical_parts = { damaged_radar_systems } } module_screen_futuristic_integrated_missile_radar_control3 = { category = module_screen_fire_control_system_category parent = module_screen_futuristic_integrated_missile_radar_control2 add_stats = { build_cost_ic = 350 } multiply_stats = { lg_attack = 0.35 hg_attack = 0.35 anti_air_attack = 0.35 armor_value = 0.3 hg_armor_piercing = 0.3 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_screen_fire_control_system_category convert_cost_ic = 100 } can_convert_from = { module_category = module_fire_control_system_category convert_cost_ic = 100 } build_cost_resources = { microchips = 5 } critical_parts = { damaged_radar_systems } } module_heavy_frigate_upgrade_package = { category = module_heavy_frigate_upgrade_category add_equipment_type = capital_ship add_stats = { max_organisation = 200 supply_consumption = 0.01 } manpower = 60 multiply_stats = { lg_attack = 1 hg_attack = 0.66 anti_air_attack = 0.66 max_strength = 0.25 surface_visibility = 0.2 build_cost_ic = 0.5 fuel_consumption = 0.35 armor_value = 0.25 hg_armor_piercing = 0.2 } critical_parts = { damaged_radar_systems } } module_naval_submarine_drone_control = { category = module_submarine_drone_control_category add_stats = { build_cost_ic = 485 supply_consumption = 0.01 } multiply_stats = { lg_attack = 0.25 hg_attack = 0.25 anti_air_attack = 0.25 armor_value = 0.2 hg_armor_piercing = 0.2 naval_speed = 0.03 sub_visibility = -0.025 sub_detection = 0.10 surface_detection = 0.05 } dismantle_cost_ic = 50 manpower = -15 can_convert_from = { module = module_advanced_integrated_missile_radar_control convert_cost_ic = 100 } build_cost_resources = { microchips = 6 } } module_naval_patrol_boat_drone_control = { category = module_patrol_boat_drone_control_category add_stats = { build_cost_ic = 485 supply_consumption = 0.01 } multiply_stats = { lg_attack = 0.25 hg_attack = 0.25 anti_air_attack = 0.25 armor_value = 0.2 hg_armor_piercing = 0.2 naval_speed = 0.03 sub_visibility = -0.025 sub_detection = 0.10 surface_detection = 0.05 } dismantle_cost_ic = 50 manpower = -15 can_convert_from = { module = module_advanced_integrated_missile_radar_control convert_cost_ic = 100 } build_cost_resources = { microchips = 6 } } module_naval_corvette_drone_control = { category = module_corvette_drone_control_category add_stats = { build_cost_ic = 485 supply_consumption = 0.01 } multiply_stats = { lg_attack = 0.25 hg_attack = 0.25 anti_air_attack = 0.25 armor_value = 0.2 hg_armor_piercing = 0.2 naval_speed = 0.03 sub_visibility = -0.025 sub_detection = 0.10 surface_detection = 0.05 } dismantle_cost_ic = 50 manpower = -15 build_cost_resources = { microchips = 6 } } module_naval_surface_drone_control = { category = module_surface_drone_control_category add_stats = { build_cost_ic = 600 supply_consumption = 0.01 } multiply_stats = { lg_attack = 0.25 hg_attack = 0.25 anti_air_attack = 0.25 armor_value = 0.2 hg_armor_piercing = 0.2 naval_speed = 0.03 surface_detection = 0.05 } dismantle_cost_ic = 50 manpower = -30 build_cost_resources = { microchips = 8 } } #Fighting Systems ---------------------------------------------------------------------------- #POINT DEFENSE module_chain_gun = { category = module_point_defense_system_category add_stats = { anti_air_attack = 0.5 build_cost_ic = 225 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.25 armor_value = 0.5 supply_consumption = 0.01 } add_average_stats = { armor_value = 2.5 } manpower = 5 dismantle_cost_ic = 10 critical_parts = { damaged_cwis } } module_ciws_1 = { category = module_point_defense_system_category add_stats = { build_cost_ic = 325 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.237 anti_air_attack = 0.625 armor_value = 2 supply_consumption = 0.01 } add_average_stats = { armor_value = 5 } manpower = 5 dismantle_cost_ic = 15 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 60 } critical_parts = { damaged_cwis } } module_ciws_2 = { category = module_point_defense_system_category parent = module_ciws_1 add_stats = { build_cost_ic = 350 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.217 anti_air_attack = 0.75 armor_value = 4 supply_consumption = 0.01 } add_average_stats = { armor_value = 10 } manpower = 5 dismantle_cost_ic = 17.5 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 90 } can_convert_from = { module = module_ciws_1 convert_cost_ic = 45 } critical_parts = { damaged_cwis } } module_ciws_3 = { category = module_point_defense_system_category parent = module_ciws_2 add_stats = { build_cost_ic = 375 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.2 anti_air_attack = 0.825 armor_value = 6 supply_consumption = 0.01 } add_average_stats = { armor_value = 20 } manpower = 5 dismantle_cost_ic = 20 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 120 } can_convert_from = { module = module_ciws_2 convert_cost_ic = 60 } critical_parts = { damaged_cwis } } module_ciws_4 = { category = module_point_defense_system_category parent = module_ciws_3 add_stats = { build_cost_ic = 400 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.181 anti_air_attack = 1 armor_value = 8 supply_consumption = 0.01 } add_average_stats = { armor_value = 40 } manpower = 5 dismantle_cost_ic = 22.5 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 150 } can_convert_from = { module = module_ciws_3 convert_cost_ic = 75 } critical_parts = { damaged_cwis } } module_ciws_5 = { category = module_point_defense_system_category parent = module_ciws_4 add_stats = { build_cost_ic = 425 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.162 anti_air_attack = 1.125 armor_value = 10 supply_consumption = 0.01 } add_average_stats = { armor_value = 80 } manpower = 5 dismantle_cost_ic = 25 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 180 } can_convert_from = { module = module_ciws_4 convert_cost_ic = 90 } critical_parts = { damaged_cwis } } module_ciws_6 = { category = module_point_defense_system_category parent = module_ciws_5 add_stats = { build_cost_ic = 450 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.15 anti_air_attack = 1.25 armor_value = 12 supply_consumption = 0.01 } add_average_stats = { armor_value = 120 } manpower = 5 dismantle_cost_ic = 27.5 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 200 } can_convert_from = { module = module_ciws_5 convert_cost_ic = 100 } critical_parts = { damaged_cwis } } module_ciws_7 = { category = module_point_defense_system_category parent = module_ciws_6 add_stats = { build_cost_ic = 475 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.175 anti_air_attack = 1.325 armor_value = 14 supply_consumption = 0.01 } add_average_stats = { armor_value = 150 } manpower = 5 dismantle_cost_ic = 30 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 220 } can_convert_from = { module = module_ciws_6 convert_cost_ic = 110 } critical_parts = { damaged_cwis } } module_ciws_8 = { category = module_point_defense_system_category parent = module_ciws_7 add_stats = { build_cost_ic = 500 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 02 anti_air_attack = 1.5 armor_value = 16 supply_consumption = 0.01 } add_average_stats = { armor_value = 180 } manpower = 5 dismantle_cost_ic = 32.5 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 240 } can_convert_from = { module = module_ciws_7 convert_cost_ic = 120 } critical_parts = { damaged_cwis } } module_naval_adl_1 = { category = module_naval_adl_category add_stats = { build_cost_ic = 550 fuel_consumption = 3.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.15 anti_air_attack = 1.25 armor_value = 12 supply_consumption = 0.01 } add_average_stats = { armor_value = 120 } manpower = 5 dismantle_cost_ic = 27.5 can_convert_from = { module_category = module_naval_adl_category convert_cost_ic = 200 } critical_parts = { damaged_cwis } } module_naval_adl_2 = { category = module_naval_adl_category parent = module_naval_adl_1 add_stats = { build_cost_ic = 582.45 fuel_consumption = 4.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.14 anti_air_attack = 1.39 armor_value = 14.4 supply_consumption = 0.01 } add_average_stats = { armor_value = 180 } manpower = 5 dismantle_cost_ic = 30.25 can_convert_from = { module_category = module_naval_adl_category convert_cost_ic = 222.2 } critical_parts = { damaged_cwis } } module_naval_adl_3 = { category = module_naval_adl_category parent = module_naval_adl_2 add_stats = { build_cost_ic = 616.81 fuel_consumption = 5.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.13 anti_air_attack = 1.54 armor_value = 17.28 supply_consumption = 0.01 } add_average_stats = { armor_value = 270 } manpower = 5 dismantle_cost_ic = 33.28 can_convert_from = { module_category = module_naval_adl_category convert_cost_ic = 246.86 } critical_parts = { damaged_cwis } } module_naval_adl_4 = { category = module_naval_adl_category parent = module_naval_adl_3 add_stats = { build_cost_ic = 653.21 fuel_consumption = 5.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.12 anti_air_attack = 1.71 armor_value = 20.74 supply_consumption = 0.01 } add_average_stats = { armor_value = 405 } manpower = 5 dismantle_cost_ic = 36.60 can_convert_from = { module_category = module_naval_adl_category convert_cost_ic = 274.27 } critical_parts = { damaged_cwis } } module_naval_adl_5 = { category = module_naval_adl_category parent = module_naval_adl_4 add_stats = { build_cost_ic = 689.61 fuel_consumption = 5.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.11 anti_air_attack = 1.88 armor_value = 24.2 supply_consumption = 0.01 } add_average_stats = { armor_value = 540 } manpower = 5 dismantle_cost_ic = 39.92 can_convert_from = { module_category = module_naval_adl_category convert_cost_ic = 301.68 } critical_parts = { damaged_cwis } } #LIGHT GUN BATTERIES module_76mm_battery = { category = module_gun_battery_category add_stats = { build_cost_ic = 1500 lg_attack = 2 anti_air_attack = 2 fuel_consumption = 10 max_strength = 20 max_organisation = 0.28 surface_visibility = 1 supply_consumption = 0.01 } manpower = 20 add_average_stats = { lg_armor_piercing = 0 } can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 100 } dismantle_cost_ic = 500 critical_parts = { damaged_guns } } module_100mm_battery = { category = module_gun_battery_category add_stats = { build_cost_ic = 2050 lg_attack = 2.5 anti_air_attack = 2.5 fuel_consumption = 15 max_strength = 30 max_organisation = 0.44 surface_visibility = 1.5 supply_consumption = 0.01 } manpower = 30 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 700 critical_parts = { damaged_guns } } module_127mm_battery = { category = module_gun_battery_category add_stats = { build_cost_ic = 2800 lg_attack = 3 anti_air_attack = 3 fuel_consumption = 20 max_strength = 40 max_organisation = 0.57 surface_visibility = 2 supply_consumption = 0.01 } manpower = 40 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 950 critical_parts = { damaged_guns } } module_152mm_battery = { category = module_gun_battery_category add_stats = { build_cost_ic = 3700 lg_attack = 3.5 anti_air_attack = 3.5 fuel_consumption = 30 max_strength = 60 max_organisation = 0.86 surface_visibility = 3 supply_consumption = 0.01 } manpower = 60 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 1250 critical_parts = { damaged_guns } } #76mm GUNS #DP guns need CWIS parallel buffed module_76mm_gun_1 = { category = module_light_guns_category add_stats = { build_cost_ic = 600 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.475 lg_attack = 1 anti_air_attack = 1.125 supply_consumption = 0.01 } manpower = 10 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 25 can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 85 } critical_parts = { damaged_guns } } module_76mm_gun_2 = { category = module_light_guns_category parent = module_76mm_gun_1 add_stats = { build_cost_ic = 650 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.413 lg_attack = 1.25 anti_air_attack = 1.25 supply_consumption = 0.01 } manpower = 10 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 30 can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 100 } can_convert_from = { module = module_76mm_gun_1 convert_cost_ic = 50 } critical_parts = { damaged_guns } } module_76mm_gun_3 = { category = module_light_guns_category parent = module_76mm_gun_2 add_stats = { build_cost_ic = 700 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.35 lg_attack = 1.5 anti_air_attack = 1.375 supply_consumption = 0.01 } manpower = 10 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 35 can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 115 } can_convert_from = { module = module_76mm_gun_2 convert_cost_ic = 55 } critical_parts = { damaged_guns } } module_76mm_gun_4 = { category = module_light_guns_category parent = module_76mm_gun_3 add_stats = { build_cost_ic = 750 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.3 lg_attack = 1.75 anti_air_attack = 1.5 supply_consumption = 0.01 } manpower = 10 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 40 can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 135 } can_convert_from = { module = module_76mm_gun_3 convert_cost_ic = 70 } critical_parts = { damaged_guns } } module_76mm_gun_5 = { category = module_light_guns_category parent = module_76mm_gun_4 add_stats = { build_cost_ic = 800 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.27 lg_attack = 2 anti_air_attack = 1.625 supply_consumption = 0.01 } manpower = 10 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 45 can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 155 } can_convert_from = { module = module_76mm_gun_4 convert_cost_ic = 85 } critical_parts = { damaged_guns } } module_76mm_gun_6 = { category = module_light_guns_category parent = module_76mm_gun_5 add_stats = { build_cost_ic = 850 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.24 lg_attack = 2.25 anti_air_attack = 1.750 supply_consumption = 0.01 } manpower = 10 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 175 } can_convert_from = { module = module_76mm_gun_5 convert_cost_ic = 100 } critical_parts = { damaged_guns } } #127mm GUNS module_127mm_guns_1 = { category = module_light_guns_category add_stats = { build_cost_ic = 700 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.475 lg_attack = 1.5 anti_air_attack = 1.25 supply_consumption = 0.01 } manpower = 10 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 35 can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 125 } critical_parts = { damaged_guns } } module_127mm_guns_2 = { category = module_light_guns_category parent = module_127mm_guns_1 add_stats = { build_cost_ic = 750 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.413 lg_attack = 1.875 anti_air_attack = 1.5 supply_consumption = 0.01 } manpower = 10 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 40 can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 140 } can_convert_from = { module = module_127mm_guns_1 convert_cost_ic = 70 } critical_parts = { damaged_guns } } module_127mm_guns_3 = { category = module_light_guns_category parent = module_127mm_guns_2 add_stats = { build_cost_ic = 800 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.35 lg_attack = 2.25 anti_air_attack = 1.75 supply_consumption = 0.01 } manpower = 10 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 45 can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 150 } can_convert_from = { module = module_127mm_guns_2 convert_cost_ic = 75 } critical_parts = { damaged_guns } } module_127mm_guns_4 = { category = module_light_guns_category parent = module_127mm_guns_3 add_stats = { build_cost_ic = 850 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.3 lg_attack = 2.625 anti_air_attack = 2 supply_consumption = 0.01 } manpower = 10 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 160 } can_convert_from = { module = module_127mm_guns_3 convert_cost_ic = 80 } critical_parts = { damaged_guns } } module_127mm_guns_5 = { category = module_light_guns_category parent = module_127mm_guns_4 add_stats = { build_cost_ic = 900 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.27 lg_attack = 3 anti_air_attack = 2.25 supply_consumption = 0.01 } manpower = 10 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 55 can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 170 } can_convert_from = { module = module_127mm_guns_4 convert_cost_ic = 85 } critical_parts = { damaged_guns } } module_127mm_guns_6 = { category = module_light_guns_category parent = module_127mm_guns_5 add_stats = { build_cost_ic = 950 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.24 lg_attack = 3.375 anti_air_attack = 2.5 supply_consumption = 0.01 } manpower = 10 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 60 can_convert_from = { module_category = module_light_guns_category convert_cost_ic = 180 } can_convert_from = { module = module_127mm_guns_5 convert_cost_ic = 90 } critical_parts = { damaged_guns } } #HEAVY GUNS module_heavy_guns_1 = { category = module_heavy_guns_category add_stats = { build_cost_ic = 750 fuel_consumption = 10 max_strength = 20 max_organisation = 0.28 surface_visibility = 1 lg_attack = 20 supply_consumption = 0.01 } manpower = 20 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 400 critical_parts = { damaged_guns } } module_heavy_guns_2 = { category = module_heavy_guns_category parent = module_heavy_guns_1 add_stats = { build_cost_ic = 950 fuel_consumption = 10 max_strength = 20 max_organisation = 0.28 surface_visibility = 0.9 lg_attack = 25 supply_consumption = 0.01 } manpower = 20 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 500 can_convert_from = { module_category = module_heavy_guns_category convert_cost_ic = 400 } critical_parts = { damaged_guns } } module_heavy_guns_3 = { category = module_heavy_guns_category parent = module_heavy_guns_2 add_stats = { build_cost_ic = 1150 fuel_consumption = 10 max_strength = 20 max_organisation = 0.28 surface_visibility = 0.75 lg_attack = 30 supply_consumption = 0.01 } manpower = 20 add_average_stats = { lg_armor_piercing = 0 } dismantle_cost_ic = 600 can_convert_from = { module_category = module_heavy_guns_category convert_cost_ic = 800 } can_convert_from = { module = module_heavy_guns_2 convert_cost_ic = 400 } critical_parts = { damaged_guns } } #RAILGUNS module_railgun_1 = { category = module_railguns_category add_stats = { build_cost_ic = 1200 fuel_consumption = 10 max_strength = 20 max_organisation = 0.28 surface_visibility = 0.75 lg_attack = 15.25 supply_consumption = 0.01 } manpower = 20 add_average_stats = { lg_armor_piercing = 10 } dismantle_cost_ic = 175 build_cost_resources = { steel = 2 composites = 2 microchips = 1 } critical_parts = { damaged_guns } } module_railgun_2 = { category = module_railguns_category parent = module_railgun_1 add_stats = { build_cost_ic = 1350 fuel_consumption = 10 max_strength = 20 max_organisation = 0.28 surface_visibility = 0.7 lg_attack = 30.25 supply_consumption = 0.01 } manpower = 20 add_average_stats = { lg_armor_piercing = 20 } dismantle_cost_ic = 200 can_convert_from = { module_category = module_railguns_category convert_cost_ic = 200 } build_cost_resources = { steel = 3 composites = 2 microchips = 1 } critical_parts = { damaged_guns } } module_railgun_3 = { category = module_railguns_category parent = module_railgun_2 add_stats = { build_cost_ic = 1450 fuel_consumption = 10 max_strength = 20 max_organisation = 0.28 surface_visibility = 0.65 lg_attack = 40 supply_consumption = 0.01 } manpower = 20 add_average_stats = { lg_armor_piercing = 30 } dismantle_cost_ic = 225 can_convert_from = { module_category = module_railguns_category convert_cost_ic = 400 } can_convert_from = { module = module_railgun_2 convert_cost_ic = 200 } build_cost_resources = { steel = 3 composites = 3 microchips = 2 } critical_parts = { damaged_guns } } module_railgun_4 = { category = module_railguns_category parent = module_railgun_3 add_stats = { build_cost_ic = 1550 fuel_consumption = 10 max_strength = 20 max_organisation = 0.28 surface_visibility = 0.6 lg_attack = 45 supply_consumption = 0.01 } manpower = 20 add_average_stats = { lg_armor_piercing = 40 } dismantle_cost_ic = 250 can_convert_from = { module_category = module_railguns_category convert_cost_ic = 600 } can_convert_from = { module = module_railgun_3 convert_cost_ic = 200 } build_cost_resources = { steel = 3 composites = 3 microchips = 3 } critical_parts = { damaged_guns } } module_railgun_5 = { category = module_railguns_category parent = module_railgun_4 add_stats = { build_cost_ic = 1650 fuel_consumption = 10 max_strength = 20 max_organisation = 0.28 surface_visibility = 0.55 lg_attack = 50 supply_consumption = 0.01 } manpower = 20 add_average_stats = { lg_armor_piercing = 50 } dismantle_cost_ic = 275 can_convert_from = { module_category = module_railguns_category convert_cost_ic = 800 } can_convert_from = { module = module_railgun_4 convert_cost_ic = 200 } build_cost_resources = { steel = 4 composites = 3 microchips = 3 } critical_parts = { damaged_guns } } module_railgun_6 = { category = module_railguns_category parent = module_railgun_5 add_stats = { build_cost_ic = 1750 fuel_consumption = 10 max_strength = 20 max_organisation = 0.28 surface_visibility = 0.5 lg_attack = 55 supply_consumption = 0.01 } manpower = 20 add_average_stats = { lg_armor_piercing = 60 } dismantle_cost_ic = 300 can_convert_from = { module_category = module_railguns_category convert_cost_ic = 1000 } can_convert_from = { module = module_railgun_5 convert_cost_ic = 200 } build_cost_resources = { steel = 4 composites = 4 microchips = 4 } critical_parts = { damaged_guns } } module_naval_railgun_battery_1 = { category = module_railgun_battery_category add_stats = { build_cost_ic = 1800 fuel_consumption = 10 max_strength = 20 max_organisation = 0.28 surface_visibility = 0.75 lg_attack = 18 hg_attack = 12 supply_consumption = 0.01 } manpower = 35 add_average_stats = { lg_armor_piercing = 35 } dismantle_cost_ic = 175 can_convert_from = { module_category = module_railgun_battery_category convert_cost_ic = 600 } build_cost_resources = { steel = 4 composites = 4 microchips = 2 } critical_parts = { damaged_guns } } module_naval_railgun_battery_2 = { category = module_railgun_battery_category parent = module_naval_railgun_battery_1 add_stats = { build_cost_ic = 2179.80 fuel_consumption = 10 max_strength = 25 max_organisation = 0.30 surface_visibility = 0.62 lg_attack = 21.6 hg_attack = 14.4 supply_consumption = 0.01 } manpower = 35 add_average_stats = { lg_armor_piercing = 50 } dismantle_cost_ic = 210 can_convert_from = { module_category = module_railgun_battery_category convert_cost_ic = 600 } can_convert_from = { module = module_naval_railgun_battery_1 convert_cost_ic = 200 } build_cost_resources = { steel = 4 composites = 4 microchips = 3 } critical_parts = { damaged_guns } } module_naval_railgun_battery_3 = { category = module_railgun_battery_category parent = module_naval_railgun_battery_2 add_stats = { build_cost_ic = 2639.74 fuel_consumption = 10 max_strength = 25 max_organisation = 0.30 surface_visibility = 0.52 lg_attack = 25.92 hg_attack = 17.28 supply_consumption = 0.01 } manpower = 35 add_average_stats = { lg_armor_piercing = 70 } dismantle_cost_ic = 252 can_convert_from = { module_category = module_railgun_battery_category convert_cost_ic = 600 } can_convert_from = { module = module_naval_railgun_battery_2 convert_cost_ic = 200 } build_cost_resources = { steel = 5 composites = 4 microchips = 3 } critical_parts = { damaged_guns } } module_naval_railgun_battery_4 = { category = module_railgun_battery_category parent = module_naval_railgun_battery_3 add_stats = { build_cost_ic = 3099.68 fuel_consumption = 10 max_strength = 25 max_organisation = 0.30 surface_visibility = 0.42 lg_attack = 30.24 hg_attack = 20.16 supply_consumption = 0.01 } manpower = 35 add_average_stats = { lg_armor_piercing = 90 } dismantle_cost_ic = 296 can_convert_from = { module_category = module_railgun_battery_category convert_cost_ic = 600 } can_convert_from = { module = module_naval_railgun_battery_2 convert_cost_ic = 200 } build_cost_resources = { steel = 5 composites = 5 microchips = 3 } critical_parts = { damaged_guns } } # Naval missile launchers and ammunition loads ----------------------------- module_naval_vls_cells_4 = { category = module_vls_small_category add_stats = { build_cost_ic = 350 max_strength = 5.5 max_organisation = 0.045 fuel_consumption = 1 surface_visibility = 0.025 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.05 hg_armor_piercing = 0.05 anti_air_attack = 0.05 lg_attack = 0.05 sub_attack = 0.05 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_missile_ammo_anti_ship_category module_missile_ammo_air_defense_category module_missile_ammo_land_attack_category module_missile_ammo_asw_category module_missile_ammo_balanced_category module_missile_ammo_drone_swarm_category } } manpower = 5 critical_parts = { damaged_vls_cells_4 } } module_naval_vls_cells_8 = { category = module_vls_small_category add_stats = { build_cost_ic = 450 max_strength = 6 max_organisation = 0.05 fuel_consumption = 1 surface_visibility = 0.05 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.1 hg_armor_piercing = 0.1 anti_air_attack = 0.1 lg_attack = 0.1 sub_attack = 0.1 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_missile_ammo_anti_ship_category module_missile_ammo_air_defense_category module_missile_ammo_land_attack_category module_missile_ammo_asw_category module_missile_ammo_balanced_category module_missile_ammo_drone_swarm_category } } manpower = 6 critical_parts = { damaged_vls_cells_8 } } module_naval_vls_cells_16 = { category = module_vls_small_category add_stats = { build_cost_ic = 550 max_strength = 7 max_organisation = 0.06 fuel_consumption = 2 surface_visibility = 0.1 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.15 hg_armor_piercing = 0.15 anti_air_attack = 0.15 lg_attack = 0.15 sub_attack = 0.15 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_missile_ammo_anti_ship_category module_missile_ammo_air_defense_category module_missile_ammo_land_attack_category module_missile_ammo_asw_category module_missile_ammo_balanced_category module_missile_ammo_drone_swarm_category } } manpower = 7 critical_parts = { damaged_vls_cells_16 } } module_naval_vls_cells_32 = { category = module_vls_large_category add_stats = { build_cost_ic = 700 max_strength = 9 max_organisation = 0.08 fuel_consumption = 4 surface_visibility = 0.2 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.25 hg_armor_piercing = 0.25 anti_air_attack = 0.25 lg_attack = 0.25 sub_attack = 0.25 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_missile_ammo_anti_ship_category module_missile_ammo_air_defense_category module_missile_ammo_land_attack_category module_missile_ammo_asw_category module_missile_ammo_balanced_category module_missile_ammo_drone_swarm_category } } manpower = 9 critical_parts = { damaged_vls_cells_32 } } module_naval_vls_cells_64 = { category = module_vls_large_category add_stats = { build_cost_ic = 900 max_strength = 13 max_organisation = 0.12 fuel_consumption = 8 surface_visibility = 0.4 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.35 hg_armor_piercing = 0.35 anti_air_attack = 0.35 lg_attack = 0.35 sub_attack = 0.35 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_missile_ammo_anti_ship_category module_missile_ammo_air_defense_category module_missile_ammo_land_attack_category module_missile_ammo_asw_category module_missile_ammo_balanced_category module_missile_ammo_drone_swarm_category } } manpower = 13 critical_parts = { damaged_vls_cells_64 } } module_naval_vls_cells_128 = { category = module_vls_capital_category add_stats = { build_cost_ic = 1200 max_strength = 21 max_organisation = 0.2 fuel_consumption = 16 surface_visibility = 0.8 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.45 hg_armor_piercing = 0.45 anti_air_attack = 0.45 lg_attack = 0.45 sub_attack = 0.45 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_missile_ammo_anti_ship_category module_missile_ammo_air_defense_category module_missile_ammo_land_attack_category module_missile_ammo_asw_category module_missile_ammo_balanced_category module_missile_ammo_drone_swarm_category } } manpower = 21 critical_parts = { damaged_vls_cells_128 } } module_naval_sub_vls_cells_4 = { category = module_vls_sub_category add_stats = { build_cost_ic = 350 max_strength = 5.5 max_organisation = 0.04 fuel_consumption = 1 sub_visibility = 0.02 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.05 hg_armor_piercing = 0.05 lg_attack = 0.05 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_sub_missile_ammo_anti_ship_category module_sub_missile_ammo_land_attack_category } } manpower = 3 critical_parts = { damaged_sub_vls_cells_4 } } module_naval_sub_vls_cells_8 = { category = module_vls_sub_category add_stats = { build_cost_ic = 450 max_strength = 6 max_organisation = 0.04 fuel_consumption = 1 sub_visibility = 0.04 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.1 hg_armor_piercing = 0.1 lg_attack = 0.1 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_sub_missile_ammo_anti_ship_category module_sub_missile_ammo_land_attack_category } } manpower = 4 critical_parts = { damaged_sub_vls_cells_8 } } module_naval_sub_vls_cells_16 = { category = module_vls_sub_category add_stats = { build_cost_ic = 550 max_strength = 7 max_organisation = 0.04 fuel_consumption = 2 sub_visibility = 0.08 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.15 hg_armor_piercing = 0.15 lg_attack = 0.15 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_sub_missile_ammo_anti_ship_category module_sub_missile_ammo_land_attack_category } } manpower = 5 critical_parts = { damaged_sub_vls_cells_16 } } module_naval_sub_vls_cells_32 = { category = module_vls_sub_category add_stats = { build_cost_ic = 700 max_strength = 9 max_organisation = 0.04 fuel_consumption = 4 sub_visibility = 0.16 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.25 hg_armor_piercing = 0.25 lg_attack = 0.25 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_sub_missile_ammo_anti_ship_category module_sub_missile_ammo_land_attack_category } } manpower = 7 critical_parts = { damaged_sub_vls_cells_32 } } module_naval_sub_vls_cells_64 = { category = module_vls_sub_category add_stats = { build_cost_ic = 900 max_strength = 13 max_organisation = 0.04 fuel_consumption = 8 sub_visibility = 0.32 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.35 hg_armor_piercing = 0.35 lg_attack = 0.35 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_sub_missile_ammo_anti_ship_category module_sub_missile_ammo_land_attack_category } } manpower = 11 critical_parts = { damaged_sub_vls_cells_64 } } module_naval_missile_mount_single = { category = module_turret_missile_category add_stats = { build_cost_ic = 250 max_strength = 5 max_organisation = 0.07 fuel_consumption = 2 surface_visibility = 0.1 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.05 hg_armor_piercing = 0.05 anti_air_attack = 0.05 lg_attack = 0.05 sub_attack = 0.05 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_missile_ammo_anti_ship_category module_missile_ammo_air_defense_category module_missile_ammo_land_attack_category module_missile_ammo_asw_category module_missile_ammo_balanced_category module_missile_ammo_drone_swarm_category } } manpower = 5 } module_naval_missile_mount_twin = { category = module_turret_missile_category add_stats = { build_cost_ic = 350 max_strength = 5 max_organisation = 0.07 fuel_consumption = 2 surface_visibility = 0.1 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.1 hg_armor_piercing = 0.1 anti_air_attack = 0.1 lg_attack = 0.1 sub_attack = 0.1 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_missile_ammo_anti_ship_category module_missile_ammo_air_defense_category module_missile_ammo_land_attack_category module_missile_ammo_asw_category module_missile_ammo_balanced_category module_missile_ammo_drone_swarm_category } } manpower = 5 } module_naval_missile_mount_quad = { category = module_turret_missile_category add_stats = { build_cost_ic = 500 max_strength = 5 max_organisation = 0.07 fuel_consumption = 2 surface_visibility = 0.1 supply_consumption = 0.005 } multiply_stats = { hg_attack = 0.15 hg_armor_piercing = 0.15 anti_air_attack = 0.15 lg_attack = 0.15 sub_attack = 0.15 } allowed_module_categories = { fixed_ship_missile_ammo_slot = { module_missile_ammo_anti_ship_category module_missile_ammo_air_defense_category module_missile_ammo_land_attack_category module_missile_ammo_asw_category module_missile_ammo_balanced_category module_missile_ammo_drone_swarm_category } } manpower = 5 } module_naval_ammo_anti_ship_1 = { category = module_missile_ammo_anti_ship_category add_stats = { build_cost_ic = 925 hg_attack = 55 } add_average_stats = { hg_armor_piercing = 6 } can_convert_from = { module_category = module_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_air_defense_1 = { category = module_missile_ammo_air_defense_category add_stats = { build_cost_ic = 925 anti_air_attack = 5 } add_average_stats = { armor_value = 20 } can_convert_from = { module_category = module_missile_ammo_air_defense_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_land_attack_1 = { category = module_missile_ammo_land_attack_category add_stats = { build_cost_ic = 925 lg_attack = 13.5 } can_convert_from = { module_category = module_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_asw_1 = { category = module_missile_ammo_asw_category add_stats = { build_cost_ic = 925 sub_attack = 30 sub_detection = 1 } can_convert_from = { module_category = module_missile_ammo_asw_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_balanced_1 = { category = module_missile_ammo_balanced_category add_stats = { build_cost_ic = 925 hg_attack = 22 anti_air_attack = 2 lg_attack = 5.4 sub_attack = 10 } add_average_stats = { hg_armor_piercing = 2.4 } can_convert_from = { module_category = module_missile_ammo_balanced_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_anti_ship_1 = { category = module_sub_missile_ammo_anti_ship_category add_stats = { build_cost_ic = 925 hg_attack = 55 } add_average_stats = { hg_armor_piercing = 6 } can_convert_from = { module_category = module_sub_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_land_attack_1 = { category = module_sub_missile_ammo_land_attack_category add_stats = { build_cost_ic = 925 lg_attack = 13.5 } can_convert_from = { module_category = module_sub_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_anti_ship_2 = { category = module_missile_ammo_anti_ship_category parent = module_naval_ammo_anti_ship_1 add_stats = { build_cost_ic = 950 hg_attack = 60 } add_average_stats = { hg_armor_piercing = 12 } can_convert_from = { module_category = module_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_air_defense_2 = { category = module_missile_ammo_air_defense_category parent = module_naval_ammo_air_defense_1 add_stats = { build_cost_ic = 950 anti_air_attack = 6 } add_average_stats = { armor_value = 40 } can_convert_from = { module_category = module_missile_ammo_air_defense_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_land_attack_2 = { category = module_missile_ammo_land_attack_category parent = module_naval_ammo_land_attack_1 add_stats = { build_cost_ic = 950 lg_attack = 15 } can_convert_from = { module_category = module_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_asw_2 = { category = module_missile_ammo_asw_category parent = module_naval_ammo_asw_1 add_stats = { build_cost_ic = 950 sub_attack = 35 sub_detection = 2 } can_convert_from = { module_category = module_missile_ammo_asw_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_balanced_2 = { category = module_missile_ammo_balanced_category parent = module_naval_ammo_balanced_1 add_stats = { build_cost_ic = 950 hg_attack = 24 anti_air_attack = 2.4 lg_attack = 6 sub_attack = 12 } add_average_stats = { hg_armor_piercing = 4.8 } can_convert_from = { module_category = module_missile_ammo_balanced_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_anti_ship_2 = { category = module_sub_missile_ammo_anti_ship_category parent = module_naval_sub_ammo_anti_ship_1 add_stats = { build_cost_ic = 950 hg_attack = 60 } add_average_stats = { hg_armor_piercing = 12 } can_convert_from = { module_category = module_sub_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_land_attack_2 = { category = module_sub_missile_ammo_land_attack_category parent = module_naval_sub_ammo_land_attack_1 add_stats = { build_cost_ic = 950 lg_attack = 15 } can_convert_from = { module_category = module_sub_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_anti_ship_3 = { category = module_missile_ammo_anti_ship_category parent = module_naval_ammo_anti_ship_2 add_stats = { build_cost_ic = 975 hg_attack = 65 } add_average_stats = { hg_armor_piercing = 20 } can_convert_from = { module_category = module_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_air_defense_3 = { category = module_missile_ammo_air_defense_category parent = module_naval_ammo_air_defense_2 add_stats = { build_cost_ic = 975 anti_air_attack = 7 } add_average_stats = { armor_value = 80 } can_convert_from = { module_category = module_missile_ammo_air_defense_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_land_attack_3 = { category = module_missile_ammo_land_attack_category parent = module_naval_ammo_land_attack_2 add_stats = { build_cost_ic = 975 lg_attack = 16.5 } can_convert_from = { module_category = module_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_asw_3 = { category = module_missile_ammo_asw_category parent = module_naval_ammo_asw_2 add_stats = { build_cost_ic = 975 sub_attack = 40 sub_detection = 3 } can_convert_from = { module_category = module_missile_ammo_asw_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_balanced_3 = { category = module_missile_ammo_balanced_category parent = module_naval_ammo_balanced_2 add_stats = { build_cost_ic = 975 hg_attack = 26 anti_air_attack = 2.8 lg_attack = 6.6 sub_attack = 14 } add_average_stats = { hg_armor_piercing = 8 } can_convert_from = { module_category = module_missile_ammo_balanced_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_anti_ship_3 = { category = module_sub_missile_ammo_anti_ship_category parent = module_naval_sub_ammo_anti_ship_2 add_stats = { build_cost_ic = 975 hg_attack = 65 } add_average_stats = { hg_armor_piercing = 20 } can_convert_from = { module_category = module_sub_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_land_attack_3 = { category = module_sub_missile_ammo_land_attack_category parent = module_naval_sub_ammo_land_attack_2 add_stats = { build_cost_ic = 975 lg_attack = 16.5 } can_convert_from = { module_category = module_sub_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_anti_ship_4 = { category = module_missile_ammo_anti_ship_category parent = module_naval_ammo_anti_ship_3 add_stats = { build_cost_ic = 1000 hg_attack = 70 } add_average_stats = { hg_armor_piercing = 60 } can_convert_from = { module_category = module_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_air_defense_4 = { category = module_missile_ammo_air_defense_category parent = module_naval_ammo_air_defense_3 add_stats = { build_cost_ic = 1000 anti_air_attack = 8 } add_average_stats = { armor_value = 120 } can_convert_from = { module_category = module_missile_ammo_air_defense_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_land_attack_4 = { category = module_missile_ammo_land_attack_category parent = module_naval_ammo_land_attack_3 add_stats = { build_cost_ic = 1000 lg_attack = 18 } can_convert_from = { module_category = module_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_asw_4 = { category = module_missile_ammo_asw_category parent = module_naval_ammo_asw_3 add_stats = { build_cost_ic = 1000 sub_attack = 45 sub_detection = 4 } can_convert_from = { module_category = module_missile_ammo_asw_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_balanced_4 = { category = module_missile_ammo_balanced_category parent = module_naval_ammo_balanced_3 add_stats = { build_cost_ic = 1000 hg_attack = 28 anti_air_attack = 3.2 lg_attack = 7.2 sub_attack = 16 } add_average_stats = { hg_armor_piercing = 24 } can_convert_from = { module_category = module_missile_ammo_balanced_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_anti_ship_4 = { category = module_sub_missile_ammo_anti_ship_category parent = module_naval_sub_ammo_anti_ship_3 add_stats = { build_cost_ic = 1000 hg_attack = 70 } add_average_stats = { hg_armor_piercing = 60 } can_convert_from = { module_category = module_sub_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_land_attack_4 = { category = module_sub_missile_ammo_land_attack_category parent = module_naval_sub_ammo_land_attack_3 add_stats = { build_cost_ic = 1000 lg_attack = 18 } can_convert_from = { module_category = module_sub_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_anti_ship_5 = { category = module_missile_ammo_anti_ship_category parent = module_naval_ammo_anti_ship_4 add_stats = { build_cost_ic = 1025 hg_attack = 75 } add_average_stats = { hg_armor_piercing = 80 } can_convert_from = { module_category = module_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_air_defense_5 = { category = module_missile_ammo_air_defense_category parent = module_naval_ammo_air_defense_4 add_stats = { build_cost_ic = 1025 anti_air_attack = 9 } add_average_stats = { armor_value = 160 } can_convert_from = { module_category = module_missile_ammo_air_defense_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_land_attack_5 = { category = module_missile_ammo_land_attack_category parent = module_naval_ammo_land_attack_4 add_stats = { build_cost_ic = 1025 lg_attack = 19.5 } can_convert_from = { module_category = module_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_asw_5 = { category = module_missile_ammo_asw_category parent = module_naval_ammo_asw_4 add_stats = { build_cost_ic = 1025 sub_attack = 50 sub_detection = 5 } can_convert_from = { module_category = module_missile_ammo_asw_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_balanced_5 = { category = module_missile_ammo_balanced_category parent = module_naval_ammo_balanced_4 add_stats = { build_cost_ic = 1025 hg_attack = 30 anti_air_attack = 3.6 lg_attack = 7.8 sub_attack = 18 } add_average_stats = { hg_armor_piercing = 32 } can_convert_from = { module_category = module_missile_ammo_balanced_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_anti_ship_5 = { category = module_sub_missile_ammo_anti_ship_category parent = module_naval_sub_ammo_anti_ship_4 add_stats = { build_cost_ic = 1025 hg_attack = 75 } add_average_stats = { hg_armor_piercing = 80 } can_convert_from = { module_category = module_sub_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_land_attack_5 = { category = module_sub_missile_ammo_land_attack_category parent = module_naval_sub_ammo_land_attack_4 add_stats = { build_cost_ic = 1025 lg_attack = 19.5 } can_convert_from = { module_category = module_sub_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_anti_ship_6 = { category = module_missile_ammo_anti_ship_category parent = module_naval_ammo_anti_ship_5 add_stats = { build_cost_ic = 1050 hg_attack = 80 } add_average_stats = { hg_armor_piercing = 100 } can_convert_from = { module_category = module_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_air_defense_6 = { category = module_missile_ammo_air_defense_category parent = module_naval_ammo_air_defense_5 add_stats = { build_cost_ic = 1050 anti_air_attack = 10 } add_average_stats = { armor_value = 200 } can_convert_from = { module_category = module_missile_ammo_air_defense_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_land_attack_6 = { category = module_missile_ammo_land_attack_category parent = module_naval_ammo_land_attack_5 add_stats = { build_cost_ic = 1050 lg_attack = 21 } can_convert_from = { module_category = module_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_asw_6 = { category = module_missile_ammo_asw_category parent = module_naval_ammo_asw_5 add_stats = { build_cost_ic = 1050 sub_attack = 55 sub_detection = 6 } can_convert_from = { module_category = module_missile_ammo_asw_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_balanced_6 = { category = module_missile_ammo_balanced_category parent = module_naval_ammo_balanced_5 add_stats = { build_cost_ic = 1050 hg_attack = 32 anti_air_attack = 4 lg_attack = 8.4 sub_attack = 20 } add_average_stats = { hg_armor_piercing = 40 } can_convert_from = { module_category = module_missile_ammo_balanced_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_anti_ship_6 = { category = module_sub_missile_ammo_anti_ship_category parent = module_naval_sub_ammo_anti_ship_5 add_stats = { build_cost_ic = 1050 hg_attack = 80 } add_average_stats = { hg_armor_piercing = 100 } can_convert_from = { module_category = module_sub_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_land_attack_6 = { category = module_sub_missile_ammo_land_attack_category parent = module_naval_sub_ammo_land_attack_5 add_stats = { build_cost_ic = 1050 lg_attack = 21 } can_convert_from = { module_category = module_sub_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_anti_ship_7 = { category = module_missile_ammo_anti_ship_category parent = module_naval_ammo_anti_ship_6 add_stats = { build_cost_ic = 1075 hg_attack = 85 } add_average_stats = { hg_armor_piercing = 120 } can_convert_from = { module_category = module_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_air_defense_7 = { category = module_missile_ammo_air_defense_category parent = module_naval_ammo_air_defense_6 add_stats = { build_cost_ic = 1075 anti_air_attack = 11 } add_average_stats = { armor_value = 240 } can_convert_from = { module_category = module_missile_ammo_air_defense_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_land_attack_7 = { category = module_missile_ammo_land_attack_category parent = module_naval_ammo_land_attack_6 add_stats = { build_cost_ic = 1075 lg_attack = 22.5 } can_convert_from = { module_category = module_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_asw_7 = { category = module_missile_ammo_asw_category parent = module_naval_ammo_asw_6 add_stats = { build_cost_ic = 1075 sub_attack = 60 sub_detection = 7 } can_convert_from = { module_category = module_missile_ammo_asw_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_balanced_7 = { category = module_missile_ammo_balanced_category parent = module_naval_ammo_balanced_6 add_stats = { build_cost_ic = 1075 hg_attack = 34 anti_air_attack = 4.4 lg_attack = 9 sub_attack = 22 } add_average_stats = { hg_armor_piercing = 48 } can_convert_from = { module_category = module_missile_ammo_balanced_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_anti_ship_7 = { category = module_sub_missile_ammo_anti_ship_category parent = module_naval_sub_ammo_anti_ship_6 add_stats = { build_cost_ic = 1075 hg_attack = 85 } add_average_stats = { hg_armor_piercing = 120 } can_convert_from = { module_category = module_sub_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_land_attack_7 = { category = module_sub_missile_ammo_land_attack_category parent = module_naval_sub_ammo_land_attack_6 add_stats = { build_cost_ic = 1075 lg_attack = 22.5 } can_convert_from = { module_category = module_sub_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_anti_ship_8 = { category = module_missile_ammo_anti_ship_category parent = module_naval_ammo_anti_ship_7 add_stats = { build_cost_ic = 1100 hg_attack = 90 } add_average_stats = { hg_armor_piercing = 140 } can_convert_from = { module_category = module_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_air_defense_8 = { category = module_missile_ammo_air_defense_category parent = module_naval_ammo_air_defense_7 add_stats = { build_cost_ic = 1100 anti_air_attack = 12 } add_average_stats = { armor_value = 280 } can_convert_from = { module_category = module_missile_ammo_air_defense_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_land_attack_8 = { category = module_missile_ammo_land_attack_category parent = module_naval_ammo_land_attack_7 add_stats = { build_cost_ic = 1100 lg_attack = 24 } can_convert_from = { module_category = module_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_asw_8 = { category = module_missile_ammo_asw_category parent = module_naval_ammo_asw_7 add_stats = { build_cost_ic = 1100 sub_attack = 65 sub_detection = 8 } can_convert_from = { module_category = module_missile_ammo_asw_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_balanced_8 = { category = module_missile_ammo_balanced_category parent = module_naval_ammo_balanced_7 add_stats = { build_cost_ic = 1100 hg_attack = 36 anti_air_attack = 4.8 lg_attack = 9.6 sub_attack = 24 } add_average_stats = { hg_armor_piercing = 56 } can_convert_from = { module_category = module_missile_ammo_balanced_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_anti_ship_8 = { category = module_sub_missile_ammo_anti_ship_category parent = module_naval_sub_ammo_anti_ship_7 add_stats = { build_cost_ic = 1100 hg_attack = 90 } add_average_stats = { hg_armor_piercing = 140 } can_convert_from = { module_category = module_sub_missile_ammo_anti_ship_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_sub_ammo_land_attack_8 = { category = module_sub_missile_ammo_land_attack_category parent = module_naval_sub_ammo_land_attack_7 add_stats = { build_cost_ic = 1100 lg_attack = 24 } can_convert_from = { module_category = module_sub_missile_ammo_land_attack_category convert_cost_ic = 25 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_drone_swarm_1 = { category = module_missile_ammo_drone_swarm_category add_stats = { build_cost_ic = 1040 hg_attack = 60 lg_attack = 10 } add_average_stats = { hg_armor_piercing = 77 } can_convert_from = { module_category = module_missile_ammo_drone_swarm_category convert_cost_ic = 25 } build_cost_resources = { microchips = 4.4 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_drone_swarm_2 = { category = module_missile_ammo_drone_swarm_category parent = module_naval_ammo_drone_swarm_1 add_stats = { build_cost_ic = 1080 hg_attack = 65 lg_attack = 12 } add_average_stats = { hg_armor_piercing = 89 } can_convert_from = { module_category = module_missile_ammo_drone_swarm_category convert_cost_ic = 25 } build_cost_resources = { microchips = 4.8 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_drone_swarm_3 = { category = module_missile_ammo_drone_swarm_category parent = module_naval_ammo_drone_swarm_2 add_stats = { build_cost_ic = 1120 hg_attack = 70 lg_attack = 14 } add_average_stats = { hg_armor_piercing = 101 } can_convert_from = { module_category = module_missile_ammo_drone_swarm_category convert_cost_ic = 25 } build_cost_resources = { microchips = 5.2 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_drone_swarm_4 = { category = module_missile_ammo_drone_swarm_category parent = module_naval_ammo_drone_swarm_3 add_stats = { build_cost_ic = 1160 hg_attack = 75 lg_attack = 16 } add_average_stats = { hg_armor_piercing = 113 } can_convert_from = { module_category = module_missile_ammo_drone_swarm_category convert_cost_ic = 25 } build_cost_resources = { microchips = 5.6 } critical_parts = { damaged_anti_ship_missiles } } module_naval_ammo_drone_swarm_5 = { category = module_missile_ammo_drone_swarm_category parent = module_naval_ammo_drone_swarm_4 add_stats = { build_cost_ic = 1200 hg_attack = 95 lg_attack = 18 } add_average_stats = { hg_armor_piercing = 150 } can_convert_from = { module_category = module_missile_ammo_drone_swarm_category convert_cost_ic = 25 } build_cost_resources = { microchips = 6 } critical_parts = { damaged_anti_ship_missiles } } #RAM module_ram_1 = { category = module_point_defense_system_category add_stats = { build_cost_ic = 950 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.475 anti_air_attack = 1.5 armor_value = 0.5 supply_consumption = 0.01 } add_average_stats = { armor_value = 5 } manpower = 10 dismantle_cost_ic = 60 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 160 } critical_parts = { damaged_cwis } } module_ram_2 = { category = module_point_defense_system_category parent = module_ram_1 add_stats = { build_cost_ic = 1000 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.45 anti_air_attack = 1.875 armor_value = 2 supply_consumption = 0.01 } add_average_stats = { armor_value = 10 } manpower = 10 dismantle_cost_ic = 70 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 175 } critical_parts = { damaged_cwis } } module_ram_3 = { category = module_point_defense_system_category parent = module_ram_2 add_stats = { build_cost_ic = 1050 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.413 anti_air_attack = 2.25 armor_value = 4 supply_consumption = 0.01 } add_average_stats = { armor_value = 20 } manpower = 10 dismantle_cost_ic = 80 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 185 } critical_parts = { damaged_cwis } } module_ram_4 = { category = module_point_defense_system_category parent = module_ram_3 add_stats = { build_cost_ic = 1100 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.375 anti_air_attack = 2.625 armor_value = 6 supply_consumption = 0.01 } add_average_stats = { armor_value = 40 } manpower = 10 dismantle_cost_ic = 90 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 200 } critical_parts = { damaged_cwis } } module_ram_5 = { category = module_point_defense_system_category parent = module_ram_4 add_stats = { build_cost_ic = 1150 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.338 anti_air_attack = 3 armor_value = 8 supply_consumption = 0.01 } add_average_stats = { armor_value = 80 } manpower = 10 dismantle_cost_ic = 100 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 215 } critical_parts = { damaged_cwis } } module_ram_6 = { category = module_point_defense_system_category parent = module_ram_5 add_stats = { build_cost_ic = 1200 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.3 anti_air_attack = 3.375 armor_value = 12 supply_consumption = 0.01 } add_average_stats = { armor_value = 120 } manpower = 10 dismantle_cost_ic = 110 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 225 } critical_parts = { damaged_cwis } } module_ram_7 = { category = module_point_defense_system_category parent = module_ram_6 add_stats = { build_cost_ic = 1250 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.275 anti_air_attack = 3.75 armor_value = 16 supply_consumption = 0.01 } add_average_stats = { armor_value = 160 } manpower = 10 dismantle_cost_ic = 120 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 235 } critical_parts = { damaged_cwis } } module_ram_8 = { category = module_point_defense_system_category parent = module_ram_7 add_stats = { build_cost_ic = 1300 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.25 anti_air_attack = 4.125 armor_value = 20 supply_consumption = 0.01 } add_average_stats = { armor_value = 200 } manpower = 10 dismantle_cost_ic = 130 can_convert_from = { module_category = module_point_defense_system_category convert_cost_ic = 255 } critical_parts = { damaged_cwis } } module_naval_anti_torpedo_1 = { category = module_turret_missile_category add_stats = { build_cost_ic = 1200 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 } multiply_stats = { naval_torpedo_enemy_critical_chance_factor = -0.04 } manpower = 10 dismantle_cost_ic = 110 can_convert_from = { module_category = module_turret_missile_category convert_cost_ic = 350 } } module_naval_anti_torpedo_2 = { category = module_turret_missile_category parent = module_naval_anti_torpedo_1 add_stats = { build_cost_ic = 1254 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 } multiply_stats = { naval_torpedo_enemy_critical_chance_factor = -0.04 } manpower = 10 dismantle_cost_ic = 122.21 can_convert_from = { module_category = module_turret_missile_category convert_cost_ic = 420 } } module_naval_anti_torpedo_3 = { category = module_turret_missile_category parent = module_naval_anti_torpedo_2 add_stats = { build_cost_ic = 1310.43 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 } multiply_stats = { naval_torpedo_enemy_critical_chance_factor = -0.05 } manpower = 10 dismantle_cost_ic = 135.78 can_convert_from = { module_category = module_turret_missile_category convert_cost_ic = 504 } } module_naval_anti_torpedo_4 = { category = module_turret_missile_category parent = module_naval_anti_torpedo_3 add_stats = { build_cost_ic = 1369.40 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 } multiply_stats = { naval_torpedo_enemy_critical_chance_factor = -0.06 } manpower = 10 dismantle_cost_ic = 150.85 can_convert_from = { module_category = module_turret_missile_category convert_cost_ic = 604.8 } } module_naval_anti_torpedo_5 = { category = module_turret_missile_category parent = module_naval_anti_torpedo_4 add_stats = { build_cost_ic = 1428.37 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 } multiply_stats = { naval_torpedo_enemy_critical_chance_factor = -0.07 } manpower = 10 dismantle_cost_ic = 165.92 can_convert_from = { module_category = module_turret_missile_category convert_cost_ic = 705.6 } } module_naval_anti_torpedo_6 = { category = module_turret_missile_category parent = module_naval_anti_torpedo_5 add_stats = { build_cost_ic = 1487.34 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 } multiply_stats = { naval_torpedo_enemy_critical_chance_factor = -0.08 } manpower = 10 dismantle_cost_ic = 180.99 can_convert_from = { module_category = module_turret_missile_category convert_cost_ic = 806.4 } } #Sensor Systems ------------------------------------------------------------------------------ #RADAR module_radar_1 = { category = module_radar_category add_stats = { build_cost_ic = 300 surface_detection = 20 sub_detection = 6 } multiply_stats = { hg_attack = 0.05 torpedo_attack = 0.05 anti_air_attack = 0.4 } dismantle_cost_ic = 30 can_convert_from = { module_category = module_radar_category convert_cost_ic = 150 } build_cost_resources = { microchips = 1 } } module_radar_2 = { category = module_radar_category parent = module_radar_1 add_stats = { build_cost_ic = 450 surface_detection = 25 sub_detection = 7.5 } dismantle_cost_ic = 45 multiply_stats = { hg_attack = 0.1 torpedo_attack = 0.1 anti_air_attack = 0.6 } can_convert_from = { module_category = module_radar_category convert_cost_ic = 225 } build_cost_resources = { microchips = 1 } } module_radar_3 = { category = module_radar_category parent = module_radar_2 add_stats = { build_cost_ic = 600 surface_detection = 30 sub_detection = 9 } dismantle_cost_ic = 60 multiply_stats = { hg_attack = 0.15 torpedo_attack = 0.15 anti_air_attack = 0.8 } can_convert_from = { module_category = module_radar_category convert_cost_ic = 300 } build_cost_resources = { microchips = 1 } } module_radar_4 = { category = module_radar_category parent = module_radar_3 add_stats = { build_cost_ic = 750 surface_detection = 35 sub_detection = 10.5 } dismantle_cost_ic = 75 multiply_stats = { hg_attack = 0.2 torpedo_attack = 0.2 anti_air_attack = 1 } can_convert_from = { module_category = module_radar_category convert_cost_ic = 375 } build_cost_resources = { microchips = 2 } } module_radar_5 = { category = module_radar_category parent = module_radar_4 add_stats = { build_cost_ic = 900 surface_detection = 40 sub_detection = 12 } dismantle_cost_ic = 90 multiply_stats = { hg_attack = 0.25 torpedo_attack = 0.25 anti_air_attack = 1.2 } can_convert_from = { module_category = module_radar_category convert_cost_ic = 450 } build_cost_resources = { microchips = 2 } } module_radar_6 = { category = module_radar_category parent = module_radar_5 add_stats = { build_cost_ic = 1050 surface_detection = 45 sub_detection = 13.5 } dismantle_cost_ic = 105 multiply_stats = { hg_attack = 0.3 torpedo_attack = 0.3 anti_air_attack = 1.4 } can_convert_from = { module_category = module_radar_category convert_cost_ic = 525 } build_cost_resources = { microchips = 2 } } module_radar_7 = { category = module_radar_category parent = module_radar_6 add_stats = { build_cost_ic = 1200 surface_detection = 50 sub_detection = 15 } dismantle_cost_ic = 120 multiply_stats = { hg_attack = 0.35 torpedo_attack = 0.35 anti_air_attack = 1.6 } can_convert_from = { module_category = module_radar_category convert_cost_ic = 600 } build_cost_resources = { microchips = 3 } } module_radar_8 = { category = module_radar_category parent = module_radar_7 add_stats = { build_cost_ic = 1350 surface_detection = 55 sub_detection = 16.5 } dismantle_cost_ic = 135 multiply_stats = { hg_attack = 0.4 torpedo_attack = 0.4 anti_air_attack = 1.8 } can_convert_from = { module_category = module_radar_category convert_cost_ic = 675 } build_cost_resources = { microchips = 3 } } module_radar_9 = { category = module_radar_category parent = module_radar_8 add_stats = { build_cost_ic = 1500 surface_detection = 60 sub_detection = 18 } dismantle_cost_ic = 150 multiply_stats = { hg_attack = 0.45 torpedo_attack = 0.45 anti_air_attack = 2 } can_convert_from = { module_category = module_radar_category convert_cost_ic = 750 } build_cost_resources = { microchips = 3 } } # Drone Recon module_naval_recon_drone_1 = { category = module_drone_radar_category add_stats = { build_cost_ic = 1050 surface_detection = 48 sub_detection = 13.5 supply_consumption = 0.01 } dismantle_cost_ic = 105 multiply_stats = { hg_attack = 0.35 torpedo_attack = 0.35 anti_air_attack = 1.4 } can_convert_from = { module_category = module_drone_radar_category convert_cost_ic = 525 } build_cost_resources = { microchips = 5 } } module_naval_recon_drone_2 = { category = module_drone_radar_category parent = module_naval_recon_drone_1 add_stats = { build_cost_ic = 1312.5 surface_detection = 56.02 sub_detection = 15.75 supply_consumption = 0.01 } dismantle_cost_ic = 131.25 multiply_stats = { hg_attack = 0.47 torpedo_attack = 0.47 anti_air_attack = 1.75 } can_convert_from = { module_category = module_drone_radar_category convert_cost_ic = 656.25 } build_cost_resources = { microchips = 3 } } module_naval_recon_drone_3 = { category = module_drone_radar_category parent = module_naval_recon_drone_2 add_stats = { build_cost_ic = 1640.63 surface_detection = 65.37 sub_detection = 18.39 supply_consumption = 0.01 } dismantle_cost_ic = 164.06 multiply_stats = { hg_attack = 0.62 torpedo_attack = 0.62 anti_air_attack = 2.19 } can_convert_from = { module_category = module_drone_radar_category convert_cost_ic = 820.31 } build_cost_resources = { microchips = 3 } } module_naval_recon_drone_4 = { category = module_drone_radar_category parent = module_naval_recon_drone_3 add_stats = { build_cost_ic = 2050.78 surface_detection = 76.29 sub_detection = 21.46 supply_consumption = 0.01 } dismantle_cost_ic = 205.08 multiply_stats = { hg_attack = 0.83 torpedo_attack = 0.83 anti_air_attack = 2.73 } can_convert_from = { module_category = module_drone_radar_category convert_cost_ic = 1025.39 } build_cost_resources = { microchips = 3 } } module_naval_recon_drone_5 = { category = module_drone_radar_category parent = module_naval_recon_drone_4 add_stats = { build_cost_ic = 2563.48 surface_detection = 89.03 sub_detection = 25.04 supply_consumption = 0.01 } dismantle_cost_ic = 256.35 multiply_stats = { hg_attack = 1.11 torpedo_attack = 1.11 anti_air_attack = 3.42 } can_convert_from = { module_category = module_drone_radar_category convert_cost_ic = 1281.74 } build_cost_resources = { microchips = 3 } } module_naval_recon_drone_6 = { category = module_drone_radar_category parent = module_naval_recon_drone_5 add_stats = { build_cost_ic = 3076.18 surface_detection = 101.77 sub_detection = 28.62 supply_consumption = 0.01 } dismantle_cost_ic = 307.62 multiply_stats = { hg_attack = 1.39 torpedo_attack = 1.39 anti_air_attack = 4.11 } can_convert_from = { module_category = module_drone_radar_category convert_cost_ic = 1538.09 } build_cost_resources = { microchips = 3 } } module_naval_recon_drone_7 = { category = module_drone_radar_category parent = module_naval_recon_drone_6 add_stats = { build_cost_ic = 3588.88 surface_detection = 114.51 sub_detection = 32.2 supply_consumption = 0.01 } dismantle_cost_ic = 358.89 multiply_stats = { hg_attack = 1.67 torpedo_attack = 1.67 anti_air_attack = 4.8 } can_convert_from = { module_category = module_drone_radar_category convert_cost_ic = 1794.44 } build_cost_resources = { microchips = 3 } } module_naval_recon_drone_8 = { category = module_drone_radar_category parent = module_naval_recon_drone_7 add_stats = { build_cost_ic = 4101.58 surface_detection = 127.25 sub_detection = 35.78 supply_consumption = 0.01 } dismantle_cost_ic = 410.16 multiply_stats = { hg_attack = 1.95 torpedo_attack = 1.95 anti_air_attack = 5.49 } can_convert_from = { module_category = module_drone_radar_category convert_cost_ic = 2050.79 } build_cost_resources = { microchips = 3 } } #Radar Jammer module_naval_radar_jammer_1 = { category = module_radar_jammer_category add_stats = { build_cost_ic = 100 surface_detection = 12 sub_detection = 20 max_strength = 100 supply_consumption = 0.01 } multiply_stats = { hg_attack = 0.04 torpedo_attack = 0.04 surface_visibility = -0.07 } dismantle_cost_ic = 10 can_convert_from = { module_category = module_radar_jammer_category convert_cost_ic = 50 } build_cost_resources = { microchips = 3 } } module_naval_radar_jammer_2 = { category = module_radar_jammer_category parent = module_naval_radar_jammer_1 add_stats = { build_cost_ic = 112.5 surface_detection = 13.8 sub_detection = 23 max_strength = 115 supply_consumption = 0.01 } multiply_stats = { hg_attack = 0.04 torpedo_attack = 0.04 surface_visibility = -0.08 } dismantle_cost_ic = 11.25 can_convert_from = { module_category = module_radar_jammer_category convert_cost_ic = 56.25 } build_cost_resources = { microchips = 3 } } module_naval_radar_jammer_3 = { category = module_radar_jammer_category parent = module_naval_radar_jammer_2 add_stats = { build_cost_ic = 126.56 surface_detection = 15.87 sub_detection = 26.45 max_strength = 132.25 supply_consumption = 0.01 } multiply_stats = { hg_attack = 0.05 torpedo_attack = 0.05 surface_visibility = -0.09 } dismantle_cost_ic = 12.66 can_convert_from = { module_category = module_radar_jammer_category convert_cost_ic = 63.28 } build_cost_resources = { microchips = 3 } } module_naval_radar_jammer_4 = { category = module_radar_jammer_category parent = module_naval_radar_jammer_3 add_stats = { build_cost_ic = 142.38 surface_detection = 18.25 sub_detection = 30.42 max_strength = 152.09 supply_consumption = 0.01 } multiply_stats = { hg_attack = 0.05 torpedo_attack = 0.05 surface_visibility = -0.10 } dismantle_cost_ic = 14.24 can_convert_from = { module_category = module_radar_jammer_category convert_cost_ic = 71.19 } build_cost_resources = { microchips = 3 } } module_naval_radar_jammer_5 = { category = module_radar_jammer_category parent = module_naval_radar_jammer_4 add_stats = { build_cost_ic = 160.18 surface_detection = 20.99 sub_detection = 34.98 max_strength = 174.90 supply_consumption = 0.01 } multiply_stats = { hg_attack = 0.06 torpedo_attack = 0.06 surface_visibility = -0.11 } dismantle_cost_ic = 16.02 can_convert_from = { module_category = module_radar_jammer_category convert_cost_ic = 80.09 } build_cost_resources = { microchips = 4 } } module_naval_radar_jammer_6 = { category = module_radar_jammer_category parent = module_naval_radar_jammer_5 add_stats = { build_cost_ic = 177.98 surface_detection = 23.73 sub_detection = 39.54 max_strength = 197.71 supply_consumption = 0.01 } multiply_stats = { hg_attack = 0.06 torpedo_attack = 0.06 surface_visibility = -0.125 } dismantle_cost_ic = 17.8 can_convert_from = { module_category = module_radar_jammer_category convert_cost_ic = 89.99 } build_cost_resources = { microchips = 4 } } #SONAR module_sonar_1 = { category = module_sonar_category add_stats = { build_cost_ic = 100 surface_detection = 12 sub_detection = 20 } multiply_stats = { hg_attack = 0.04 torpedo_attack = 0.04 } dismantle_cost_ic = 10 can_convert_from = { module_category = module_sonar_category convert_cost_ic = 50 } build_cost_resources = { microchips = 1 } } module_sonar_2 = { category = module_sonar_category parent = module_sonar_1 add_stats = { build_cost_ic = 150 surface_detection = 15 sub_detection = 25 } multiply_stats = { hg_attack = 0.06 torpedo_attack = 0.06 } dismantle_cost_ic = 15 can_convert_from = { module_category = module_sonar_category convert_cost_ic = 75 } build_cost_resources = { microchips = 1 } } module_sonar_3 = { category = module_sonar_category parent = module_sonar_2 add_stats = { build_cost_ic = 200 surface_detection = 18 sub_detection = 30 } multiply_stats = { hg_attack = 0.08 torpedo_attack = 0.08 } dismantle_cost_ic = 20 can_convert_from = { module_category = module_sonar_category convert_cost_ic = 100 } build_cost_resources = { microchips = 1 } } module_sonar_4 = { category = module_sonar_category parent = module_sonar_3 add_stats = { build_cost_ic = 250 surface_detection = 21 sub_detection = 35 } multiply_stats = { hg_attack = 0.1 torpedo_attack = 0.1 } dismantle_cost_ic = 25 can_convert_from = { module_category = module_sonar_category convert_cost_ic = 125 } build_cost_resources = { microchips = 2 } } module_sonar_5 = { category = module_sonar_category parent = module_sonar_4 add_stats = { build_cost_ic = 300 surface_detection = 24 sub_detection = 40 } multiply_stats = { hg_attack = 0.12 torpedo_attack = 0.12 } dismantle_cost_ic = 30 can_convert_from = { module_category = module_sonar_category convert_cost_ic = 150 } build_cost_resources = { microchips = 2 } } module_sonar_6 = { category = module_sonar_category parent = module_sonar_5 add_stats = { build_cost_ic = 350 surface_detection = 27 sub_detection = 45 } multiply_stats = { hg_attack = 0.14 torpedo_attack = 0.14 } dismantle_cost_ic = 35 can_convert_from = { module_category = module_sonar_category convert_cost_ic = 175 } build_cost_resources = { microchips = 2 } } module_sonar_7 = { category = module_sonar_category parent = module_sonar_6 add_stats = { build_cost_ic = 400 surface_detection = 30 sub_detection = 50 } multiply_stats = { hg_attack = 0.16 torpedo_attack = 0.16 } dismantle_cost_ic = 40 can_convert_from = { module_category = module_sonar_category convert_cost_ic = 200 } build_cost_resources = { microchips = 3 } } module_sonar_8 = { category = module_sonar_category parent = module_sonar_7 add_stats = { build_cost_ic = 450 surface_detection = 33 sub_detection = 55 } multiply_stats = { hg_attack = 0.18 torpedo_attack = 0.18 } dismantle_cost_ic = 45 can_convert_from = { module_category = module_sonar_category convert_cost_ic = 225 } build_cost_resources = { microchips = 3 } } module_sonar_9 = { category = module_sonar_category parent = module_sonar_8 add_stats = { build_cost_ic = 500 surface_detection = 36 sub_detection = 60 } multiply_stats = { hg_attack = 0.20 torpedo_attack = 0.20 } dismantle_cost_ic = 50 can_convert_from = { module_category = module_sonar_category convert_cost_ic = 250 } build_cost_resources = { microchips = 3 } } #ASW TORPEDOES module_torpedoes_1 = { category = module_torpedoes_category add_stats = { build_cost_ic = 900 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_attack = 25 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 10 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 50 } critical_parts = { damaged_torpedoes } } module_torpedoes_2 = { category = module_torpedoes_category parent = module_torpedoes_1 add_stats = { build_cost_ic = 950 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_attack = 30 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 15 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 75 } critical_parts = { damaged_torpedoes } } module_torpedoes_3 = { category = module_torpedoes_category parent = module_torpedoes_2 add_stats = { build_cost_ic = 1000 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_attack = 35 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 20 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 100 } critical_parts = { damaged_torpedoes } } module_torpedoes_4 = { category = module_torpedoes_category parent = module_torpedoes_3 add_stats = { build_cost_ic = 1050 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_attack = 40 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 25 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 125 } critical_parts = { damaged_torpedoes } } module_torpedoes_5 = { category = module_torpedoes_category parent = module_torpedoes_4 add_stats = { build_cost_ic = 1100 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_attack = 45 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 30 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 150 } critical_parts = { damaged_torpedoes } } module_torpedoes_6 = { category = module_torpedoes_category parent = module_torpedoes_5 add_stats = { build_cost_ic = 1150 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_attack = 50 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 35 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 175 } critical_parts = { damaged_torpedoes } } module_torpedoes_7 = { category = module_torpedoes_category parent = module_torpedoes_6 add_stats = { build_cost_ic = 1200 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_attack = 55 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 40 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 200 } critical_parts = { damaged_torpedoes } } module_torpedoes_8 = { category = module_torpedoes_category parent = module_torpedoes_7 add_stats = { build_cost_ic = 1250 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 sub_attack = 60 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 45 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 225 } critical_parts = { damaged_torpedoes } } module_naval_asw_nuclear_torpedoes_1 = { category = module_nuclear_torpedoes_category add_stats = { build_cost_ic = 1350 fuel_consumption = 1 max_strength = 10 max_organisation = 0.14 sub_attack = 65 supply_consumption = 0.01 } manpower = 15 dismantle_cost_ic = 35 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 175 } critical_parts = { damaged_torpedoes } } module_naval_asw_nuclear_torpedoes_2 = { category = module_nuclear_torpedoes_category parent = module_naval_asw_nuclear_torpedoes_1 add_stats = { build_cost_ic = 1410.75 fuel_consumption = 1 max_strength = 10 max_organisation = 0.14 sub_attack = 72.22 supply_consumption = 0.01 } manpower = 15 dismantle_cost_ic = 40.85 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 204.23 } critical_parts = { damaged_torpedoes } } module_naval_asw_nuclear_torpedoes_3 = { category = module_nuclear_torpedoes_category parent = module_naval_asw_nuclear_torpedoes_2 add_stats = { build_cost_ic = 1474.23 fuel_consumption = 1 max_strength = 10 max_organisation = 0.14 sub_attack = 80.23 supply_consumption = 0.01 } manpower = 15 dismantle_cost_ic = 47.67 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 238.33 } critical_parts = { damaged_torpedoes } } module_naval_asw_nuclear_torpedoes_4 = { category = module_nuclear_torpedoes_category parent = module_naval_asw_nuclear_torpedoes_3 add_stats = { build_cost_ic = 1540.57 fuel_consumption = 1 max_strength = 10 max_organisation = 0.14 sub_attack = 89.14 supply_consumption = 0.01 } manpower = 15 dismantle_cost_ic = 55.63 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 278.13 } critical_parts = { damaged_torpedoes } } module_naval_asw_nuclear_torpedoes_5 = { category = module_nuclear_torpedoes_category parent = module_naval_asw_nuclear_torpedoes_4 add_stats = { build_cost_ic = 1606.91 fuel_consumption = 1 max_strength = 10 max_organisation = 0.14 sub_attack = 98.05 supply_consumption = 0.01 } manpower = 15 dismantle_cost_ic = 63.59 can_convert_from = { module_category = module_torpedoes_category convert_cost_ic = 317.93 } critical_parts = { damaged_torpedoes } } #ANTI-SHIP TORPEDOES module_anti_ship_torpedoes_1 = { category = module_anti_ship_torpedoes_category add_stats = { build_cost_ic = 550 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 2.5 sub_attack = 10 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 10 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 50 } critical_parts = { damaged_torpedoes } } module_anti_ship_torpedoes_2 = { category = module_anti_ship_torpedoes_category parent = module_anti_ship_torpedoes_1 add_stats = { build_cost_ic = 575 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 3 sub_attack = 12 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 15 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 75 } critical_parts = { damaged_torpedoes } } module_anti_ship_torpedoes_3 = { category = module_anti_ship_torpedoes_category parent = module_anti_ship_torpedoes_2 add_stats = { build_cost_ic = 600 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 3.5 sub_attack = 14 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 20 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 100 } critical_parts = { damaged_torpedoes } } module_anti_ship_torpedoes_4 = { category = module_anti_ship_torpedoes_category parent = module_anti_ship_torpedoes_3 add_stats = { build_cost_ic = 625 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 4 sub_attack = 16 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 25 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 125 } critical_parts = { damaged_torpedoes } } module_anti_ship_torpedoes_5 = { category = module_anti_ship_torpedoes_category parent = module_anti_ship_torpedoes_4 add_stats = { build_cost_ic = 650 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 4.5 sub_attack = 18 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 30 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 150 } critical_parts = { damaged_torpedoes } } module_anti_ship_torpedoes_6 = { category = module_anti_ship_torpedoes_category parent = module_anti_ship_torpedoes_5 add_stats = { build_cost_ic = 675 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 5 sub_attack = 20 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 35 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 175 } critical_parts = { damaged_torpedoes } } module_anti_ship_torpedoes_7 = { category = module_anti_ship_torpedoes_category parent = module_anti_ship_torpedoes_6 add_stats = { build_cost_ic = 700 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 5 sub_attack = 22 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 40 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 200 } critical_parts = { damaged_torpedoes } } module_anti_ship_torpedoes_8 = { category = module_anti_ship_torpedoes_category parent = module_anti_ship_torpedoes_7 add_stats = { build_cost_ic = 725 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 5 sub_attack = 24 supply_consumption = 0.01 } manpower = 10 dismantle_cost_ic = 45 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 225 } critical_parts = { damaged_torpedoes } } module_anti_ship_drone_torpedoes_1 = { category = module_anti_ship_drone_torpedoes_category add_stats = { build_cost_ic = 625 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 4 sub_attack = 16 naval_torpedo_hit_chance_factor = 0.12 supply_consumption = 0.01 } manpower = 1 dismantle_cost_ic = 25 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 125 } critical_parts = { damaged_torpedoes } build_cost_resources = { microchips = 1 } } module_anti_ship_drone_torpedoes_2 = { category = module_anti_ship_drone_torpedoes_category parent = module_anti_ship_drone_torpedoes_1 add_stats = { build_cost_ic = 653.13 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 4.44 sub_attack = 17.78 naval_torpedo_hit_chance_factor = 0.13 supply_consumption = 0.01 } manpower = 1 dismantle_cost_ic = 29.18 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 145.88 } critical_parts = { damaged_torpedoes } build_cost_resources = { microchips = 2 } } module_anti_ship_drone_torpedoes_3 = { category = module_anti_ship_drone_torpedoes_category parent = module_anti_ship_drone_torpedoes_2 add_stats = { build_cost_ic = 682.52 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 4.94 sub_attack = 19.75 naval_torpedo_hit_chance_factor = 0.15 supply_consumption = 0.01 } manpower = 1 dismantle_cost_ic = 34.05 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 170.24 } critical_parts = { damaged_torpedoes } build_cost_resources = { microchips = 3 } } module_naval_anti_ship_drone_torpedoes_4 = { category = module_anti_ship_drone_torpedoes_category parent = module_anti_ship_drone_torpedoes_3 add_stats = { build_cost_ic = 713.23 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 5.49 sub_attack = 21.94 naval_torpedo_hit_chance_factor = 0.16 supply_consumption = 0.01 } manpower = 1 dismantle_cost_ic = 39.73 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 198.67 } critical_parts = { damaged_torpedoes } build_cost_resources = { microchips = 4 } } module_naval_anti_ship_drone_torpedoes_5 = { category = module_anti_ship_drone_torpedoes_category parent = module_naval_anti_ship_drone_torpedoes_4 add_stats = { build_cost_ic = 743.94 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 6.04 sub_attack = 24.13 naval_torpedo_hit_chance_factor = 0.17 supply_consumption = 0.01 } manpower = 1 dismantle_cost_ic = 39.73 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 227.1 } critical_parts = { damaged_torpedoes } build_cost_resources = { microchips = 5 } } module_naval_anti_ship_drone_torpedoes_6 = { category = module_anti_ship_drone_torpedoes_category parent = module_naval_anti_ship_drone_torpedoes_5 add_stats = { build_cost_ic = 774.65 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 torpedo_attack = 6.59 sub_attack = 26.32 naval_torpedo_hit_chance_factor = 0.18 supply_consumption = 0.01 } manpower = 1 dismantle_cost_ic = 39.73 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 255.53 } critical_parts = { damaged_torpedoes } build_cost_resources = { microchips = 6 } } module_naval_anti_ship_nuclear_torpedo_1 = { category = module_anti_ship_nuclear_torpedoes_category add_stats = { build_cost_ic = 750 fuel_consumption = 1 max_strength = 10 max_organisation = 0.14 torpedo_attack = 5.5 sub_attack = 14 supply_consumption = 0.01 } manpower = 15 dismantle_cost_ic = 20 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 100 } critical_parts = { damaged_torpedoes } } module_naval_anti_ship_nuclear_torpedo_2 = { category = module_anti_ship_nuclear_torpedoes_category parent = module_naval_anti_ship_nuclear_torpedo_1 add_stats = { build_cost_ic = 783.75 fuel_consumption = 1 max_strength = 10 max_organisation = 0.14 torpedo_attack = 6.11 sub_attack = 15.55 supply_consumption = 0.01 } manpower = 15 dismantle_cost_ic = 23.34 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 116.7 } critical_parts = { damaged_torpedoes } } module_naval_anti_ship_nuclear_torpedo_3 = { category = module_anti_ship_nuclear_torpedoes_category parent = module_naval_anti_ship_nuclear_torpedo_2 add_stats = { build_cost_ic = 819.02 fuel_consumption = 1 max_strength = 10 max_organisation = 0.14 torpedo_attack = 6.79 sub_attack = 17.28 supply_consumption = 0.01 } manpower = 15 dismantle_cost_ic = 27.24 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 136.19 } critical_parts = { damaged_torpedoes } } module_naval_anti_ship_nuclear_torpedo_4 = { category = module_anti_ship_nuclear_torpedoes_category parent = module_naval_anti_ship_nuclear_torpedo_3 add_stats = { build_cost_ic = 855.87 fuel_consumption = 1 max_strength = 10 max_organisation = 0.14 torpedo_attack = 7.54 sub_attack = 19.20 supply_consumption = 0.01 } manpower = 15 dismantle_cost_ic = 31.79 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 158.93 } critical_parts = { damaged_torpedoes } } module_naval_anti_ship_nuclear_torpedo_5 = { category = module_anti_ship_nuclear_torpedoes_category parent = module_naval_anti_ship_nuclear_torpedo_4 add_stats = { build_cost_ic = 892.72 fuel_consumption = 1 max_strength = 10 max_organisation = 0.14 torpedo_attack = 8.29 sub_attack = 21.12 supply_consumption = 0.01 } manpower = 15 dismantle_cost_ic = 36.34 can_convert_from = { module_category = module_anti_ship_torpedoes_category convert_cost_ic = 181.67 } critical_parts = { damaged_torpedoes } } #Mine Warfare module_minelaying = { category = module_minelaying_category add_stats = { build_cost_ic = 550 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.5 mines_planting = 3 } manpower = 10 dismantle_cost_ic = 20 } module_mineclearing = { category = module_mineclearing_category add_stats = { build_cost_ic = 750 fuel_consumption = 5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.5 mines_sweeping = 3 } dismantle_cost_ic = 40 } module_naval_mineclearing_drone = { category = module_mineclearing_category add_stats = { build_cost_ic = 850 fuel_consumption = 3.5 max_strength = 10 max_organisation = 0.14 surface_visibility = 0.75 sub_detection = 0.15 mines_sweeping = 9 } build_cost_resources = { microchips = 2 } dismantle_cost_ic = 40 } #ASW MORTAR module_anti_submarine_mortar = { category = module_anti_submarine_mortar_category add_stats = { sub_attack = 4 build_cost_ic = 200 fuel_consumption = 2.5 max_strength = 5 max_organisation = 0.07 surface_visibility = 0.25 supply_consumption = 0.01 } manpower = 5 dismantle_cost_ic = 5 } }