summaryrefslogblamecommitdiff
path: root/graphics/particles/afk.xml
blob: 0b5e9cace243590fcca87ff5c8fe6b7f9dba95e5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                      

                                  
        
                                                            
                 
                                                     

                                                 
                                                               
                     
                                                                    
                                                       


                                                       



                                                                                       
                      
                     


                                                                    
                                                       


                                                       
                                                                                       

                                                             
                                                   
                            
                      
                     

                                                                    
                                                       


                                                       
                                                                                       

                                                             
                                                   
                            



                      
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: Alige, Hal9000
Copyright (C) 2013 Evol Online -->
<effect>
    <particle position-x="0" position-y="0" position-z="32">
        <emitter>
            <property name="position-y" value="-45"/>
            <property name="lifetime" value="1"/>
            <property name="output" value="1"/>
            <property name="output-pause" min="100" max="350"/>
            <emitter>
                <property name="gravity" min="-0.006" max="-0.008"/>
                <property name="momentum" value="0.9"/>
                <property name="lifetime" value="150"/>
                <property name="fade-out" value="40"/>
                <property name="output" value="1"/>
                <animation imageset="graphics/particles/zzz.png" width="8" height="10">
                    <sequence start="1" end="4" delay="140"/>
                    <frame index="5" delay="1000"/>
                </animation>
            </emitter>
            <emitter>
                <property name="position-x" value="-8"/>
                <property name="position-y" value="-5"/>
                <property name="gravity" min="-0.006" max="-0.008"/>
                <property name="momentum" value="0.9"/>
                <property name="lifetime" value="250"/>
                <property name="fade-out" value="100"/>
                <property name="output" value="1"/>
                <animation imageset="graphics/particles/zzz.png" width="8" height="10">
                    <frame index="0" delay="1000"/>
                    <sequence start="1" end="4" delay="140"/>
                    <frame index="5" delay="1000"/>
                </animation>
            </emitter>
            <emitter>
                <property name="position-x" value="6"/>
                <property name="gravity" min="-0.006" max="-0.008"/>
                <property name="momentum" value="0.9"/>
                <property name="lifetime" value="350"/>
                <property name="fade-out" value="160"/>
                <property name="output" value="1"/>
                <animation imageset="graphics/particles/zzz.png" width="8" height="10">
                    <frame index="0" delay="2000"/>
                    <sequence start="1" end="4" delay="140"/>
                    <frame index="5" delay="1000"/>
                </animation>
            </emitter>
        </emitter>
    </particle>
</effect>