share/hedgewars/Data/Maps/Knockball/map.lua
changeset 12079 8f222872d432
parent 12077 ce3860c82c8b
child 12081 ed40d46c9e59
equal deleted inserted replaced
12078:99bfd35b3924 12079:8f222872d432
    13 	TurnTime = 20000
    13 	TurnTime = 20000
    14 	CaseFreq = 0
    14 	CaseFreq = 0
    15 	MinesNum = 0
    15 	MinesNum = 0
    16 	Explosives = 0
    16 	Explosives = 0
    17 	Delay = 500
    17 	Delay = 500
    18 	SuddenDeathTurns = 99999 -- "disable" sudden death
    18 	-- Disable Sudden Death
       
    19 	WaterRise = 0
       
    20 	HealthDecrease = 0
    19 end
    21 end
    20 
    22 
    21 function onGameStart()
    23 function onGameStart()
    22 	ShowMission(loc("Knockball"), loc("Not So Friendly Match"), loc("Bat balls at your enemies and|push them into the sea!"), -amBaseballBat, 0)
    24 	ShowMission(loc("Knockball"), loc("Not So Friendly Match"), loc("Bat balls at your enemies and|push them into the sea!"), -amBaseballBat, 0)
    23 	started = true
    25 	started = true