调整RG船只大小限制的基础值

This commit is contained in:
ProjectKoi-Kalo\Kalo 2024-09-21 00:24:23 +08:00
parent 328ddbe3a0
commit e1f7cbea61

View File

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