This commit is contained in:
Heidesommer 2026-05-26 20:19:17 -04:00
parent 182a9f6a50
commit 807eea6477
11 changed files with 1803 additions and 1792 deletions

View file

@ -942,25 +942,25 @@ minority_community = {
}
if = {
limit = {
domicile ?= { has_domicile_building_or_higher = minority_community_05 }
domicile ?= { has_domicile_building_or_higher = minority_community_main_05 }
}
add = 800
}
else_if = {
limit = {
domicile ?= { has_domicile_building_or_higher = minority_community_04 }
domicile ?= { has_domicile_building_or_higher = minority_community_main_04 }
}
add = 600
}
else_if = {
limit = {
domicile ?= { has_domicile_building_or_higher = minority_community_03 }
domicile ?= { has_domicile_building_or_higher = minority_community_main_03 }
}
add = 400
}
else_if = {
limit = {
domicile ?= { has_domicile_building_or_higher = minority_community_02 }
domicile ?= { has_domicile_building_or_higher = minority_community_main_02 }
}
add = 200
}