TICK-BASED TIMING
Time quantized into discrete simulation beats — server ticks resolving all actions at fixed intervals, energy systems granting turns by speed, games where 'real-time' is secretly a fast turn sequence.
- SOLO-DEV COST MEDIUM
- TIMING REAL-TIME / TURN
- COMMON IN MMO · ROGUELIKE · ARPG · AUTOMATION
Old-school MMOs and RuneScape made the tick a visible skill layer (its 0.6-second tick governs everything, and high-level play is tick manipulation — queuing actions to defeat the quantum), roguelikes run energy systems where speed stats determine who acts per tick (the fast character literally gets more turns), Path of Exile and ARPGs resolve effects on server ticks that theorycrafters must know (damage-over-time stacking per tick), and factory games simulate in fixed updates that make throughput math exact. Designers quantize time because discreteness buys determinism: with a fixed tick, every interaction resolves in a defined order at defined moments — combat math is exactly reproducible, multiplayer synchronization has a heartbeat, and simulation cost is bounded per beat — and the design gains a hidden tuning surface, since tick rate is effectively the game's temporal resolution (coarse ticks make timing forgiving and chunky; fine ticks approach continuity). The fascinating part is what happens when players discover the grid: tick knowledge stratifies mastery (RuneScape's tick-perfect methods multiply efficiency for those who see the matrix), speed stats in energy systems become deceptively deep (a 10% speed edge occasionally yields double turns — threshold math worth building around), and the smooth-looking action game reveals its true clockwork to frame-counters. Key decisions: tick visibility (embrace it as mechanic like RuneScape, or hide it as implementation — exposure creates depth and alienates the untrained in equal measure), tick rate against feel (the perceptible tick reads as responsive-chunky or laggy depending on animation dressing), and action-queuing rules — what happens to inputs between ticks defines the interface's honesty. Pitfall: tick artifacts as unintended meta — when effects round to ticks in exploitable ways (the buff that snapshots, the attack pattern defeating regeneration timing), the community will build the entire endgame on your quantization bugs, and removing them becomes redesigning the game; discrete time must be tested as a mechanic, because players will play it as one.
SEEN IN
- OLD SCHOOL RUNESCAPE
- PATH OF EXILE
- CAVES OF QUD