调整RG船只大小限制的基础值
This commit is contained in:
parent
328ddbe3a0
commit
e1f7cbea61
@ -2,7 +2,7 @@ RG_gray_juggernaut_ships_limit = {
|
||||
ship_types = {
|
||||
RG_gray_juggernaut
|
||||
}
|
||||
base = 64 # 1 * juggernaut's size_multiplier
|
||||
base = 512 # 1 * juggernaut's size_multiplier
|
||||
show = {
|
||||
is_scope_valid = yes
|
||||
has_technology = tech_gray_juggernaut_8
|
||||
@ -13,7 +13,7 @@ RG_graygoo_capitalship_ships_limit = {
|
||||
ship_types = {
|
||||
RG_graygoo_capitalship
|
||||
}
|
||||
base = 256 # 1 * juggernaut's size_multiplier
|
||||
base = 1024 # 1 * juggernaut's size_multiplier
|
||||
show = {
|
||||
is_scope_valid = yes
|
||||
has_technology = tech_gray_juggernaut_8
|
||||
|
Loading…
x
Reference in New Issue
Block a user