share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua
changeset 12224 d62d6f8ebef1
parent 12049 030464f34d47
child 13075 730db0a3eb43
equal deleted inserted replaced
12223:f30eab4b9b05 12224:d62d6f8ebef1
    80 	Delay = 1
    80 	Delay = 1
    81 	-- The map to be played
    81 	-- The map to be played
    82 	Map = "Battlefield"
    82 	Map = "Battlefield"
    83 	-- The theme to be used
    83 	-- The theme to be used
    84 	Theme = "Castle"
    84 	Theme = "Castle"
       
    85 	-- Setting these 2 values to 0 is the official way to disable Sudden Death cleanly
       
    86 	HealthDecrease = 0	-- Sudden Death damage
       
    87 	WaterRise = 0		-- Water rise in Sudden Death
    85 
    88 
    86 	-- Create the player team
    89 	-- Create the player team
    87 	AddTeam(loc("Grenadiers"), 14483456, "Simple", "Island", "Default", "cm_grenade")
    90 	AddTeam(loc("Grenadiers"), 14483456, "Simple", "Island", "Default", "cm_grenade")
    88 	-- And add a hog to it
    91 	-- And add a hog to it
    89 	player = AddHog(loc("Nade Boy"), 0, 1, "war_grenadier1")
    92 	player = AddHog(loc("Nade Boy"), 0, 1, "war_grenadier1")