From 785695cd76e9c12d196d6e51936ac4f27d9dffff Mon Sep 17 00:00:00 2001 From: "actions[bot]" Date: Thu, 2 Jan 2025 20:01:00 +0000 Subject: [PATCH] 2025-01-02 20:01:00 --- .../equipment/modules/00_ship_modules_protection.txt | 8 ++++---- .../units/equipment/modules/00_ship_modules_role.txt | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/common/units/equipment/modules/00_ship_modules_protection.txt b/src/common/units/equipment/modules/00_ship_modules_protection.txt index b8b0c46..3b4f37f 100755 --- a/src/common/units/equipment/modules/00_ship_modules_protection.txt +++ b/src/common/units/equipment/modules/00_ship_modules_protection.txt @@ -698,7 +698,7 @@ equipment_modules = { module = torpedo_defense_system convert_cost_ic = 500 } - dismantle_cost_ic = 1000 + dismantle_cost_ic = 2500 } pugliese_system = { category = torpedo_defense_system @@ -711,7 +711,7 @@ equipment_modules = { multiply_stats = { build_cost_ic = 0.07 } - dismantle_cost_ic = 1500 + dismantle_cost_ic = 3500 } torpedo_belt = { category = torpedo_defense_system @@ -730,7 +730,7 @@ equipment_modules = { module = torpedo_defense_system convert_cost_ic = 800 } - dismantle_cost_ic = 2000 + dismantle_cost_ic = 4500 } torpedo_belt_enhanced = { category = torpedo_defense_system @@ -748,7 +748,7 @@ equipment_modules = { module = torpedo_defense_system convert_cost_ic = 1100 } - dismantle_cost_ic = 3000 + dismantle_cost_ic = 5500 } diff --git a/src/common/units/equipment/modules/00_ship_modules_role.txt b/src/common/units/equipment/modules/00_ship_modules_role.txt index 4bd8d37..1a13504 100755 --- a/src/common/units/equipment/modules/00_ship_modules_role.txt +++ b/src/common/units/equipment/modules/00_ship_modules_role.txt @@ -356,12 +356,17 @@ equipment_modules = { carrier_shbb_conversion = { category = bb_carrier_role add_stats = { + carrier_size = 2 reliability = 0.1 } multiply_stats = { - build_cost_ic = 0.2 + build_cost_ic = 0.5 max_strength = 0.1 } dismantle_cost_ic = 100000 + build_cost_resources = { + steel = 1 + chromium = 1 + } } } \ No newline at end of file