parent
15a5108e23
commit
c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
##################################################
|
||||
#
|
||||
# laamp_transport_vip - Escort Emissary - Escort a character's Courtier to another character
|
||||
# laamp_transport_vip - Escort Emissary - Escort a charachter's Courtier to another character
|
||||
# laamp_transport_artifact - Artifact Delivery - Transfer an artifact from one character to another
|
||||
# laamp_transport_gold - A Golden Gift - Transfer gold from one character to another
|
||||
# laamp_transport_ward - Ward Transfer - Escorting a Ward to a Guardian
|
||||
|
|
@ -51,7 +51,7 @@ laamp_transport_vip = {
|
|||
scope:employer = {
|
||||
any_courtier = {
|
||||
is_ai = yes
|
||||
is_available = yes
|
||||
is_available_allow_travelling = yes
|
||||
is_adult = yes
|
||||
is_lowborn = no
|
||||
}
|
||||
|
|
@ -66,7 +66,6 @@ laamp_transport_vip = {
|
|||
exists = root.var:task_contract_object
|
||||
var:task_contract_object = {
|
||||
is_courtier_of = root.task_contract_employer
|
||||
is_available = yes
|
||||
}
|
||||
}
|
||||
valid_to_accept = {
|
||||
|
|
@ -105,7 +104,7 @@ laamp_transport_vip = {
|
|||
random_courtier = {
|
||||
limit = {
|
||||
is_ai = yes
|
||||
is_available = yes
|
||||
is_available_allow_travelling = yes
|
||||
is_adult = yes
|
||||
is_lowborn = no
|
||||
}
|
||||
|
|
@ -380,7 +379,6 @@ laamp_transport_artifact = {
|
|||
scope:employer = {
|
||||
any_character_artifact = {
|
||||
NOR = {
|
||||
has_variable = artifact_succession_title
|
||||
has_variable = historical_unique_artifact
|
||||
has_variable = banner_house
|
||||
has_variable = banner_dynasty
|
||||
|
|
@ -406,7 +404,6 @@ laamp_transport_artifact = {
|
|||
scope:employer = {
|
||||
any_character_artifact = {
|
||||
NOR = {
|
||||
has_variable = artifact_succession_title
|
||||
has_variable = historical_unique_artifact
|
||||
has_variable = banner_house
|
||||
has_variable = banner_dynasty
|
||||
|
|
@ -448,8 +445,9 @@ laamp_transport_artifact = {
|
|||
limit = {
|
||||
NOR = {
|
||||
has_variable = historical_unique_artifact
|
||||
has_variable = banner_house
|
||||
has_variable = banner_dynasty
|
||||
}
|
||||
artifact_can_be_gift_advance_trigger = yes
|
||||
}
|
||||
save_scope_as = escorted_artifact
|
||||
}
|
||||
|
|
@ -1025,7 +1023,7 @@ laamp_transport_ward = {
|
|||
scope:employer = {
|
||||
any_child = {
|
||||
is_ai = yes
|
||||
is_available_child = yes
|
||||
is_available_child_allow_travel = yes
|
||||
OR = {
|
||||
num_of_relation_guardian = 0
|
||||
any_relation = {
|
||||
|
|
@ -1064,9 +1062,7 @@ laamp_transport_ward = {
|
|||
}
|
||||
}
|
||||
valid_to_keep = {
|
||||
root.var:task_contract_object ?= {
|
||||
is_available_child = yes
|
||||
}
|
||||
exists = root.var:task_contract_object
|
||||
}
|
||||
valid_to_accept = {
|
||||
# Standard triggers.
|
||||
|
|
@ -1104,7 +1100,7 @@ laamp_transport_ward = {
|
|||
}
|
||||
random_child = {
|
||||
limit = {
|
||||
is_available_child = yes
|
||||
is_available_child_allow_travel = yes
|
||||
OR = {
|
||||
num_of_relation_guardian = 0
|
||||
any_relation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue