share/hedgewars/Data/Missions/Training/SniperRifle.lua
changeset 4162 923db448ad16
parent 3476 1ec68b8d3bd1
child 4350 cdb3d7a39fa2
equal deleted inserted replaced
4161:1f19dcdabe19 4162:923db448ad16
   151 	-- The time the player has to move each round (in ms)
   151 	-- The time the player has to move each round (in ms)
   152 	TurnTime = 150000
   152 	TurnTime = 150000
   153 	-- The frequency of crate drops
   153 	-- The frequency of crate drops
   154 	CaseFreq = 0
   154 	CaseFreq = 0
   155 	-- The number of mines being placed
   155 	-- The number of mines being placed
   156 	LandAdds = 0
   156 	MinesNum = 0
   157 	-- The number of explosives being placed
   157 	-- The number of explosives being placed
   158 	Explosives = 0
   158 	Explosives = 0
   159 	-- The delay between each round
   159 	-- The delay between each round
   160 	Delay = 0
   160 	Delay = 0
   161 	-- The map to be played
   161 	-- The map to be played