19 lines
425 B
Text
19 lines
425 B
Text
|
|
###TRIGGER LIST
|
|
#ai_will_give_favor_trigger
|
|
|
|
#CHAR1 is the character who will be giving the favor, CHAR2 is the character who will be receiving it(i.e., CHAR2 is the one that gets to call in the favor).
|
|
ai_will_give_favor_trigger = {
|
|
$CHAR1$ = {
|
|
NOR = {
|
|
has_relation_rival = $CHAR2$
|
|
opinion = {
|
|
value <= -25
|
|
target = $CHAR2$
|
|
}
|
|
|
|
is_scheming_against = { target = $CHAR2$ type = murder }
|
|
}
|
|
}
|
|
}
|
|
|