share/hedgewars/Data/Missions/Training/Basic_Training_-_Shotgun.lua
changeset 4665 fa7ad5f3725f
parent 4662 63aafc9c2a81
child 7165 aad1aea05f1e
equal deleted inserted replaced
4664:debfdc340e68 4665:fa7ad5f3725f
    64 	-- that define the map, the game has to load, as well as
    64 	-- that define the map, the game has to load, as well as
    65 	-- other things such as the game rules to use, etc.
    65 	-- other things such as the game rules to use, etc.
    66 	-- Things we don't modify here will use their default values.
    66 	-- Things we don't modify here will use their default values.
    67 
    67 
    68 	-- The base number for the random number generator
    68 	-- The base number for the random number generator
    69 	Seed = 0
    69 	Seed = 1
    70 	-- Game settings and rules
    70 	-- Game settings and rules
    71 	GameFlags = gfMultiWeapon + gfOneClanMode
    71 	GameFlags = gfMultiWeapon + gfOneClanMode
    72 	-- The time the player has to move each round (in ms)
    72 	-- The time the player has to move each round (in ms)
    73 	TurnTime = 25000
    73 	TurnTime = 30000
    74 	-- The frequency of crate drops
    74 	-- The frequency of crate drops
    75 	CaseFreq = 0
    75 	CaseFreq = 0
    76 	-- The number of mines being placed
    76 	-- The number of mines being placed
    77 	MinesNum = 0
    77 	MinesNum = 0
    78 	-- The number of explosives being placed
    78 	-- The number of explosives being placed