How can I with mod limit science ship only first 25 years? I can't because on_queue not work on ship desig...
possible_construction = {
custom_tooltip = {
fail_text = first_25_years_empire_limit
if = {
limit = { years_passed < 25 }
count_owned_ship = {
count <= 5
is_ship_size = science
}
}
}
}
you try? last time i try not work because possible_costructor not use country, but use starship and from = not work.Change science in ship_size
Code:possible_construction = { custom_tooltip = { fail_text = first_25_years_empire_limit if = { limit = { years_passed < 25 } count_owned_ship = { count <= 5 is_ship_size = science } } } }
May cause some performance issue.
ok, now retry, maybe i have write wrong the last time.Sorry I don't try.How about owner instead of from?
possible_construction = {
custom_tooltip = {
fail_text = first_25_years_empire_limit
OR = {
limit = { years_passed > 1 }
count_owned_ship = {
count <= 1
is_ship_class = shipclass_science_ship
}
}
}
}
Scope is station. but in possible_cnstruction can't go to fromfrom.Sorry I don't try.How about owner instead of from?