share/hedgewars/Data/Missions/Scenario/User_Mission_-_Dangerous_Ducklings.lua
changeset 14401 6c21bd8547dd
parent 14239 748c611bee79
child 14464 ead8928a59f8
equal deleted inserted replaced
14400:9c7d5f595881 14401:6c21bd8547dd
    22 	GameFlags = gfInfAttack -- Game settings and rules
    22 	GameFlags = gfInfAttack -- Game settings and rules
    23 	TurnTime = 60000 -- The time the player has to move each round (in ms)
    23 	TurnTime = 60000 -- The time the player has to move each round (in ms)
    24 	CaseFreq = 0 -- The frequency of crate drops
    24 	CaseFreq = 0 -- The frequency of crate drops
    25 	MinesNum = 0 -- The number of mines being placed
    25 	MinesNum = 0 -- The number of mines being placed
    26 	Explosives = 0 -- The number of explosives being placed
    26 	Explosives = 0 -- The number of explosives being placed
    27 	Delay = 0 -- The delay between each round
       
    28 	Map = "Bath" -- The map to be played
    27 	Map = "Bath" -- The map to be played
    29 	Theme = "Bath" -- The theme to be used
    28 	Theme = "Bath" -- The theme to be used
    30 	-- Disable Sudden Death
    29 	-- Disable Sudden Death
    31 	HealthDecrease = 0
    30 	HealthDecrease = 0
    32 	WaterRise = 0
    31 	WaterRise = 0