πŸ’ŽGuaranteed Rewards

The Guaranteed Rewards feature ensures that players receive special prizes after a set number of spins. It’s a great way to reward consistent participation and motivate players to keep spinning the wheel over time.

Syntax

guaranteed_rewards:
  use: <true/false>
  data:
    - '<reward_id>;<number>'

use

Default: true

Enables or disables the Guaranteed Rewards system.


data

  data:
    - '<reward_id>;<spins>'

Defines the reward and the number of spins required to obtain it. If player got guaranteed reward before hitting the required spins cap, his road to this guarancy of winning will be reseted to zero

example:

'diamond;10' - player will get reward with id "diamond" every 10 spins

Last updated