Skip to content

45 — Ion Storm stop...

Ends an ion storm that is already breaking over the battlefield.

Editor data
Numeric ID
45
Engine ID
TACTION_ION_STORM_STOP
Editor name
Ion Storm stop...
Need token
NEED_NONE
Parameters
None
Attachment
none
INI example
[Actions]
<TriggerID>=1,45,0,0,0,0,0,0,

The gap is not a corner case. A storm ordered by Ion Storm start… waits IonStormWarning seconds before it breaks, and this action can do nothing with it for the whole of that wait. A scenario that means to call a storm off has to reach it after the break rather than during the warning, and only a warning of zero closes the gap entirely.

The storm ends owns what is restored, and what is not.

Caveats
  • A storm that has been ordered but has not broken yet is not running, so this action does not reach it. The whole of the warning countdown that both scripted starts arm is out of its reach, and the storm arrives on schedule however many times the action fires during it.
  • Nothing is cancelled or scheduled. Ending a storm early does not stop a later one, and it does not shorten or lengthen any countdown.
  • The action does nothing at all when no storm is running, which includes the case above.