share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua
changeset 14649 e7b2542c4d28
parent 14486 f8c2b995c009
child 14661 0bba06a05d52
equal deleted inserted replaced
14648:be8af70adf2c 14649:e7b2542c4d28
    88                  loc("Muriel")}
    88                  loc("Muriel")}
    89 
    89 
    90 nativeHats = {"Rambo", "RobinHood", "pirate_jack", "zoo_Bunny", "IndianChief",
    90 nativeHats = {"Rambo", "RobinHood", "pirate_jack", "zoo_Bunny", "IndianChief",
    91               "tiara", "AkuAku", "rasta", "hair_yellow"}
    91               "tiara", "AkuAku", "rasta", "hair_yellow"}
    92 
    92 
    93 nativePos = {{1474, 1188}, {923, 986}, {564, 1120}, {128, 1315}}
    93 nativePos = {{1474, 1209}, {923, 990}, {564, 1120}, {128, 1315}}
    94 nativesNum = 4
    94 nativesNum = 4
    95 nativesLeft = 4
    95 nativesLeft = 4
    96 
    96 
    97 cyborgNames = {loc("Artur Detour"), loc("Led Heart"), loc("Orlando Boom!"), loc("Nilarian"), 
    97 cyborgNames = {loc("Artur Detour"), loc("Led Heart"), loc("Orlando Boom!"), loc("Nilarian"), 
    98                loc("Steel Eye"), loc("Rusty Joe"), loc("Hatless Jerry"), loc("Gas Gargler")}
    98                loc("Steel Eye"), loc("Rusty Joe"), loc("Hatless Jerry"), loc("Gas Gargler")}
   100 cyborgsDif = {2, 2, 2, 2, 2, 2, 2, 2}
   100 cyborgsDif = {2, 2, 2, 2, 2, 2, 2, 2}
   101 cyborgsHealth = {100, 100, 100, 100, 100, 100, 100, 100}
   101 cyborgsHealth = {100, 100, 100, 100, 100, 100, 100, 100}
   102 cyborgHidePos = {1665, 1800}
   102 cyborgHidePos = {1665, 1800}
   103 cyborgsTeamNum = {4, 3}
   103 cyborgsTeamNum = {4, 3}
   104 cyborgsNum = 7
   104 cyborgsNum = 7
   105 cyborgsPos = {{2893, 1717}, {2958, 1701}, {3027, 1696}, {3096, 1698},
   105 cyborgsPos = {{2893, 1723}, {2958, 1717}, {3027, 1710}, {3096, 1704},
   106               {2584, 655},  {2047, 1534}, {115, 179}, {2162, 1916}}
   106               {2584, 665},  {2047, 1562}, {115, 179}, {2162, 1916}}
   107 cyborgsDir = {"Left", "Left", "Left", "Left", "Left", "Left", "Right", "Left"}
   107 cyborgsDir = {"Left", "Left", "Left", "Left", "Left", "Left", "Right", "Left"}
   108 
   108 
   109 crateConsts = {}
   109 crateConsts = {}
   110 reactions = {}
   110 reactions = {}
   111 
   111