many fixes and also mural crowns
This commit is contained in:
parent
552de94e9f
commit
8d683ace6d
21 changed files with 3594 additions and 86 deletions
|
|
@ -61,7 +61,7 @@ republic_government = {
|
|||
faith = {
|
||||
has_doctrine = tenet_egalite
|
||||
}
|
||||
liege = {
|
||||
any_liege_or_above = {
|
||||
has_government = peasantrepublic_government
|
||||
}
|
||||
}
|
||||
|
|
@ -72,7 +72,7 @@ republic_government = {
|
|||
faith = {
|
||||
has_doctrine = tenet_egalite
|
||||
}
|
||||
liege = {
|
||||
any_liege_or_above = {
|
||||
has_government = urbanrepublic_government
|
||||
}
|
||||
}
|
||||
|
|
@ -92,6 +92,8 @@ republic_government = {
|
|||
government_is_republic
|
||||
government_is_settled
|
||||
government_uses_domain_limit
|
||||
gov_uses_non_crown_coa
|
||||
government_locked_to_elective
|
||||
}
|
||||
|
||||
color = hsv{ 0.00 1.00 0.98 }
|
||||
|
|
@ -371,6 +373,7 @@ mercenary_government = {
|
|||
government_uses_crown_authority
|
||||
cannot_be_vassal_or_liege
|
||||
government_is_mercenary
|
||||
gov_uses_non_crown_coa
|
||||
}
|
||||
|
||||
mechanic_type = mercenary
|
||||
|
|
@ -570,6 +573,7 @@ landless_adventurer_government = {
|
|||
cannot_be_vassal_or_liege
|
||||
government_is_landless_adventurer
|
||||
has_unique_government_perks
|
||||
gov_uses_non_crown_coa
|
||||
}
|
||||
|
||||
mechanic_type = landless_adventurer
|
||||
|
|
@ -636,6 +640,7 @@ landless_minority_government = {
|
|||
landless_can_be_vassalised
|
||||
government_is_landless_minority
|
||||
government_devassalises
|
||||
gov_uses_non_crown_coa
|
||||
}
|
||||
|
||||
mechanic_type = landless_adventurer
|
||||
|
|
@ -689,7 +694,7 @@ peasantrepublic_government = {
|
|||
faith = {
|
||||
has_doctrine = tenet_egalite
|
||||
}
|
||||
liege = {
|
||||
any_liege_or_above = {
|
||||
has_government = urbanrepublic_government
|
||||
}
|
||||
}
|
||||
|
|
@ -728,6 +733,7 @@ peasantrepublic_government = {
|
|||
government_is_prepublic
|
||||
government_locked_to_elective
|
||||
government_allows_nomad_domicile_titles
|
||||
gov_uses_non_crown_coa
|
||||
}
|
||||
|
||||
mechanic_type = feudal
|
||||
|
|
@ -768,7 +774,7 @@ urbanrepublic_government = {
|
|||
faith = {
|
||||
has_doctrine = tenet_egalite
|
||||
}
|
||||
liege = {
|
||||
any_liege_or_above = {
|
||||
has_government = urbanrepublic_government
|
||||
}
|
||||
}
|
||||
|
|
@ -811,6 +817,7 @@ urbanrepublic_government = {
|
|||
government_is_urepublic
|
||||
government_locked_to_elective
|
||||
government_allows_nomad_domicile_titles
|
||||
gov_uses_non_crown_coa
|
||||
}
|
||||
|
||||
mechanic_type = feudal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue