筛查修语法bug

This commit is contained in:
ProjectKoi-Kalo\Kalo
2024-09-17 13:32:31 +08:00
parent 638a314145
commit 7aa701f86d
34 changed files with 543 additions and 306 deletions

View File

@@ -0,0 +1,23 @@
# 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 = {
RG_gray_juggernaut_ships_limit
}
}