project_files/Android-build/SDL-android-project/res/raw/basicflags.xml
author Xeli
Thu, 04 Aug 2011 17:34:21 +0200
branchhedgeroid
changeset 5467 88e25840f532
child 6725 f5eb11306c6a
permissions -rw-r--r--
Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values

<?xml version="1.0" encoding="UTF-8"?>
<basicflags>
    <tflag>
        <default>
            <integer>100</integer>
        </default>
        <image>
            <string>Health</string>
        </image>
        <max>
            <integer>200</integer>
        </max>
        <min>
            <integer>50</integer>
        </min>
        <title>
            <string>Initial Health</string>
        </title>
    </tflag>
    <flag>
        <checkOverMax>
            <boolean>false</boolean>
        </checkOverMax>
        <times1000>
            <boolean>false</boolean>
        </times1000>
        <command>
            <string>e$damagepct</string>
        </command>
        <default>
            <integer>100</integer>
        </default>
        <image>
            <string>Damage</string>
        </image>
        <max>
            <integer>300</integer>
        </max>
        <min>
            <integer>10</integer>
        </min>
        <title>
            <string>Damage Modifier</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>true</boolean>
        </checkOverMax>
        <times1000>
            <boolean>true</boolean>
        </times1000>
        <command>
            <string>e$turntime</string>
        </command>
        <default>
            <integer>45</integer>
        </default>
        <image>
            <string>Time</string>
        </image>
        <max>
            <integer>100</integer>
        </max>
        <min>
            <integer>1</integer>
        </min>
        <title>
            <string>Turn Time</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>true</boolean>
        </checkOverMax>
        <times1000>
            <boolean>false</boolean>
        </times1000>
        <command>
            <string>e$sd_turns</string>
        </command>
        <default>
            <integer>15</integer>
        </default>
        <image>
            <string>SuddenDeath</string>
        </image>
        <max>
            <integer>50</integer>
        </max>
        <min>
            <integer>0</integer>
        </min>
        <title>
            <string>Sudden Death Timeout</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>false</boolean>
        </checkOverMax>
        <times1000>
            <boolean>false</boolean>
        </times1000>
        <command>
            <string>e$waterrise</string>
        </command>
        <default>
            <integer>47</integer>
        </default>
        <image>
            <string>SuddenDeath</string>
        </image>
        <max>
            <integer>100</integer>
        </max>
        <min>
            <integer>0</integer>
        </min>
        <title>
            <string>Water Rise Amount</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>false</boolean>
        </checkOverMax>
        <times1000>
            <boolean>false</boolean>
        </times1000>
        <command>
            <string>e$healthdec</string>
        </command>
        <default>
            <integer>5</integer>
        </default>
        <image>
            <string>SuddenDeath</string>
        </image>
        <max>
            <integer>100</integer>
        </max>
        <min>
            <integer>0</integer>
        </min>
        <title>
            <string>Health Decrease</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>false</boolean>
        </checkOverMax>
        <times1000>
            <boolean>false</boolean>
        </times1000>
        <command>
            <string>e$ropepct</string>
        </command>
        <default>
            <integer>100</integer>
        </default>
        <image>
            <string>Rope</string>
        </image>
        <max>
            <integer>999</integer>
        </max>
        <min>
            <integer>25</integer>
        </min>
        <title>
            <string>Rope Length (%)</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>false</boolean>
        </checkOverMax>
        <times1000>
            <boolean>false</boolean>
        </times1000>
        <command>
            <string>e$casefreq</string>
        </command>
        <default>
            <integer>5</integer>
        </default>
        <image>
            <string>Box</string>
        </image>
        <max>
            <integer>9</integer>
        </max>
        <min>
            <integer>0</integer>
        </min>
        <title>
            <string>Crate Drop Turns</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>false</boolean>
        </checkOverMax>
        <times1000>
            <boolean>false</boolean>
        </times1000>
        <command>
            <string>e$healthprob</string>
        </command>
        <default>
            <integer>35</integer>
        </default>
        <image>
            <string>Health</string>
        </image>
        <max>
            <integer>100</integer>
        </max>
        <min>
            <integer>0</integer>
        </min>
        <title>
            <string>Health Kit Probability (%)</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>false</boolean>
        </checkOverMax>
        <times1000>
            <boolean>false</boolean>
        </times1000>
        <command>
            <string>e$hcaseamount</string>
        </command>
        <default>
            <integer>25</integer>
        </default>
        <image>
            <string>Health</string>
        </image>
        <max>
            <integer>200</integer>
        </max>
        <min>
            <integer>0</integer>
        </min>
        <title>
            <string>Health Amount in Kit</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>false</boolean>
        </checkOverMax>
        <times1000>
            <boolean>true</boolean>
        </times1000>
        <command>
            <string>e$minestime</string>
        </command>
        <default>
            <integer>3</integer>
        </default>
        <image>
            <string>Time</string>
        </image>
        <max>
            <integer>5</integer>
        </max>
        <min>
            <integer>-1</integer>
        </min>
        <title>
            <string>Mines Time</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>false</boolean>
        </checkOverMax>
        <times1000>
            <boolean>false</boolean>
        </times1000>
        <command>
            <string>e$minesnum</string>
        </command>
        <default>
            <integer>4</integer>
        </default>
        <image>
            <string>Mine</string>
        </image>
        <max>
            <integer>80</integer>
        </max>
        <min>
            <integer>0</integer>
        </min>
        <title>
            <string>Mines Number</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>false</boolean>
        </checkOverMax>
        <times1000>
            <boolean>false</boolean>
        </times1000>
        <command>
            <string>e$minedudpct</string>
        </command>
        <default>
            <integer>0</integer>
        </default>
        <image>
            <string>Dud</string>
        </image>
        <max>
            <integer>100</integer>
        </max>
        <min>
            <integer>0</integer>
        </min>
        <title>
            <string>Dud Mines Probability (%)</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>false</boolean>
        </checkOverMax>
        <times1000>
            <boolean>false</boolean>
        </times1000>
        <command>
            <string>e$explosives</string>
        </command>
        <default>
            <integer>2</integer>
        </default>
        <image>
            <string>Damage</string>
        </image>
        <max>
            <integer>40</integer>
        </max>
        <min>
            <integer>0</integer>
        </min>
        <title>
            <string>Explosives</string>
        </title>
    </flag>
    <flag>
        <checkOverMax>
            <boolean>false</boolean>
        </checkOverMax>
        <times1000>
            <boolean>false</boolean>
        </times1000>
        <command>
            <string>e$getawaytime</string>
        </command>
        <default>
            <integer>100</integer>
        </default>
        <image>
            <string>Time</string>
        </image>
        <max>
            <integer>999</integer>
        </max>
        <min>
            <integer>0</integer>
        </min>
        <title>
            <string>Get Away Time (%)</string>
        </title>
    </flag>
</basicflags>