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
268
common/scripted_triggers/00_task_contract_triggers.txt
Normal file
268
common/scripted_triggers/00_task_contract_triggers.txt
Normal file
|
|
@ -0,0 +1,268 @@
|
|||
|
||||
#This should list _ALL_ laamp_contracts_criminal_group-contracts
|
||||
can_create_criminal_contract_trigger = {
|
||||
$LAAMP$ = {
|
||||
OR = {
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_0041
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_1041
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_5031
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_5051
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_2041
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_3011
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_3031
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_3041
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_4041
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#This should list _ALL_ laamp_contracts_diplomacy_group-contracts
|
||||
can_create_diplomacy_contract_trigger = {
|
||||
$LAAMP$ = {
|
||||
OR = {
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_0001
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_0011
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_0021
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_0031
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_cultural_minority_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_religious_minority_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_boost_legitimacy_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#This should list _ALL_ laamp_contracts_hireling_group-contracts. Martial are also stashed here.
|
||||
can_create_hireling_contract_trigger = {
|
||||
$LAAMP$ = {
|
||||
OR = {
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_1011
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_2001
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_help_train_commanders_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_rid_councillor_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_gain_wanderer_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#This should list _ALL_ laamp_contracts_justicar_group-contracts
|
||||
can_create_justicar_contract_trigger = {
|
||||
$LAAMP$ = {
|
||||
OR = {
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_6001
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_6011
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_6021
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_6031
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#This should list _ALL_ laamp_contracts_learning_group-contracts
|
||||
can_create_learning_contract_trigger = {
|
||||
$LAAMP$ = {
|
||||
OR = {
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_4001
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_4011
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_4021
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_4031
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_4100
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_help_faith_conversion_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_fight_faith_conversion_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#This should list _ALL_ laamp_contracts_intrigue_group-contracts
|
||||
can_create_intrigue_contract_trigger = {
|
||||
$LAAMP$ = {
|
||||
OR = {
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_3001
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_prison_break_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_help_find_secrets_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_help_fabricate_claim_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_help_increase_control_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_find_secret_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_eliminate_heir_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#This should list _ALL_ laamp_contracts_stewardship_group-contracts
|
||||
can_create_stewardship_contract_trigger = {
|
||||
$LAAMP$ = {
|
||||
OR = {
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_2011
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_2021
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_base_2031
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#This should list _ALL_ laamp_contracts_transport_group-contracts
|
||||
can_create_transport_contract_trigger = {
|
||||
$LAAMP$ = {
|
||||
OR = {
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_construction_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_treasure_hunting_contract
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_transport_vip
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_transport_artifact
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_transport_gold
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_transport_ward
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_transport_explorer
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_transport_animal
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
can_create_task_contract = {
|
||||
type_name = laamp_transport_explorer
|
||||
employer = $EMPLOYER$
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue