Page 1 of 1

Transformation Update

PostPosted: Sat Mar 15, 2014 12:01 pm
by zimmah
Concise description:
  • Transformation update for <TYPE>
  • Add TYPE <RX> (Every Xth Round)
  • Add TYPE <ROX> (Every Xth Round with Offset)

Specifics/Details:
  • 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.

How this will benefit the site and/or other comments:
  • Adds periodic events