Minor changes to N3OW special buildings
redid the requirements for construction for several special buildings, so they should work properly now.
This commit is contained in:
parent
909f2da716
commit
fed3ac1eb5
2 changed files with 13 additions and 9 deletions
|
|
@ -49,6 +49,7 @@ fortress_andorra_01 = {
|
|||
|
||||
flag = travel_point_of_interest_religious
|
||||
}
|
||||
|
||||
##########
|
||||
# Leuven University
|
||||
##########
|
||||
|
|
@ -61,7 +62,7 @@ leuven_university_01 = {
|
|||
|
||||
can_construct_potential = {
|
||||
scope:holder = {
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
highest_held_title_tier >= tier_duchy
|
||||
prestige_level >= 4
|
||||
}
|
||||
county = {
|
||||
|
|
@ -126,8 +127,10 @@ court_of_europa_01 = {
|
|||
type_icon = "icon_structure_despot_palace.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
scope:holder = { prestige_level >= 4 }
|
||||
scope:holder.has_title = { e_europa }
|
||||
scope:holder = {
|
||||
prestige_level >= 4
|
||||
highest_held_title_tier >= tier_duchy
|
||||
}
|
||||
scope:holder.culture = { has_innovation = innovation_manorialism }
|
||||
building_requirement_tribal = no
|
||||
}
|
||||
|
|
@ -276,7 +279,7 @@ port_of_amsterdam_01 = {
|
|||
|
||||
can_construct_potential = {
|
||||
scope:holder.culture = { has_innovation = innovation_manorialism }
|
||||
scope:holder.has_title = { d_holland }
|
||||
scope:holder = { highest_held_title_tier >= tier_duchy }
|
||||
}
|
||||
|
||||
cost_gold = 500
|
||||
|
|
@ -322,7 +325,7 @@ port_of_amsterdam_02 = {
|
|||
|
||||
can_construct_potential = {
|
||||
scope:holder.culture = { has_innovation = innovation_windmills }
|
||||
scope:holder.has_title = { d_holland }
|
||||
scope:holder = { highest_held_title_tier >= tier_duchy }
|
||||
building_requirement_castle_city_church = { LEVEL = 02 }
|
||||
}
|
||||
|
||||
|
|
@ -369,7 +372,7 @@ port_of_amsterdam_03 = {
|
|||
|
||||
can_construct_potential = {
|
||||
scope:holder.culture = { has_innovation = innovation_windmills }
|
||||
scope:holder.has_title = { d_holland }
|
||||
scope:holder = { highest_held_title_tier >= tier_duchy }
|
||||
building_requirement_castle_city_church = { LEVEL = 03 }
|
||||
}
|
||||
|
||||
|
|
@ -419,7 +422,7 @@ port_of_antwerpen_01 = {
|
|||
|
||||
can_construct_potential = {
|
||||
scope:holder.culture = { has_innovation = innovation_manorialism }
|
||||
scope:holder.has_title = { d_brabant }
|
||||
scope:holder = { highest_held_title_tier >= tier_duchy }
|
||||
}
|
||||
|
||||
cost_gold = 350
|
||||
|
|
@ -465,7 +468,7 @@ port_of_antwerpen_02 = {
|
|||
|
||||
can_construct_potential = {
|
||||
scope:holder.culture = { has_innovation = innovation_windmills }
|
||||
scope:holder.has_title = { d_brabant }
|
||||
scope:holder = { highest_held_title_tier >= tier_duchy }
|
||||
building_requirement_castle_city_church = { LEVEL = 02 }
|
||||
}
|
||||
|
||||
|
|
@ -512,7 +515,7 @@ port_of_antwerpen_03 = {
|
|||
|
||||
can_construct_potential = {
|
||||
scope:holder.culture = { has_innovation = innovation_windmills }
|
||||
scope:holder.has_title = { d_brabant }
|
||||
scope:holder = { highest_held_title_tier >= tier_duchy }
|
||||
building_requirement_castle_city_church = { LEVEL = 03 }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue