realgray-stellaris-mod/common/country_limits/ownership_limits/RG_ownership_limits.txt

25 lines
815 B
Plaintext
Raw Normal View History

2024-09-17 13:32:31 +08:00
# Here you can specify the lists of limits for the number of ships of some types that country can own
# and potentially the lists of limits for the number of building of some type (not implemented yet)
# Note for overwriting: ownership_limits are extendable/additive. So if you make a second "default" and
# add a single ship_of_size_limit inside it, it will apply both the limits described here, and the one
# that you specified.
# To do a full overwrite, you need to overwrite 00_ownership_limits.txt instead.
# Example:
# name_of_ownership_limit = {
# ship_of_size_limits = {
# # the list of keys to ship_of_size_limits database
# }
# building_of_type_limit = {
# # not implemented yet
# }
# }
default = {
ship_of_size_limits = {
2024-09-18 17:16:32 +08:00
RG_graygoo_capitalship_ships_limit
2024-09-17 13:32:31 +08:00
RG_gray_juggernaut_ships_limit
}
}