Constant GAME_TICK_TICKS

Source
pub const GAME_TICK_TICKS: u64 = 100;
Expand description

Ticker units per fight step. The system ticker counts milliseconds (TICKER_UNIT_DURATION_MS = 1), and the live game loop advances the ticker by 100 units per 100ms game tick — one step equals one game tick.