You are on page 1of 5

pirate_government = {

create_cadet_branches = yes
rulers_should_have_dynasty = yes
dynasty_named_realms = no
royal_court = yes

primary_holding = castle_holding
valid_holdings = { city_holding tribal_holding }
required_county_holdings = { castle_holding city_holding church_holding }

### EK TODO: Special rights (representation, plunder, ...)


vassal_contract = {
# General clauses
pirate_government_tribute
pirate_government_raid
# Special clauses
privateering_rights

marriage_favor_rights
}

flag = government_can_raid_rule
flag = government_can_raid_across_water_rule
flag = government_is_pirate
color = hsv{ 0.1 0.1 0.1 }
}

academy_government = {
primary_holding = academy_holding
required_county_holdings = { academy_holding city_holding church_holding }
court_generate_spouses = no
court_generate_commanders = 5
council = no

ai = {
arrange_marriage = no
use_goals = no
use_scripted_guis = no
perform_religious_reformation = no
}

vassal_contract = { republic_government_obligations }
flag = government_is_academy
color = hsv{ 0.23 0.5 0.87 }
}

hierocracy_government = { # Only for faiths with the Temporal Clergy, still allows
you to hold Temples if you're the HoF
rulers_should_have_dynasty = yes
dynasty_named_realms = no
royal_court = yes

primary_holding = castle_holding
valid_holdings = { church_holding }
required_county_holdings = { city_holding castle_holding church_holding }

vassal_contract = {
vassal_contribution_group
# Common rights
religious_rights
fortification_rights
coinage_rights
succession_rights
war_declaration_rights
council_rights
title_revocation_rights

# EK rights
cultural_rights
}

can_get_government = {
should_use_hierocracy_government = yes
}

flag = government_is_hierocracy
color = hsv{ 0 0.63 0.71 }
}

autocracy_government = { # Vassal contributions are tied to the opinion, used by


most people
create_cadet_branches = yes
rulers_should_have_dynasty = yes
dynasty_named_realms = no
royal_court = yes

primary_holding = castle_holding
required_county_holdings = { castle_holding city_holding church_holding }

fallback = 1

vassal_contract = {
vassal_contribution_group

# Common rights
religious_rights
fortification_rights
coinage_rights
succession_rights
war_declaration_rights
council_rights
title_revocation_rights

# "Clan" rights
jizya_special_rights
iqta_special_rights
ghazi_special_rights
marriage_favor_rights

# EK rights
cultural_rights
}

opinion_of_liege = {
scope:vassal = {
if = {
limit = { max_military_strength >=
scope:liege.max_military_strength }

if = {
limit = { scope:liege = { has_realm_law =
crown_authority_0 } }
value = {
value = max_military_strength
subtract = scope:liege.max_military_strength
divide = scope:liege.max_military_strength
multiply = -25
max = -100
}
}
else_if = {
limit = { scope:liege = { has_realm_law =
crown_authority_1 } }
value = {
value = max_military_strength
subtract = scope:liege.max_military_strength
divide = scope:liege.max_military_strength
multiply = -30
max = -100
}
}
else_if = {
limit = { scope:liege = { has_realm_law =
crown_authority_2 } }
value = {
value = max_military_strength
subtract = scope:liege.max_military_strength
divide = scope:liege.max_military_strength
multiply = -37
max = -100
}
}
else_if = {
limit = { scope:liege = { has_realm_law =
crown_authority_3 } }
value = {
value = max_military_strength
subtract = scope:liege.max_military_strength
divide = scope:liege.max_military_strength
multiply = -50
max = -100
}
}
}
}
}
opinion_of_liege_desc = {
desc = "GOVERNMENT_AUTOCRACY_MAX_MILITARY_STRENGTH_DIFFERENCE"
}

### EK EDIT: You shouldn't get this if you're eligibile for the Hierocratic
government
can_get_government = {
should_use_autocracy_government = yes
}
flag = government_is_autocracy
color = hsv{ 0.74 0.88 0.78 }
}

landed_order_government = {
primary_holding = castle_holding
required_county_holdings = { castle_holding city_holding church_holding }
religious = yes
dynasty_named_realms = no
court_generate_spouses = no
court_generate_commanders = 5
council = no

ai = {
arrange_marriage = no
use_goals = no
use_scripted_guis = no
perform_religious_reformation = no
}

vassal_contract = {
vassal_contribution_group

religious_rights
fortification_rights
coinage_rights
succession_rights
war_declaration_rights
council_rights
title_revocation_rights

cultural_rights
}

can_get_government = {
should_use_landed_order_government = yes
}

flag = government_is_landed_order
color = hsv{ 0.00 0.00 0.40 }
}

praxis_government = { # Used by Altmer - aka 'Ceremoniarchy'


create_cadet_branches = yes
rulers_should_have_dynasty = yes
dynasty_named_realms = no
royal_court = yes
primary_heritages = { heritage_aldmeri }
primary_holding = castle_holding
required_county_holdings = {
castle_holding
city_holding
church_holding
}
vassal_contract = {
# It's supposed to be a Feudal exclusive
feudal_government_taxes
feudal_government_levies
# Common rights
religious_rights
fortification_rights
coinage_rights
succession_rights
war_declaration_rights
council_rights
title_revocation_rights

# "Clan" rights
jizya_special_rights
iqta_special_rights
ghazi_special_rights
marriage_favor_rights

# EK rights
cultural_rights
}
color = {
0.6
0.65
1
}

flag = government_is_praxis
can_get_government = {
should_use_praxis_government = yes
}
}

You might also like