share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/first_blood.lua
changeset 7209 f1976889e1a7
parent 7203 37661b2a7b64
child 7225 e3f2280d9000
equal deleted inserted replaced
7207:b216efbc00ff 7209:f1976889e1a7
    23 
    23 
    24 targets = {}
    24 targets = {}
    25 crates = {}
    25 crates = {}
    26 targXdif2 = {2755, 2638, 2921, 2664, 2973, 3162, 3268, 3067, 3588, 3759, 3062, 1300}
    26 targXdif2 = {2755, 2638, 2921, 2664, 2973, 3162, 3268, 3067, 3588, 3759, 3062, 1300}
    27 targYdif2 = {1197, 1537, 1646, 1852, 1857, 1804, 1538, 1173, 984, 1290, 1167, 1183}
    27 targYdif2 = {1197, 1537, 1646, 1852, 1857, 1804, 1538, 1173, 984, 1290, 1167, 1183}
    28 targXdif1 = {2749, 2909, 2770, 2892, 2836, 3296, 3567, 3066, 1558, 1305}
    28 targXdif1 = {2749, 2909, 2770, 2892, 2836, 1558, 1305}
    29 targYdif1 = {1179, 1313, 1734, 1603, 1441, 1522, 982, 1190, 1152, 1259}
    29 targYdif1 = {1179, 1313, 1734, 1603, 1441, 1152, 1259}
    30 targetPosX = {{821, 866, 789}, {614, 656, 638}, {1238, 1237, 1200}, {1558, 1596, 1631}, {2190, 2396, 2457}}
    30 targetPosX = {{821, 866, 789}, {614, 656, 638}, {1238, 1237, 1200}, {1558, 1596, 1631}, {2190, 2396, 2457}}
    31 targetPosY = {{1342, 1347, 1326}, {1112, 1121, 1061}, {1152, 1111, 1111}, {1132, 1136, 1280}, {1291, 1379, 1317}}
    31 targetPosY = {{1342, 1347, 1326}, {1112, 1121, 1061}, {1152, 1111, 1111}, {1132, 1136, 1280}, {1291, 1379, 1317}}
    32 crateNum = {10, 12}
    32 crateNum = {7, 12}
    33 
    33 
    34 
    34 
    35 stage = 1
    35 stage = 1
    36 cratesCollected = 0
    36 cratesCollected = 0
    37 chalTries = 0
    37 chalTries = 0
   549 	Delay = 10 
   549 	Delay = 10 
   550 	MapGen = 0
   550 	MapGen = 0
   551 	Theme = "Nature"
   551 	Theme = "Nature"
   552 
   552 
   553 
   553 
   554 	AddTeam("Natives", 1117585, "Bone", "Island", "HillBilly", "cm_birdy")
   554 	AddTeam("Natives", 2567585, "Bone", "Island", "HillBilly", "cm_birdy")
   555 	youngh = AddHog("Leaks A Lot", 0, 100, "Rambo")
   555 	youngh = AddHog("Leaks A Lot", 0, 100, "Rambo")
   556   elderh = AddHog("White Raven", 0, 99, "IndianChief")
   556   elderh = AddHog("White Raven", 0, 99, "IndianChief")
   557   princess = AddHog("Fell From Heaven", 0, 300, "tiara")
   557   princess = AddHog("Fell From Heaven", 0, 300, "tiara")
   558   SetGearPosition(princess, 1911, 1361)
   558   SetGearPosition(princess, 1911, 1361)
   559   HogTurnLeft(princess, true)
   559   HogTurnLeft(princess, true)