3.11暂存

This commit is contained in:
ProjectKoi-Kalo\Kalo
2024-04-07 07:56:10 +08:00
parent c67315b296
commit f4fe568fa3
9 changed files with 234 additions and 9 deletions

View File

@@ -123,8 +123,55 @@ RG_graygoo_capitalship = {
combat_disengage_chance = 1.25
class = shipclass_military
construction_type = starbase_shipyard
# possible_construction = {
# always = no
# }
potential_construction = {
OR = {
is_scope_type = starbase
AND = {
is_scope_type = megastructure
OR = {
is_megastructure_type = mega_shipyard_3
is_megastructure_type = mega_shipyard_restored
}
}
}
}
possible_construction = {
always = no
custom_tooltip = {
fail_text = starbase_citadel_trigger
OR = {
AND = {
is_scope_type = megastructure
OR = {
is_megastructure_type = mega_shipyard_3
is_megastructure_type = mega_shipyard_restored
}
}
AND = {
is_scope_type = starbase
has_starbase_size >= starbase_citadel
}
}
}
custom_tooltip = {
fail_text = starbase_colossal_yards_trigger
OR = {
AND = {
is_scope_type = megastructure
OR = {
is_megastructure_type = mega_shipyard_3
is_megastructure_type = mega_shipyard_restored
}
}
AND = {
is_scope_type = starbase
has_starbase_building = colossus_yards
}
}
}
}
combat_size_multiplier = 4
prerequisites = {
@@ -149,6 +196,8 @@ RG_graygoo_capitalship = {
min_upgrade_cost = {
alloys = 8
}
empire_limit = 1
}
RG_armed_constructor_ship = {