Pretty much done urban republics just need to set up italy

This commit is contained in:
Fishedotjpg 2026-03-13 05:36:49 +00:00
parent 184f0786d4
commit e1b96544d5
10 changed files with 2568 additions and 132 deletions

View file

@ -11,7 +11,6 @@ saxon_elective = { #Farmer Elective
base = 1
modifier = { #Each voter is the "representative" of all the free men living in his domain. The larger the domain, the more voting power he has.
desc = tooltip_scandinavian_elective_development
is_landed_or_landless_administrative = yes
domain_size >= 1
any_held_title = {
title_tier = county
@ -46,7 +45,6 @@ saxon_elective = { #Farmer Elective
}
modifier = { #Further boost/reduction is given depending on capital county's opinion.
desc = tooltip_scandinavian_elective_capital_opinion
is_landed_or_landless_administrative = yes
exists = capital_county
OR = {
capital_county.county_opinion <= -5
@ -188,7 +186,6 @@ urban_elective = { #Urban Elective
base = 1
modifier = { #Each voter is the "representative" of all the free men living in his domain. The larger the domain, the more voting power he has.
desc = tooltip_scandinavian_elective_development
is_landed_or_landless_administrative = yes
domain_size >= 1
any_held_title = {
title_tier = county
@ -234,6 +231,13 @@ urban_elective = { #Urban Elective
multiply = 0.2
}
}
modifier = { #Further boost/reduction is given depending on capital county's opinion.
desc = tooltip_urbanrep_vote_strength_influence
add = {
value = 3
multiply = influence_level
}
}
min = 1
}