mucho fixes
This commit is contained in:
parent
e5137fa312
commit
f731e2ff0a
45 changed files with 10426 additions and 57 deletions
|
|
@ -323,16 +323,16 @@ administrative_government = {
|
|||
}
|
||||
|
||||
character_modifier = {
|
||||
#levy_size = -0.5
|
||||
#feudal_government_tax_contribution_mult = -0.5
|
||||
#feudal_government_levy_contribution_mult = -0.5
|
||||
#clan_government_tax_contribution_mult = -0.5
|
||||
#clan_government_levy_contribution_mult = -0.5
|
||||
#men_at_arms_cap = -2
|
||||
#men_at_arms_limit = -2
|
||||
#knight_limit = -5
|
||||
levy_size = -0.2
|
||||
feudal_government_tax_contribution_mult = -0.2
|
||||
feudal_government_levy_contribution_mult = -0.2
|
||||
clan_government_tax_contribution_mult = -0.2
|
||||
clan_government_levy_contribution_mult = -0.2
|
||||
men_at_arms_cap = -1
|
||||
men_at_arms_limit = -1
|
||||
knight_limit = -3
|
||||
vassal_limit = 100
|
||||
#active_accolades = -1
|
||||
active_accolades = -1
|
||||
title_creation_cost_mult = -0.5
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
admin_emperor = {
|
||||
default_candidates = { holder_close_family landed_vassal }
|
||||
invested_candidates = { holder_close_extended_family landed_vassal_close_extended_family unlanded_noble_close_extended_family unlanded_noble_house_head }
|
||||
invested_candidates = { holder_close_extended_family holder_house_member landed_vassal landed_vassal_close_family landed_vassal_close_extended_family holder_court_position holder_councilor }
|
||||
|
||||
allow_children = yes
|
||||
|
||||
|
|
@ -662,17 +662,6 @@
|
|||
desc = imperial_close_extended_family_desc
|
||||
}
|
||||
}
|
||||
#SAME HOUSE
|
||||
else_if = {
|
||||
limit = {
|
||||
house = top_liege.house
|
||||
}
|
||||
add = {
|
||||
value = 10
|
||||
multiply = scope:title.holder.legitimacy_level
|
||||
desc = imperial_same_house_desc
|
||||
}
|
||||
}
|
||||
|
||||
#SPOUSE AND THEIR FAMILY
|
||||
if = {
|
||||
|
|
@ -730,18 +719,6 @@
|
|||
desc = imperial_guardian_desc
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
exists = house
|
||||
}
|
||||
# All get to use their Family Rating
|
||||
add = {
|
||||
value = house.house_power_score
|
||||
multiply = 0.5
|
||||
desc = "[powerful_family_rating|E]"
|
||||
}
|
||||
}
|
||||
|
||||
#CO-EMPEROR OF EMPEROR
|
||||
if = {
|
||||
limit = {
|
||||
|
|
@ -840,19 +817,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
# Renounced imperial aspriations (from decision)
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
has_character_modifier = ep3_admin_renounce_throne_personal
|
||||
house ?= { has_house_modifier = ep3_admin_renounce_throne_house }
|
||||
}
|
||||
}
|
||||
add = {
|
||||
value = -1000
|
||||
desc = admin_renounced_throne
|
||||
}
|
||||
}
|
||||
|
||||
# ADJUST BASED ON GENDER LAW - MUST GO AT THE END
|
||||
save_temporary_value_as = pre_gender_law_calc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
admin_governor = {
|
||||
default_candidates = { holder_close_family }
|
||||
invested_candidates = { holder_house_member landed_vassal landed_vassal_house_member unlanded_noble_house_head unlanded_noble_close_family }
|
||||
invested_candidates = { holder_close_extended_family holder_house_member landed_vassal landed_vassal_close_family landed_vassal_close_extended_family holder_court_position holder_councilor }
|
||||
|
||||
candidate_score = {
|
||||
value = {
|
||||
|
|
@ -393,18 +393,25 @@
|
|||
}
|
||||
}
|
||||
|
||||
# PETITION
|
||||
if = {
|
||||
limit = { scope:title.var:petition_house_rights ?= house }
|
||||
add = {
|
||||
value = 250
|
||||
desc = petition_liege_house_province_rights_value_desc
|
||||
}
|
||||
}
|
||||
|
||||
# EXISTING GOVERNORSHIPS
|
||||
if = {
|
||||
limit = { is_governor = yes }
|
||||
limit = {
|
||||
scope:title = { tier = tier_kingdom }
|
||||
is_governor = yes
|
||||
highest_held_title_tier = tier_kingdom
|
||||
}
|
||||
add = {
|
||||
value = -1000
|
||||
desc = already_a_kingdom_governor_tt
|
||||
}
|
||||
}
|
||||
# EXISTING GOVERNORSHIPS
|
||||
if = {
|
||||
limit = {
|
||||
scope:title = { tier = tier_duchy }
|
||||
is_governor = yes
|
||||
highest_held_title_tier = tier_duchy
|
||||
}
|
||||
add = {
|
||||
value = -1000
|
||||
desc = already_a_governor_tt
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue