弹性空间站规模

This commit is contained in:
ProjectKoi-Kalo\Kalo
2024-09-18 17:16:32 +08:00
parent 5a5c46ef7f
commit 5fbb6e2ce4
8 changed files with 151 additions and 31 deletions

View File

@@ -18,6 +18,7 @@
default = {
ship_of_size_limits = {
RG_graygoo_capitalship_ships_limit
RG_gray_juggernaut_ships_limit
}
}

View File

@@ -2,7 +2,18 @@ RG_gray_juggernaut_ships_limit = {
ship_types = {
RG_gray_juggernaut
}
base = 2 # 1 * juggernaut's size_multiplier
base = 64 # 1 * juggernaut's size_multiplier
show = {
is_scope_valid = yes
has_technology = tech_gray_juggernaut_8
}
}
RG_graygoo_capitalship_ships_limit = {
ship_types = {
RG_graygoo_capitalship
}
base = 256 # 1 * juggernaut's size_multiplier
show = {
is_scope_valid = yes
has_technology = tech_gray_juggernaut_8