share/hedgewars/Data/Missions/Training/Basic_Training_-_Bazooka.lua
changeset 12224 d62d6f8ebef1
parent 12049 030464f34d47
child 12345 b0293e4ef0de
equal deleted inserted replaced
12223:f30eab4b9b05 12224:d62d6f8ebef1
    87 	Delay = 0
    87 	Delay = 0
    88 	-- The map to be played
    88 	-- The map to be played
    89 	Map = "Bamboo"
    89 	Map = "Bamboo"
    90 	-- The theme to be used
    90 	-- The theme to be used
    91 	Theme = "Bamboo"
    91 	Theme = "Bamboo"
       
    92 	-- Setting these 2 values to 0 is the official way to disable Sudden Death cleanly
       
    93 	HealthDecrease = 0	-- Sudden Death damage
       
    94 	WaterRise = 0		-- Water rise in Sudden Death
    92 
    95 
    93 	-- Create the player team
    96 	-- Create the player team
    94 	AddTeam(loc("'Zooka Team"), 14483456, "Simple", "Island", "Default", "cm_crosshair")
    97 	AddTeam(loc("'Zooka Team"), 14483456, "Simple", "Island", "Default", "cm_crosshair")
    95 	-- And add a hog to it
    98 	-- And add a hog to it
    96 	player = AddHog(loc("Hunter"), 0, 1, "NoHat")
    99 	player = AddHog(loc("Hunter"), 0, 1, "NoHat")