share/hedgewars/Data/Missions/Scenario/User_Mission_-_Dangerous_Ducklings.lua
changeset 12586 7510fe66bfbb
parent 12404 78715ca14e08
child 12771 957e4e2e2802
equal deleted inserted replaced
12585:b28f09d70e73 12586:7510fe66bfbb
    28 	Theme = "Bath" -- The theme to be used
    28 	Theme = "Bath" -- The theme to be used
    29 	-- Disable Sudden Death
    29 	-- Disable Sudden Death
    30 	HealthDecrease = 0
    30 	HealthDecrease = 0
    31 	WaterRise = 0
    31 	WaterRise = 0
    32 
    32 
    33 	AddTeam(loc("Bloody Rookies"), 14483456, "Simple", "Island", "Default", "cm_duckhead")
    33 	AddTeam(loc("Bloody Rookies"), 14483456, "Rubberduck", "Island", "Default", "cm_duckhead")
    34 	player = AddHog(loc("Hunter"), 0, 1, "NoHat")
    34 	player = AddHog(loc("Hunter"), 0, 1, "NoHat")
    35 	instructor = AddHog(loc("Instructor"), 0, 100, "sf_vega")
    35 	instructor = AddHog(loc("Instructor"), 0, 100, "sf_vega")
    36 
    36 
    37 	AddTeam(loc("Blue Team"), 29439, "Simple", "Island", "Default", "somalia")
    37 	AddTeam(loc("Blue Team"), 29439, "bubble", "Island", "Default", "somalia")
    38 	enemy = AddHog(loc("Filthy Blue"), 1, 100, "Skull")
    38 	enemy = AddHog(loc("Filthy Blue"), 1, 100, "Skull")
    39 
    39 
    40 	SetGearPosition(player,146,902)
    40 	SetGearPosition(player,146,902)
    41 	SetGearPosition(instructor,317,902)
    41 	SetGearPosition(instructor,317,902)
    42 	SetGearPosition(enemy,1918,837)
    42 	SetGearPosition(enemy,1918,837)