All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Wiki of ZZT. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:19, 24 December 2025 Asie talk contribs created page Tick (Created page with "The fundamental unit of time in a ZZT world is the '''tick'''. During a tick, the player input is collected, after which all stats are processed in order based on their cycle. == Cycle handling == Whether a given stat is processed on a given tick is based on the following conditions: <code>Cycle =/= 0</code> and <code>TickCounter % Cycle == StatIndex % Cycle</code>, where: * <code>Cycle</code> refers to the stat's Cycle value, * <code>TickCou...") Tag: Visual edit: Switched