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 }
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
building_type_fortress_andorra_01_desc:0 "WIP."
|
||||
building_fortress_andorra_01:0 "Fortress Monastery of Andorra"
|
||||
building_fortress_andorra_01_desc:0 "The monasteries of Andorra have become reinforced over the years by numerous defenses on all sides. The Andorran fortress-monasteries have earned the reputation of being the most well defended temples in the whole world, for they protect within their bowels centuries upon centuries of books, possessing the greatest of the Church's archives second only to the Vatican itself. Should Andorra fall, countless years of knowledge - both pre- and post-Event - will be lost."
|
||||
|
||||
building_type_leuven_university_01:1 "Leuven University"
|
||||
building_type_leuven_universtiy_01_desc:0 "WIP"
|
||||
building_leuven_university_01:0 "Leuven University"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue