Slotify Tools
Frontend only (/, no backoffice).
Active games only. Edit or revert mock files.
/ (e.g. http://localhost:8200/).Each file is a YAML list of entries.
- game_id: 694
win_bet: "100"
type: mock
game_type: basic
reel: 0
settings: [4, 4, 4, 4, 3, 3, 3, 3]
feature_type: -1
game_id: game key (string/number).win_bet: RTP profile / payout variant marker (may be encoded as bet size).type: always mock.game_type: basic or bonus.feature_type: bonus feature index. -1 = base game; 0, 1, … = bonus variations.reel: strip index. -1 for meta/default entries; 0+ for specific strips.settings: ordered strip payload. When a reel spins, the game takes as many consecutive values as the reel height.Keep one entry per (game_id, feature_type, reel). Use the ordering/length expected by the engine.