share/hedgewars/Data/Missions/Scenario/Big_Armory.lua
changeset 14649 e7b2542c4d28
parent 14483 310b167141cc
child 15495 5326b7e90a69
equal deleted inserted replaced
14648:be8af70adf2c 14649:e7b2542c4d28
    31 		{ isMissionTeam = true,
    31 		{ isMissionTeam = true,
    32 		clanID = 0,
    32 		clanID = 0,
    33 		hogs = {
    33 		hogs = {
    34 			{
    34 			{
    35 			health = 100,
    35 			health = 100,
    36 			x = 543, y = 1167,
    36 			x = 543, y = 1198,
    37 			ammo = heroAmmo,
    37 			ammo = heroAmmo,
    38 			}
    38 			}
    39 		}, },
    39 		}, },
    40 
    40 
    41 		{ name = loc("Galaxy Guardians"),
    41 		{ name = loc("Galaxy Guardians"),
    42 		clanID = 8,
    42 		clanID = 8,
    43 		flag = "cm_galaxy",
    43 		flag = "cm_galaxy",
    44 		grave = "Earth",
    44 		grave = "Earth",
    45 		hogs = {
    45 		hogs = {
    46 			{name=loc("Rocket"), x=796, y=1184, faceLeft=true},
    46 			{name=loc("Rocket"), x=796, y=1208, faceLeft=true},
    47 			{name=loc("Star"), x=733, y=1525, faceLeft=true},
    47 			{name=loc("Star"), x=733, y=1546, faceLeft=true},
    48 			{name=loc("Asteroid"), x=738, y=1855, faceLeft=true},
    48 			{name=loc("Asteroid"), x=738, y=1887, faceLeft=true},
    49 			{name=loc("Comet"), x=937, y=1318, faceLeft=true},
    49 			{name=loc("Comet"), x=937, y=1344, faceLeft=true},
    50 			{name=loc("Sunflame"), x=3424, y=1536},
    50 			{name=loc("Sunflame"), x=3424, y=1555},
    51 			{name=loc("Eclipse"), x=3417, y=1081},
    51 			{name=loc("Eclipse"), x=3417, y=1119},
    52 			{name=loc("Jetpack"), x=2256, y=1246},
    52 			{name=loc("Jetpack"), x=2256, y=1280},
    53 			{name=loc("Void"), x=1587, y=1231, faceLeft=true},
    53 			{name=loc("Void"), x=1587, y=1265, faceLeft=true},
    54 		}, },
    54 		}, },
    55 	},
    55 	},
    56 	customNonGoals = {
    56 	customNonGoals = {
    57 		{ type = "turns", turns = 1, failText = loc("You failed to kill all enemies in a single turn.") }
    57 		{ type = "turns", turns = 1, failText = loc("You failed to kill all enemies in a single turn.") }
    58 	},
    58 	},