britannia

This commit is contained in:
trashb0at 2024-11-12 13:52:29 -05:00
parent 83ca187310
commit 13db003441
9 changed files with 133 additions and 0 deletions

View file

@ -0,0 +1,34 @@
e_britannia = {
2530.1.1 = {
holder = britannia0001 #Frydyryk Cyflymarhyan
government = administrative_government
effect = {
if = {
limit = {
exists = holder
holder = { has_government = administrative_government }
}
set_state_faith = faith:victorian
}
if = {
limit = {
exists = holder
has_dlc_feature = royal_court
}
holder = {
set_court_type = court_administrative
}
}
if = {
limit = {
exists = holder
NOT = { has_dlc_feature = roads_to_power }
}
holder = {
change_government = feudal_government
add_realm_law_skip_effects = single_heir_succession_law
}
}
}
}
}