updating character interactions
This commit is contained in:
parent
c7cd996463
commit
9e9e27cc5b
22 changed files with 846 additions and 342 deletions
|
|
@ -1,8 +1,9 @@
|
|||
revoke_title_interaction = {
|
||||
category = interaction_category_vassal
|
||||
common_interaction = yes
|
||||
common_interaction = no
|
||||
highlighted_reason = HIGHLIGHTED_HAS_REVOKE_TITLE_REASON
|
||||
notification_text = REVOKE_TITLE_PROPOSAL
|
||||
interface_priority = 110
|
||||
|
||||
name = {
|
||||
first_valid = {
|
||||
|
|
@ -133,6 +134,17 @@
|
|||
is_vassal_of = scope:actor
|
||||
is_busy_in_events_localised = yes
|
||||
NOT = { has_strong_hook = scope:actor }
|
||||
trigger_if = { # If admin, they need to hold a title that isn't their noble family title
|
||||
limit = {
|
||||
has_government = administrative_government
|
||||
}
|
||||
custom_tooltip = {
|
||||
text = admin_no_valid_appointment
|
||||
any_held_title = {
|
||||
NOT = { is_noble_family_title = yes }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
custom_tooltip = {
|
||||
text = cannot_take_overt_hostile_actions_against_diarch.tt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue