<?xml version="1.0"?>
<!--***********************************************************************************************
* The autoplay configuration file is used in STB3 games with autoplay support. You can define the available spins
* the user can select to play as well as the available stop conditions.
* If you omit the advanced part, only the basic part of the autoplay menu will be created.
***********************************************************************************************-->
<autoplay>
    <basic>
        <spins>10,25,50,100,250,500,750,1000</spins>
    </basic>
    <stopconditions defaultPackage="com.netent.slottoolbox.autoplay.conditions">
        <setting type="check" selected="false" phrase="onAnyWin" id="anyWin" className="StbConditionAnyWin"/>
        <setting type="checkNumber" selected="false" phrase="ifWinExeeds" id="winExceeds" className="StbConditionWinExceedsAmount"/>
        <setting type="checkNumber" selected="false" value="{value.amount}" phrase="ifCashIncreasesBy" id="cashIncrease" className="StbConditionCashIncrease"/>
        <setting type="checkNumber" selected="false" value="{value.amount}" phrase="ifCashDecreasesBy" id="cashDecrease" className="StbConditionCashDecrease"/>
    </stopconditions>
    <bots defaultPackage="com.netent.slottoolbox.autoplay.bots">
        <bot className="StbFreeSpinStartingBot"></bot>
    </bots>
    <appearance>
        <menuAlign>left</menuAlign>
        <usePanelButton>true</usePanelButton>
    </appearance>
</autoplay>