share/hedgewars/Data/Missions/Training/User_Mission_-_Nobody_Laugh.lua
branchios-revival
changeset 11262 6e1aa1144a2b
parent 10893 b085cf83ab4c
equal deleted inserted replaced
11261:ce5f1b547a67 11262:6e1aa1144a2b
    25 	SetGearPosition(hhs[1], 1267, 451)
    25 	SetGearPosition(hhs[1], 1267, 451)
    26 	hhs[2] = AddHog(loc("Drowner"), 0, 31, "mp3")
    26 	hhs[2] = AddHog(loc("Drowner"), 0, 31, "mp3")
    27 	SetGearPosition(hhs[2], 1332, 451)
    27 	SetGearPosition(hhs[2], 1332, 451)
    28 
    28 
    29 	AddTeam(loc("Clowns"), 1175851, "Duck2", "Tank", "Mobster", "cm_spider")
    29 	AddTeam(loc("Clowns"), 1175851, "Duck2", "Tank", "Mobster", "cm_spider")
    30 	hhs[3] = AddHog("Poison", 5, 100, "WhySoSerious")
    30 	hhs[3] = AddHog(loc("Poison"), 5, 100, "WhySoSerious")
    31 	SetGearPosition(hhs[3], 1133, 446)
    31 	SetGearPosition(hhs[3], 1133, 446)
    32 	hhs[4] = AddHog("Bobo", 5, 100, "clown")
    32 	hhs[4] = AddHog(loc("Bobo"), 5, 100, "clown")
    33 	SetGearPosition(hhs[4], 1215, 553)
    33 	SetGearPosition(hhs[4], 1215, 553)
    34 	hhs[5] = AddHog("Copper", 5, 10, "clown-copper")
    34 	hhs[5] = AddHog(loc("Copper"), 5, 10, "clown-copper")
    35 	SetGearPosition(hhs[5], 414, 376)
    35 	SetGearPosition(hhs[5], 414, 376)
    36 	hhs[6] = AddHog("Derp", 5, 100, "clown-crossed")
    36 	hhs[6] = AddHog(loc("Derp"), 5, 100, "clown-crossed")
    37 	SetGearPosition(hhs[6], 1590, 886)
    37 	SetGearPosition(hhs[6], 1590, 886)
    38 	hhs[7] = AddHog("Eckles", 5, 100, "clown-copper")
    38 	hhs[7] = AddHog(loc("Eckles"), 5, 100, "clown-copper")
    39 	SetGearPosition(hhs[7], 772, 754)
    39 	SetGearPosition(hhs[7], 772, 754)
    40 	hhs[8] = AddHog("Frank", 5, 50, "clown-copper")
    40 	hhs[8] = AddHog(loc("Frank"), 5, 50, "clown-copper")
    41 	SetGearPosition(hhs[8], 1688, 714)
    41 	SetGearPosition(hhs[8], 1688, 714)
    42 	hhs[9] = AddHog("Harry", 5, 50, "clown-copper")
    42 	hhs[9] = AddHog(loc("Harry"), 5, 50, "clown-copper")
    43 	SetGearPosition(hhs[9], 1932, 837)
    43 	SetGearPosition(hhs[9], 1932, 837)
    44 	hhs[10] = AddHog("Igmund", 5, 50, "WhySoSerious")
    44 	hhs[10] = AddHog(loc("Igmund"), 5, 50, "WhySoSerious")
    45 	SetGearPosition(hhs[10], 1601, 733)
    45 	SetGearPosition(hhs[10], 1601, 733)
    46 
    46 
    47 end
    47 end
    48 
    48 
    49 function onGameStart()
    49 function onGameStart()