fixes
This commit is contained in:
parent
182a9f6a50
commit
807eea6477
11 changed files with 1803 additions and 1792 deletions
|
|
@ -7988,6 +7988,7 @@ village_grazing_land_01 = {
|
|||
}
|
||||
parameters = {
|
||||
minority_comm_contributes_provisions = yes
|
||||
cheaper_grain_fields_buildings_1 = yes
|
||||
}
|
||||
on_complete = {
|
||||
if = {
|
||||
|
|
@ -8110,6 +8111,7 @@ village_grazing_land_02 = {
|
|||
|
||||
parameters = {
|
||||
minority_comm_contributes_provisions = yes
|
||||
cheaper_grain_fields_buildings_2 = yes
|
||||
}
|
||||
on_complete = {
|
||||
if = {
|
||||
|
|
@ -8223,6 +8225,7 @@ village_grazing_land_03 = {
|
|||
}
|
||||
|
||||
parameters = {
|
||||
cheaper_grain_fields_buildings_2 = yes
|
||||
minority_comm_contributes_provisions = yes
|
||||
}
|
||||
character_modifier = {
|
||||
|
|
@ -8365,6 +8368,7 @@ village_grazing_land_04 = {
|
|||
|
||||
parameters = {
|
||||
minority_comm_contributes_provisions = yes
|
||||
cheaper_grain_fields_buildings_2 = yes
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
|
|
@ -8482,6 +8486,7 @@ grazing_land_05 = {
|
|||
|
||||
parameters = {
|
||||
minority_comm_contributes_provisions = yes
|
||||
cheaper_grain_fields_buildings_3 = yes
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
|
|
@ -8599,6 +8604,7 @@ grazing_land_06 = {
|
|||
|
||||
parameters = {
|
||||
minority_comm_contributes_provisions = yes
|
||||
cheaper_grain_fields_buildings_3 = yes
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue