Meaning of Type 2 Events

Post Reply
mdsmall
Posts: 803
Joined: Tue Apr 28, 2020 11:36 am
Location: Vancouver, BC

Meaning of Type 2 Events

Post 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.
User avatar
BillRunacre
Posts: 6512
Joined: Mon Jul 22, 2013 2:57 pm
Contact:

RE: Meaning of Type 2 Events

Post 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
Follow us on Twitter: https://twitter.com/FurySoftware

We're also on Facebook! https://www.facebook.com/FurySoftware/
mdsmall
Posts: 803
Joined: Tue Apr 28, 2020 11:36 am
Location: Vancouver, BC

Re: Meaning of Type 2 Events

Post 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
User avatar
BillRunacre
Posts: 6512
Joined: Mon Jul 22, 2013 2:57 pm
Contact:

Re: Meaning of Type 2 Events

Post by BillRunacre »

Yes, that looks correct to me Michael.
Follow us on Twitter: https://twitter.com/FurySoftware

We're also on Facebook! https://www.facebook.com/FurySoftware/
Post Reply

Return to “MODS and Scenarios”