share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/first_blood.lua
changeset 7236 378fc97dae99
parent 7228 1b29b8cfb17a
child 7243 9ae9178c525e
equal deleted inserted replaced
7232:277cbfbed93c 7236:378fc97dae99
    22 pastMoleHeadAnim = {}
    22 pastMoleHeadAnim = {}
    23 
    23 
    24 
    24 
    25 targets = {}
    25 targets = {}
    26 crates = {}
    26 crates = {}
    27 targXdif2 = {2755, 2638, 2921, 2664, 2973, 3162, 3268, 3067, 3062, 1300}
    27 targXdif2 = {2755, 2638, 2921, 2973, 3162, 3067, 3062, 1300}
    28 targYdif2 = {1197, 1537, 1646, 1852, 1857, 1804, 1538, 1173, 1167, 1183}
    28 targYdif2 = {1197, 1537, 1646, 1857, 1804, 1173, 1167, 1183}
    29 targXdif1 = {2749, 2909, 2770, 2836, 1558, 1305}
    29 targXdif1 = {2749, 2909, 2770, 2836, 1558, 1305}
    30 targYdif1 = {1179, 1313, 1734, 1441, 1152, 1259}
    30 targYdif1 = {1179, 1313, 1734, 1441, 1152, 1259}
    31 targetPosX = {{821, 866, 789}, {614, 656, 638}, {1238, 1237, 1200}}
    31 targetPosX = {{821, 866, 789}, {614, 656, 638}, {1238, 1237, 1200}}
    32 targetPosY = {{1342, 1347, 1326}, {1112, 1121, 1061}, {1152, 1111, 1111}}
    32 targetPosY = {{1342, 1347, 1326}, {1112, 1121, 1061}, {1152, 1111, 1111}}
    33 crateNum = {7, 10}
    33 crateNum = {6, 8}
    34 
    34 
    35 
    35 
    36 stage = 1
    36 stage = 1
    37 cratesCollected = 0
    37 cratesCollected = 0
    38 chalTries = 0
    38 chalTries = 0