Transformation Update
Posted: Sat Mar 15, 2014 12:01 pm
Concise description:
- Transformation update for <TYPE>
- Add TYPE <RX> (Every Xth Round)
- Add TYPE <ROX> (Every Xth Round with Offset)
- For each round divisible by X, do Y
- Example <TYPE>RX3</TYPE> triggers every round that can be divided by 3, so Round 3, Round 6, Round 9. But does not trigger on any other rounds.
- Example <TYPE>RO-2X3</TYPE> triggers every round that can be divided by 3, but offset by -2. So it starts at Round 1, then round 4, then round 6, etc.
- Adds periodic events