parent
15a5108e23
commit
c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
grant_vassal_interaction = {
|
||||
category = interaction_category_vassal
|
||||
common_interaction = no
|
||||
common_interaction = yes
|
||||
interface = transfer_vassal
|
||||
icon = icon_vassal
|
||||
|
||||
|
|
@ -1393,17 +1393,24 @@ create_claimant_faction_against_interaction = {
|
|||
exists = scope:recipient
|
||||
exists = scope:landed_title
|
||||
scope:recipient = {
|
||||
tgp_is_any_minister = yes
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
scope:recipient = {
|
||||
custom_description = {
|
||||
text = target_is_a_minister_desc
|
||||
subject = this
|
||||
any_held_title = {
|
||||
tgp_is_minister_title = yes
|
||||
de_jure_liege ?= scope:landed_title
|
||||
}
|
||||
scope:landed_title = { this = title:h_china }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1674,7 +1681,10 @@ force_onto_council = {
|
|||
NAND = {
|
||||
has_council_position = councillor_court_chaplain
|
||||
faith = {
|
||||
has_doctrine_parameter = clerical_appointment_fixed
|
||||
OR = {
|
||||
has_doctrine = doctrine_clerical_succession_temporal_fixed_appointment
|
||||
has_doctrine = doctrine_clerical_succession_spiritual_fixed_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2281,7 +2291,7 @@ ask_for_pardon_interaction = {
|
|||
first_valid = {
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:actor.top_liege != scope:recipient
|
||||
scope:actor != scope:recipient.liege
|
||||
}
|
||||
desc = ask_for_pardon_interaction_minister_desc
|
||||
}
|
||||
|
|
@ -2322,9 +2332,7 @@ ask_for_pardon_interaction = {
|
|||
|
||||
is_highlighted = {
|
||||
OR = {
|
||||
scope:actor = {
|
||||
has_usable_hook = scope:recipient
|
||||
}
|
||||
has_usable_hook = scope:recipient
|
||||
AND = {
|
||||
scope:recipient = {
|
||||
has_title = title:e_minister_of_justice
|
||||
|
|
@ -4000,7 +4008,6 @@ 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