share/hedgewars/Data/Missions/Training/User_Mission_-_Newton_and_the_Hammock.lua
branchios-revival
changeset 11262 6e1aa1144a2b
parent 9756 736abcc1915f
equal deleted inserted replaced
11261:ce5f1b547a67 11262:6e1aa1144a2b
    20 	MinesNum = 0
    20 	MinesNum = 0
    21 	Map = "Hammock" 
    21 	Map = "Hammock" 
    22 	Theme = "Nature"
    22 	Theme = "Nature"
    23 
    23 
    24 	AddTeam(loc("Pathetic Resistance"), 14483456, "Simple", "Island", "Default")
    24 	AddTeam(loc("Pathetic Resistance"), 14483456, "Simple", "Island", "Default")
    25 	player = AddHog("Ikeda", 0, 48, "StrawHat")
    25 	player = AddHog(loc("Ikeda"), 0, 48, "StrawHat")
    26 			
    26 			
    27 	AddTeam(loc("Cybernetic Empire"), 	1175851, "Simple", "Island", "Default")
    27 	AddTeam(loc("Cybernetic Empire"), 	1175851, "Simple", "Island", "Default")
    28 	enemy = AddHog(loc("Unit") .. " 811", 1, 100, "cyborg1")
    28 	enemy = AddHog(loc("Unit") .. " 811", 1, 100, "cyborg1")
    29 
    29 
    30 	SetGearPosition(player,430,1540)
    30 	SetGearPosition(player,430,1540)