Page 1 of 1

Meaning of Type 2 Events

Posted: Mon May 03, 2021 10:30 am
by mdsmall
I am trying to figure out exactly how TYPE 2 Events work. The Notes in the Editor say:

"Type 2 = reoccurring checks until end of game

OR

once the #DATE field is satisfied"

Does reoccurring mean the check is made every player turn for both sides, or less frequently?

Does the OR condition above mean that the checks start when the DATE field have been satisfied, or that they stop when the DATE field has been satisfied? The logic of the first condition - "until end of game" would imply that they stop when the DATE is reached, assuming it is before the end of the game, but reading the scripts for TYPE 2 events the former interpretation makes more sense.

Grateful for enlightenment on this.

RE: Meaning of Type 2 Events

Posted: Tue May 04, 2021 6:29 am
by BillRunacre
Re-occuring means it checks every turn, although DECISION events are only checked on their side's turn.

The second bit "Once the #DATE field is satisfied:" relates to Type= 3 events:

; #TYPE= Values range [0, 3];
; With all other fields satisfied will this be:
; 0 = Single check regardless if #TRIGGER is satisfied
; 1 = Multiple check until #TRIGGER is satisfied
; 2 = Reoccuring check until end of game
; OR
; Once the #DATE field is satisfied:
; 3 = Event fires once if all other fields are satisfied, else it will not fire. Either way, event will be removed never to be looked at again

Re: Meaning of Type 2 Events

Posted: Sun Jul 17, 2022 3:56 pm
by mdsmall
Hi Bill - I am resurrecting this thread to double check my understanding of your explanation above.

Decision Events are the only Type 2 scripts that fire only on the turn of the country which owns the event. All other Type 2 scripts - e.g. Mobilization #2, Mobilization #3, Strength, Supply, National Morale, etc - fire on both the CP and the Entente player turns. Thus, for example, when the USA starts to automatically swing 1-4% per turn towards the Entente starting in June 1917, that swing can happen on both CP turns and Entente turns. But a dummy Decision Event that checks every turn to see if say the Entente holds holds a given NM objective, would only fire every only on the Entente player turn.

Correct?

Michael

Re: Meaning of Type 2 Events

Posted: Mon Jul 18, 2022 9:43 am
by BillRunacre
Yes, that looks correct to me Michael.