diff --git a/common/buildings/NEOW_special_buildings.txt b/common/buildings/NEOW_special_buildings.txt index b7508bd9..706d8adb 100644 --- a/common/buildings/NEOW_special_buildings.txt +++ b/common/buildings/NEOW_special_buildings.txt @@ -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 } } diff --git a/localization/english/NEOW_buildings_l_english.yml b/localization/english/NEOW_buildings_l_english.yml index b9c2b9c9..7779e56d 100644 --- a/localization/english/NEOW_buildings_l_english.yml +++ b/localization/english/NEOW_buildings_l_english.yml @@ -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"