N3OW/common/scripted_triggers/01_bp1_filippa_scripted_triggers.txt

41 lines
807 B
Text
Raw Normal View History

2025-06-02 16:22:24 +01:00

has_weak_hook_on_trigger = {
OR = {
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = weak_blackmail_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = favor_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = obligation_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = indebted_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = threat_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = manipulation_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = house_head_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = trial_by_combat_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = sumptuary_crime_hook
}
}
}