Stavropul start

This commit is contained in:
Heidesommer 2026-04-25 18:55:31 -04:00
parent 50e221bcef
commit 4c1f524d62
158 changed files with 10079 additions and 10160 deletions

View file

@ -204,7 +204,16 @@ building_orchards_requirement_terrain = {
}
building_farm_estates_requirement_terrain = {
terrain = farmlands
OR = {
terrain = farmlands
AND = {
OR = {
terrain = hills
terrain = jungle
}
county.culture = { has_cultural_parameter = rice_cultivators_can_construct_paddy_fields_in_hills_and_jungle }
}
}
}
building_tell_mines_requirement_terrain = {
@ -804,11 +813,19 @@ eastern_special_building_trigger = {
has_building = shwedagon_pagoda_01
has_building = ananda_temple_01
has_building = khajuraho_01
has_building = angkor_wat_01
has_building = my_son_sanctuary_01
has_building = stone_pagoda_01
has_building = muara_takus_01
has_building = three_pagodas_dali_01
has_building = pyramid_lingapura_01
has_building = buddha_kamakura_01
has_building_or_higher = jokhang_01
has_building_or_higher = konark_temple_01
has_building_or_higher = vatapi_caves_01
has_building_or_higher = sanchi_stupa_01
has_building_or_higher = boudhanath_01
has_building_or_higher = temples_angkor_01
}
}
@ -835,6 +852,7 @@ religious_special_building_exclusion_trigger = { # checks if any special buildin
has_building = holy_site_japanese_temple_01
has_building = holy_site_chinese_temple_01
has_building = holy_site_se_asia_pagan_temple_01
has_building = izumo_taisha_01
}
}
AND = { # Islamic
@ -855,6 +873,7 @@ religious_special_building_exclusion_trigger = { # checks if any special buildin
barony.holder.religion = religion:buddhism_religion
barony.holder.religion = religion:jainism_religion
barony.holder.religion = religion:taoism_religion
barony.holder.religion = religion:confucianism_religion
barony.holder.religion = religion:zoroastrianism_religion
}
eastern_special_building_trigger = yes
@ -871,6 +890,21 @@ religious_special_building_exclusion_trigger = { # checks if any special buildin
}
}
building_monastic_schools_holding_level_requirement_trigger = {
trigger_if = {
limit = { scope:holder.faith = { has_doctrine_parameter = monastic_schools_allowed_in_every_holding_type } }
OR = {
has_building_or_higher = castle_$LEVEL$
has_building_or_higher = city_$LEVEL$
has_building_or_higher = temple_$LEVEL$
has_building_or_higher = temple_citadel_$LEVEL$
}
}
trigger_else = {
has_building_or_higher = temple_$LEVEL$
}
}
building_murex_farm_requirement_terrain = {
is_county_capital = yes
is_coastal = yes
@ -902,6 +936,7 @@ building_spice_plantation_requirement_terrain = {
geographical_region = world_asia_sulawesi_maluku
geographical_region = world_asia_indonesia
geographical_region = world_india
geographical_region = world_burma
}
OR = {
terrain = jungle
@ -920,19 +955,19 @@ building_examination_hall_requirement_terrain = {
}
building_breweries_requirement = {
OR = {
AND = {
trigger_if = {
limit = {
has_building_or_higher = temple_$NUMBER$
OR = {
faith = faith:catholic
faith = { has_doctrine_parameter = allows_brewery }
}
}
AND = {
has_building_or_higher = city_$NUMBER$
culture = { has_cultural_parameter = allows_brewery }
OR = {
faith = faith:catholic
faith = { has_doctrine_parameter = allows_brewery }
}
}
trigger_else = {
building_requirement_castle_city_church = { LEVEL = $NUMBER$ }
culture = { has_cultural_parameter = allows_brewery }
}
}
#building_powder_magazine_requirement = {