many fixes and also mural crowns
This commit is contained in:
parent
552de94e9f
commit
8d683ace6d
21 changed files with 3594 additions and 86 deletions
|
|
@ -4175,9 +4175,6 @@ communal_gardens_leisure_04 = {
|
|||
allowed_domicile_types = { minority_community farmstead }
|
||||
previous_building = communal_gardens_03
|
||||
|
||||
can_construct = {
|
||||
estate_can_construct_communal_gardens_leisure_04_trigger = yes
|
||||
}
|
||||
|
||||
cost = {
|
||||
gold = {
|
||||
|
|
@ -4305,10 +4302,6 @@ communal_gardens_leisure_05 = {
|
|||
allowed_domicile_types = { minority_community farmstead }
|
||||
previous_building = communal_gardens_leisure_04
|
||||
|
||||
can_construct = {
|
||||
estate_can_construct_communal_gardens_leisure_05_trigger = yes
|
||||
}
|
||||
|
||||
cost = {
|
||||
gold = {
|
||||
value = estate_external_building_normal_cost_tier_5_value
|
||||
|
|
@ -4435,9 +4428,6 @@ communal_gardens_leisure_06 = {
|
|||
allowed_domicile_types = { minority_community farmstead }
|
||||
previous_building = communal_gardens_leisure_05
|
||||
|
||||
can_construct = {
|
||||
estate_can_construct_communal_gardens_leisure_06_trigger = yes
|
||||
}
|
||||
|
||||
cost = {
|
||||
gold = {
|
||||
|
|
@ -4567,9 +4557,6 @@ communal_gardens_fruit_04 = {
|
|||
allowed_domicile_types = { minority_community farmstead }
|
||||
previous_building = communal_gardens_03
|
||||
|
||||
can_construct = {
|
||||
estate_can_construct_communal_gardens_fruit_04_trigger = yes
|
||||
}
|
||||
|
||||
cost = {
|
||||
gold = {
|
||||
|
|
@ -4697,9 +4684,6 @@ communal_gardens_fruit_05 = {
|
|||
allowed_domicile_types = { minority_community farmstead }
|
||||
previous_building = communal_gardens_fruit_04
|
||||
|
||||
can_construct = {
|
||||
estate_can_construct_communal_gardens_fruit_05_trigger = yes
|
||||
}
|
||||
|
||||
cost = {
|
||||
gold = {
|
||||
|
|
@ -4827,9 +4811,6 @@ communal_gardens_fruit_06 = {
|
|||
allowed_domicile_types = { minority_community farmstead }
|
||||
previous_building = communal_gardens_fruit_05
|
||||
|
||||
can_construct = {
|
||||
estate_can_construct_communal_gardens_fruit_06_trigger = yes
|
||||
}
|
||||
|
||||
cost = {
|
||||
gold = {
|
||||
|
|
@ -7127,7 +7108,10 @@ village_storage_warehouse_03 = {
|
|||
previous_building = village_storage_02
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_02 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_02 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -7213,7 +7197,10 @@ village_storage_warehouse_04 = {
|
|||
previous_building = village_storage_warehouse_03
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_03 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_03 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -7301,7 +7288,10 @@ village_storage_granary_03 = {
|
|||
previous_building = village_storage_02
|
||||
|
||||
can_construct = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_02 }
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_03 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_03 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -7390,7 +7380,10 @@ village_storage_granary_04 = {
|
|||
previous_building = village_storage_granary_03
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_03 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_03 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -8342,7 +8335,10 @@ village_grazing_land_04 = {
|
|||
previous_building = village_grazing_land_03
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_03 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_03 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -8456,7 +8452,10 @@ grazing_land_05 = {
|
|||
previous_building = village_grazing_land_04
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_04 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_04 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -8570,7 +8569,10 @@ grazing_land_06 = {
|
|||
previous_building = grazing_land_05
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_05 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_05 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -8952,7 +8954,10 @@ village_grain_fields_03 = {
|
|||
previous_building = village_grain_fields_02
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_02 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_02 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -9085,7 +9090,10 @@ village_grain_fields_04 = {
|
|||
previous_building = village_grain_fields_03
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_03 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_03 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -9218,7 +9226,10 @@ village_grain_fields_05 = {
|
|||
previous_building = village_grain_fields_04
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_04 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_04 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -9351,7 +9362,10 @@ village_grain_fields_06 = {
|
|||
previous_building = village_grain_fields_05
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_05 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_05 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -9640,7 +9654,10 @@ village_rice_field_03 = {
|
|||
previous_building = village_rice_field_02
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_02 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_02 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -9722,7 +9739,10 @@ village_rice_field_04 = {
|
|||
previous_building = village_rice_field_03
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_03 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_03 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -9804,7 +9824,10 @@ village_rice_field_05 = {
|
|||
previous_building = village_rice_field_04
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_04 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_04 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -9886,7 +9909,10 @@ village_rice_field_06 = {
|
|||
previous_building = village_rice_field_05
|
||||
|
||||
can_construct = {
|
||||
OR = {
|
||||
domicile ?= { has_domicile_building_or_higher = minority_community_main_05 }
|
||||
domicile ?= { has_domicile_building_or_higher = farmstead_main_05 }
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue