
Parliament IssueChanged this version
Sponsor a University
The dissemination of knowledge in the pursuit of mental enlightenment and comprehension of the divine is a pure goal and one we must back with all our financial and political might by establishing liturgical institutions of great recognition.
UniversityAdvanceallow
UniversityBuildingallow, on debate passed
CityLocation Rankallow, on debate passed
MegalopolisLocation Rankallow, on debate passed
TownLocation Rankallow, on debate passedModifiers
Definitionin_game/common/parliament_issues/05_burghers_estate_parliament_issues.txt:2
5modifier_when_in_debate = {
}
10allow = {
11num_locations > 0
13NOT = {
14has_estate_privilege = estate_privilege:clergy_lecture_oaths
}
16any_owned_location = {
17is_core_of = root
18OR = {
}
}
}
27chance = {
28add = 1
29add = {
30if = {
31limit = {
32societal_value:traditionalist_vs_innovative > 30
}
34value = 2
}
}
38add = {
39if = {
40limit = {
41total_effective_building_levels:university < 1
}
43value = 2
}
}
46multiply = {
47if = {
48limit = {
49societal_value:traditionalist_vs_innovative < 0
}
51value = 0.5
}
53else = {
54value = 1
}
}
}
59on_debate_passed = {
60ordered_owned_location = {
61order_by = {
62value = population
63if = {
64limit = {
}
65multiply = 5
}
}
68limit = {
69is_core_of = root
71OR = {
}
}
77max = 1
78construct_building = {
80cost_multiplier = 0.5
81cost_multiplier_reason = "game_concept_parliament_issue"
}
}
}

