im studying the triggers so i can write one, forgive me if answer is obvious, i have no coding experience.
this is the unpacked Agitating module, the PC version trigger. how can Actor(0) refer to the player character ("Actor(0) == ThisCard")? the player character is never on the screen when in a conversation. or actually is "ThisCard" not referring to the player character in this trigger?
another question, what is min/max strength of mood? what is default strength of mood? if character is ANGRY, how many strength of ANGRY should i subtract to change the character's mood?
i am also confused about Enumeration menu choices, for example i see DO_EXERCISE, ENCOURAGE_EXERCISE, EXERCISE_TOGETHER, and MINNA_EXERCISE. that's 4, but i only recall 3 distinct interactions: when a card asks you directly to exercise, when a card reminds you to exercise more, and when a card invites everyone in the room to exercise.
can someone share the list, that defines Actions, Expressions, Named Constants? AAU Guide Triggers page GitHub links are dead
and is there some table shows each Events, what is trigger/what is target etc?