Jump to content
Sign in to follow this  
Sanshiru

Events syntax explanation needed

Recommended Posts

Could someone explain the flags, limit and child lootmax/min, max and min syntax to me, please? Thanks in advance!

    <event name="StaticBonfire">
        <nominal>30</nominal>
        <min>0</min>
        <max>0</max>
        <lifetime>180</lifetime>
        <restock>0</restock>
        <saferadius>100</saferadius>
        <distanceradius>5</distanceradius>
        <cleanupradius>100</cleanupradius>
		<secondary>InfectedFirefighter</secondary>
        <flags deletable="0" init_random="0" remove_damaged="1"/>
        <position>fixed</position>
        <limit>child</limit>
        <active>1</active>
        <children>
            <child lootmax="8" lootmin="4" max="30" min="30" type="Bonfire"/>
        </children>
    </event>

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×