idk why I dont have a cursor
This commit is contained in:
parent
701d55c01f
commit
cda3acdcea
349 changed files with 78627 additions and 7804 deletions
|
|
@ -69,7 +69,10 @@ gift_interaction = {
|
|||
|
||||
is_valid_showing_failures_only = {
|
||||
scope:actor.gold >= gift_value
|
||||
scope:recipient = { is_busy_in_events_localised = yes }
|
||||
scope:recipient = {
|
||||
is_busy_in_events_localised = yes
|
||||
NOT = { is_imprisoned_by = scope:actor }
|
||||
}
|
||||
}
|
||||
|
||||
on_auto_accept = {
|
||||
|
|
@ -232,7 +235,7 @@ gift_interaction = {
|
|||
scope:recipient = {
|
||||
AND = {
|
||||
is_vassal_of = scope:actor
|
||||
government_has_flag = government_is_republic
|
||||
government_has_flag = government_is_special_republic
|
||||
}
|
||||
}
|
||||
NOT = {
|
||||
|
|
@ -277,10 +280,10 @@ gift_interaction = {
|
|||
if = {
|
||||
limit = {
|
||||
is_ruler = yes
|
||||
has_government = administrative_government
|
||||
government_has_flag = government_is_administrative
|
||||
scope:recipient = {
|
||||
is_ruler = yes
|
||||
has_government = administrative_government
|
||||
government_has_flag = government_is_administrative
|
||||
any_held_title = {
|
||||
is_noble_family_title = yes
|
||||
}
|
||||
|
|
@ -733,6 +736,17 @@ gift_interaction = {
|
|||
}
|
||||
}
|
||||
|
||||
# Nomads are slightly less likely to do this since they'd prefer to send Herd instead
|
||||
modifier = {
|
||||
add = -10
|
||||
scope:actor = {
|
||||
government_has_flag = government_is_nomadic
|
||||
}
|
||||
scope:recipient = {
|
||||
government_has_flag = government_is_nomadic
|
||||
}
|
||||
}
|
||||
|
||||
modifier = {
|
||||
factor = 0.1
|
||||
scope:recipient = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue