<?xml version="1.0"?>
<clientconfig>
    <switchReelsOnFreeSpin>true</switchReelsOnFreeSpin>
    <!-- Configures the spinning behavior of the slot -->
    <spin>
        <startdelay>0</startdelay>
        <stopdelay>0</stopdelay>
        <duration>1800</duration>
        <reelstartdelays>0,0,0,0,0</reelstartdelays>
        <reelstopdelays>0,300,600,900,1200</reelstopdelays>
        <spinvelocities>-50,-50,-50,-50,-50</spinvelocities>
        <blurfactor>0.9</blurfactor>
        <stopmethod>spring</stopmethod>
        <springparameters>
            <k>.5,.5,.5,.5,.5</k>
            <inertia>.4,.4,.4,.4,.4</inertia>
        </springparameters>
        <brakevelocities>
            <startvelocities>-45,-45,-45,-45,-45</startvelocities>
            <endvelocities>-40,-40,-40,-40,-40</endvelocities>
        </brakevelocities>
        <excitementvelocity>-60</excitementvelocity>
        <excitementdelay>2500</excitementdelay>
        <excitementspeeduptime>500</excitementspeeduptime>
        <attentions>
            <attention>
                <symbol>SYM0</symbol>
                <state>attention</state>
            </attention>
        </attentions>
    </spin>
    
    <quickspin>
        <startdelay>0</startdelay>
        <stopdelay>0</stopdelay>
        <duration>800</duration>
        <reelstartdelays>0,0,0,0,0</reelstartdelays>
        <reelstopdelays>0,100,200,300,400</reelstopdelays>
        <spinvelocities>-65,-65,-65,-65,-65</spinvelocities>
        <blurfactor>0.9</blurfactor>
        <stopmethod>spring</stopmethod>
        <excitementvelocity>-70</excitementvelocity>
        <excitementdelay>2500</excitementdelay>
        <excitementspeeduptime>1000</excitementspeeduptime>
        <springparameters>
            <k>.5,.5,.5,.5,.5</k>
            <inertia>.2,.2,.2,.2,.2</inertia>
        </springparameters>
        <brakevelocities>
            <startvelocities>-60,-60,-60,-60,-60</startvelocities>
            <endvelocities>-60,-60,-60,-60,-60</endvelocities>
        </brakevelocities>
    </quickspin>
   
    <!-- Configures one or more reel sets -->
    <reelset appliesto='default'>
        <symbolsize>
            <horizontal>182</horizontal>
            <vertical>110</vertical>
        </symbolsize>
        <rowindexpositionmodifier>0</rowindexpositionmodifier>
        <rows>5</rows>
        <reels>5</reels>
        <padding>
            <vertical>0</vertical>
            <horizontal>0</horizontal>
        </padding>
    </reelset>
    
    <!-- Configures the win presentation in the slot. -->
    <presentation>
        <lowwinratiolow>0.0</lowwinratiolow>
        <lowwinratio>0.5</lowwinratio>
        <midwinratiolow>0.5</midwinratiolow>
        <midwinratio>2.0</midwinratio>
        <highwinratiolow>2.0</highwinratiolow>
        <highwinratio>15.0</highwinratio>
        <bigwinratio>15</bigwinratio>
        <megawinratio>30</megawinratio>
        <supermegawinratio>60</supermegawinratio>
        
        <bigwin>
            <playinfreespin>true</playinfreespin>
            <basic>
                <replacesinitial>false</replacesinitial>
            </basic>
        </bigwin>
        <initial>
            <startdelay>0</startdelay>
            <enddelay>1000</enddelay>
            <showentirebetlinetreshold>1</showentirebetlinetreshold>
            <specialwins>
                <win>
                    <type>freespins</type>
                    <sound>FreeSpinWonSND</sound>
                </win>
            </specialwins>
        </initial>
        <individual>
            <wintextindex>middle</wintextindex>
            <delay>0</delay>
            <loopsinglewins>true</loopsinglewins>
        </individual>
    </presentation>
    
    <!-- Configures the pick symbol presentation. -->
    <picksymbol>
        <sign>
            <libraryId>PickASymbolSign</libraryId>
            <location>2,2</location>
            <translation>scatterSelect</translation>
        </sign>
    </picksymbol>
    
    <!-- Mapping of key symbols used in the slot. -->
    <keysymbols>
        <scatter>SYM0</scatter>
        <wild>SYM1</wild>
    </keysymbols>
    
    <!-- Info scroller in the keypad -->
    <infoscroller>
        <delay>10000</delay>
        <element>
            <translation>winUpToVarCoins</translation>
            <parameters>480 000</parameters>
        </element>
    </infoscroller>
    
    <!-- Configures the win field(info panel) resets -->
    <winreset>
       <spin>
           <hold>true</hold>
           <holdtime>1000</holdtime>
       </spin>
    </winreset>
     
    <keyboard>
        <useshortcuts>true</useshortcuts>
    </keyboard>
    <allowqualitychanges>true</allowqualitychanges> 
    
    <settingsOrder>quickPlay,showFeatureSplashNextTime,animationGroup,audioGroup,qualityGroup,useKeyboardShortcuts,history</settingsOrder>

    <paytable>
        <popup>
           <paytablealignment>auto</paytablealignment>
        </popup>
    </paytable>
    
    <performancecheck>
        <enabled>true</enabled>
        <threshold>15</threshold>
    </performancecheck>
    
    <starlingGraphicsCache>
        <!-- When Pigs Fly Symbol Assets -->
        <starlingCache>
            <exportId>SymbolSingleNumber</exportId>
            <skipCompare>1</skipCompare>
        </starlingCache>
        <starlingCache>
            <exportId>BigWinNumbers</exportId>
            <skipCompare>1</skipCompare>
        </starlingCache>
        <starlingCache>
            <exportId>MegaWinNumbers</exportId>
            <skipCompare>1</skipCompare>
        </starlingCache>
        <starlingCache>
            <exportId>SuperMegaWinNumbers</exportId>
            <skipCompare>1</skipCompare>
        </starlingCache>
    </starlingGraphicsCache>
</clientconfig>
