more loc and graphics
This commit is contained in:
parent
8161e5426a
commit
e610b09a27
37 changed files with 4206 additions and 245 deletions
|
|
@ -6,6 +6,7 @@
|
|||
highest_held_title_tier >= tier_county
|
||||
NOR = { #Cultures have their special flavor.
|
||||
government_has_flag = government_is_prepublic
|
||||
government_has_flag = government_is_urepublic
|
||||
culture = { has_cultural_parameter = witenagemot_succession_enabled }
|
||||
culture = { has_cultural_parameter = scandinavian_elective_enabled }
|
||||
culture = { has_cultural_parameter = tribal_elective_enabled } #FP3 addition
|
||||
|
|
@ -38,8 +39,9 @@
|
|||
government_has_flag = government_is_feudal
|
||||
government_has_flag = government_is_clan
|
||||
}
|
||||
NOT = {
|
||||
NOR = { #Cultures have their special flavor.
|
||||
government_has_flag = government_is_prepublic
|
||||
government_has_flag = government_is_urepublic
|
||||
}
|
||||
highest_held_title_tier = tier_empire
|
||||
}
|
||||
|
|
@ -104,6 +106,40 @@
|
|||
}
|
||||
}
|
||||
|
||||
urban_elective_succession_law = {
|
||||
can_have = {
|
||||
government_has_flag = government_is_urepublic
|
||||
}
|
||||
can_pass = {
|
||||
can_change_title_law_trigger = yes
|
||||
}
|
||||
can_title_have = {
|
||||
tier >= tier_county
|
||||
is_temporal_head_of_faith_trigger = no
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
}
|
||||
succession = {
|
||||
order_of_succession = election
|
||||
election_type = urban_elective
|
||||
}
|
||||
should_start_with = {
|
||||
government_has_flag = government_is_urepublic
|
||||
}
|
||||
flag = elective_succession_law
|
||||
flag = titles_cannot_leave_realm_on_succession
|
||||
title_allegiance_opinion = 5
|
||||
revoke_cost = {
|
||||
prestige = change_title_succession_law_prestige_cost
|
||||
}
|
||||
pass_cost = {
|
||||
prestige = change_title_succession_law_prestige_cost
|
||||
}
|
||||
potential = {
|
||||
government_has_flag = government_is_urepublic
|
||||
}
|
||||
}
|
||||
# Thing
|
||||
scandinavian_elective_succession_law = {
|
||||
can_have = {
|
||||
|
|
@ -112,8 +148,9 @@
|
|||
government_has_flag = government_is_clan
|
||||
government_has_flag = government_is_tribal
|
||||
}
|
||||
NOT = {
|
||||
NOR = {
|
||||
government_has_flag = government_is_prepublic
|
||||
government_has_flag = government_is_urepublic
|
||||
}
|
||||
highest_held_title_tier >= tier_duchy
|
||||
}
|
||||
|
|
@ -146,8 +183,9 @@
|
|||
government_has_flag = government_is_clan
|
||||
government_has_flag = government_is_tribal
|
||||
}
|
||||
NOT = {
|
||||
NOR = {
|
||||
government_has_flag = government_is_prepublic
|
||||
government_has_flag = government_is_urepublic
|
||||
}
|
||||
highest_held_title_tier >= tier_duchy
|
||||
}
|
||||
|
|
@ -186,8 +224,9 @@
|
|||
government_has_flag = government_is_clan
|
||||
government_has_flag = government_is_tribal
|
||||
}
|
||||
NOT = {
|
||||
NOR = {
|
||||
government_has_flag = government_is_prepublic
|
||||
government_has_flag = government_is_urepublic
|
||||
}
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
}
|
||||
|
|
@ -240,6 +279,10 @@
|
|||
is_nomad_title = yes
|
||||
government_has_flag = government_is_prepublic
|
||||
}
|
||||
AND = {
|
||||
is_nomad_title = yes
|
||||
government_has_flag = government_is_urepublic
|
||||
}
|
||||
}
|
||||
}
|
||||
should_show_for_title = { # Never show this in the UI, just apply it through script
|
||||
|
|
@ -316,8 +359,9 @@
|
|||
celestial_ministry_appointment_succession_law = {
|
||||
can_have = {
|
||||
government_has_flag = government_is_celestial
|
||||
NOT = {
|
||||
NOR = {
|
||||
government_has_flag = government_is_prepublic
|
||||
government_has_flag = government_is_urepublic
|
||||
}
|
||||
}
|
||||
can_pass = {
|
||||
|
|
@ -357,8 +401,9 @@
|
|||
celestial_grand_marshal_appointment_succession_law = {
|
||||
can_have = {
|
||||
government_has_flag = government_is_celestial
|
||||
NOT = {
|
||||
NOR = {
|
||||
government_has_flag = government_is_prepublic
|
||||
government_has_flag = government_is_urepublic
|
||||
}
|
||||
}
|
||||
can_pass = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue