2025-03-25 04:03:57

This commit is contained in:
actions[bot]
2025-03-25 04:03:57 +00:00
parent c14ce3e763
commit 3cf6b53937
83 changed files with 1263 additions and 284 deletions

View File

@@ -336,7 +336,7 @@ equipment_modules = {
}
dismantle_cost_ic = 100000
forbid_module_categories = {
ship_super_heavy_armor
ship_carrier_armor_shbb
ship_deck_space_converted
}
}
@@ -351,7 +351,7 @@ equipment_modules = {
}
dismantle_cost_ic = 100000
forbid_module_categories = {
ship_super_heavy_armor
ship_carrier_armor_shbb
ship_deck_space_converted
}
}
@@ -370,4 +370,33 @@ equipment_modules = {
chromium = 1
}
}
######################
## Auxiliary Role ##
######################
ship_hull_civilian_role_ap = {
category = ap_role
forbid_module_categories = {
seaplane_hangar
}
}
ship_hull_civilian_role_ao = {
category = ap_role
multiply_stats = {
build_cost_ic = 0.15
naval_range = 0.5
fuel_consumption = 0.1
}
forbid_module_categories = {
seaplane_hangar
}
}
ship_hull_civilian_role_av = {
category = ap_role
multiply_stats = {
build_cost_ic = 0.15
surface_detection = 0.1
sub_detection = 0.1
}
}
}