2025-01-01 20:07:00

This commit is contained in:
actions[bot]
2025-01-01 20:07:00 +00:00
parent 528e92729b
commit 35c4be2f81
65 changed files with 10609 additions and 9421 deletions

View File

@@ -344,13 +344,13 @@ naval_develop_category = {
visible = {
has_tech = early_ship_hull_carrier
has_war = yes
num_of_naval_factories > 15
num_of_naval_factories > 10
}
available = {
any_enemy_country = {
has_navy_size = {
type = carrier
size > 5
size > 1
}
}
has_equipment = { convoy > 0 }
@@ -405,13 +405,13 @@ naval_develop_category = {
visible = {
has_tech = early_ship_hull_carrier
has_war = yes
num_of_naval_factories > 20
num_of_naval_factories > 15
}
available = {
any_enemy_country = {
has_navy_size = {
type = carrier
size > 5
size > 3
}
}
has_equipment = { ocean_liner_equipment > 0 }
@@ -461,4 +461,29 @@ naval_develop_category = {
factor = 0
}
}
super_heavy_carrier_conversion = {
icon = GFX_decision_generic_construction
visible = {
has_tech = improved_ship_hull_carrier
has_tech = ship_hull_super_heavy
num_of_naval_factories > 12
}
available = {
has_navy_size = {
unit = SH_battleship
size > 0
}
}
fire_only_once = yes
days_remove = 90
modifier = {
civilian_factory_use = 5
}
remove_effect = {
set_technology = {
converted_super_heavy_carrier = 1
}
}
}
}