LuaAPI.wiki
changeset 146 a644314c7703
parent 145 547ac6a1d14e
child 147 379d7931ffc7
equal deleted inserted replaced
145:547ac6a1d14e 146:a644314c7703
    46  * <tt>!SuddenDeathTurns = 30</tt> - turns until sudden death begins
    46  * <tt>!SuddenDeathTurns = 30</tt> - turns until sudden death begins
    47  * <tt>!WaterRise = 47</tt> - height of water rise at sudden death in pixels
    47  * <tt>!WaterRise = 47</tt> - height of water rise at sudden death in pixels
    48  * <tt>!HealthDecrease = 5</tt> - amount of health decreased on sudden death
    48  * <tt>!HealthDecrease = 5</tt> - amount of health decreased on sudden death
    49  * <tt>Map = "Bamboo"</tt> - the map being played
    49  * <tt>Map = "Bamboo"</tt> - the map being played
    50  * <tt>Theme = "Bamboo"</tt> - the theme to be used
    50  * <tt>Theme = "Bamboo"</tt> - the theme to be used
    51  * <tt>Ready= 5000</tt> - the ready timer at the start of the round
    51  * <tt>!Ready = 5000</tt> - the ready timer at the start of the round
    52  * <tt>MapGen</tt>
    52  * <tt>!MapGen</tt>
    53  * <tt>TemplateFilter</tt>
    53  * <tt>!TemplateFilter</tt>
    54  * <tt>Goals = "Jumping is disabled"</tt> - if you want to add info to the game mode dialog, use "|" to separate lines
    54  * <tt>Goals = "Jumping is disabled"</tt> - if you want to add info to the game mode dialog, use "|" to separate lines
    55 
    55 
    56 If you want to add teams or hogs manually you have to do it here.
    56 If you want to add teams or hogs manually you have to do it here.
    57 
    57 
    58 === <tt>onGameStart()</tt> ===
    58 === <tt>onGameStart()</tt> ===