share/hedgewars/Data/Missions/Scenario/User_Mission_-_Nobody_Laugh.lua
changeset 14483 310b167141cc
parent 13059 2f21d92eae27
child 14932 ff4003a90ff8
equal deleted inserted replaced
14482:d4aa64f51c9f 14483:310b167141cc
    22 	},
    22 	},
    23 	ammoConfig = {
    23 	ammoConfig = {
    24 		[amSwitch] = { count = 9 },
    24 		[amSwitch] = { count = 9 },
    25 	},
    25 	},
    26 	teams = {
    26 	teams = {
    27 		{ name = loc("Nameless Heroes"),
    27 		{ isMissionTeam = true,
    28 		flag = "cm_crossedswords",
       
    29 		grave = "eyecross",
       
    30 		voice = "HillBilly",
       
    31 		clanID = 0,
    28 		clanID = 0,
    32 		hogs = {
    29 		hogs = {
    33 			{
    30 			{
    34 			name = loc("Hunter"),
       
    35 			health = 1,
    31 			health = 1,
    36 			x = 1267, y = 451,
    32 			x = 1267, y = 451,
    37 			hat = "Skull",
       
    38 			botLevel = 0,
       
    39 			ammo = { [amParachute] = 1, [amHammer] = 1 },
    33 			ammo = { [amParachute] = 1, [amHammer] = 1 },
    40 			},
    34 			},
    41 			{
    35 			{
    42 			name = loc("Drowner"),
       
    43 			health = 31,
    36 			health = 31,
    44 			x = 1332, y = 451,
    37 			x = 1332, y = 451,
    45 			hat = "mp3",
       
    46 			botLevel = 0,
       
    47 			ammo = { [amWhip] = 1 },
    38 			ammo = { [amWhip] = 1 },
    48 			},
    39 			},
    49 		}},
    40 		}},
    50 		{ name = loc("Clowns"),
    41 		{ name = loc("Clowns"),
    51 		flag = "cm_face",
    42 		flag = "cm_face",