Stavropul start
This commit is contained in:
parent
50e221bcef
commit
4c1f524d62
158 changed files with 10079 additions and 10160 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
grant_vassal_interaction = {
|
||||
category = interaction_category_vassal
|
||||
common_interaction = yes
|
||||
common_interaction = no
|
||||
interface = transfer_vassal
|
||||
icon = icon_vassal
|
||||
|
||||
|
|
@ -1393,24 +1393,17 @@ create_claimant_faction_against_interaction = {
|
|||
exists = scope:recipient
|
||||
exists = scope:landed_title
|
||||
scope:recipient = {
|
||||
OR = {
|
||||
has_title = title:e_minister_chancellor
|
||||
has_title = title:e_minister_censor
|
||||
has_title = title:e_minister_grand_marshal
|
||||
has_title = title:e_minister_of_personnel
|
||||
has_title = title:e_minister_of_revenue
|
||||
has_title = title:e_minister_of_rites
|
||||
has_title = title:e_minister_of_war
|
||||
has_title = title:e_minister_of_justice
|
||||
has_title = title:e_minister_of_works
|
||||
}
|
||||
tgp_is_any_minister = yes
|
||||
}
|
||||
}
|
||||
scope:recipient = {
|
||||
custom_description = {
|
||||
text = target_is_a_minister_desc
|
||||
subject = this
|
||||
scope:landed_title = { this = title:h_china }
|
||||
any_held_title = {
|
||||
tgp_is_minister_title = yes
|
||||
de_jure_liege ?= scope:landed_title
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1681,10 +1674,7 @@ force_onto_council = {
|
|||
NAND = {
|
||||
has_council_position = councillor_court_chaplain
|
||||
faith = {
|
||||
OR = {
|
||||
has_doctrine = doctrine_clerical_succession_temporal_fixed_appointment
|
||||
has_doctrine = doctrine_clerical_succession_spiritual_fixed_appointment
|
||||
}
|
||||
has_doctrine_parameter = clerical_appointment_fixed
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2291,7 +2281,7 @@ ask_for_pardon_interaction = {
|
|||
first_valid = {
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:actor != scope:recipient.liege
|
||||
scope:actor.top_liege != scope:recipient
|
||||
}
|
||||
desc = ask_for_pardon_interaction_minister_desc
|
||||
}
|
||||
|
|
@ -2332,7 +2322,9 @@ ask_for_pardon_interaction = {
|
|||
|
||||
is_highlighted = {
|
||||
OR = {
|
||||
has_usable_hook = scope:recipient
|
||||
scope:actor = {
|
||||
has_usable_hook = scope:recipient
|
||||
}
|
||||
AND = {
|
||||
scope:recipient = {
|
||||
has_title = title:e_minister_of_justice
|
||||
|
|
@ -4008,6 +4000,7 @@ grant_court_position = {
|
|||
scope:recipient = {
|
||||
liege ?= scope:actor
|
||||
tgp_is_ceremonial_liege_trigger = no
|
||||
NOT = { has_character_flag = travel_option_added_character }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue