share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua
changeset 15166 d2e477eee433
parent 15165 a251d8757e8c
child 15167 9d4a6ab60dec
equal deleted inserted replaced
15165:a251d8757e8c 15166:d2e477eee433
    81 nativeHats = {"Rambo", "RobinHood", "pirate_jack", "zoo_Bunny", "IndianChief",
    81 nativeHats = {"Rambo", "RobinHood", "pirate_jack", "zoo_Bunny", "IndianChief",
    82               "tiara", "AkuAku", "None", "None"}
    82               "tiara", "AkuAku", "None", "None"}
    83 
    83 
    84 nativePos = {{887, 329}, {1050, 288}, {1731, 707},
    84 nativePos = {{887, 329}, {1050, 288}, {1731, 707},
    85              {830, 342}, {1001, 290}, {773, 340},
    85              {830, 342}, {1001, 290}, {773, 340},
    86              {953, 305}, {347, 648}, {314, 647}}
    86              {953, 314}, {347, 648}, {314, 647}}
    87 
    87 
    88 nativeDir = {"Right", "Left", "Left", 
    88 nativeDir = {"Right", "Left", "Left", 
    89              "Right", "Left", "Right", 
    89              "Right", "Left", "Right", 
    90              "Left", "Right", "Right"}
    90              "Left", "Right", "Right"}
    91 
    91 
   103                "Left", "Left", "Left"}
   103                "Left", "Left", "Left"}
   104 
   104 
   105 cyborgPos = {1369, 574}
   105 cyborgPos = {1369, 574}
   106 cyborgPos2 = {1308, 148}
   106 cyborgPos2 = {1308, 148}
   107 
   107 
   108 deployedPos = {2522, 1365}
   108 deployedPos = {2522, 1372}
   109 -----------------------------Variables---------------------------------
   109 -----------------------------Variables---------------------------------
   110 natives = {}
   110 natives = {}
   111 nativeDead = {}
   111 nativeDead = {}
   112 nativeHidden = {}
   112 nativeHidden = {}
   113 nativeRevived = {}
   113 nativeRevived = {}
   817   table.insert(wave3DeadAnim, {func = AnimWait, args = {deployedHog, 1750}})
   817   table.insert(wave3DeadAnim, {func = AnimWait, args = {deployedHog, 1750}})
   818   table.insert(wave3DeadAnim, {func = AnimCustomFunction, args = {deployedHog, FollowGear, {deployedHog}}})
   818   table.insert(wave3DeadAnim, {func = AnimCustomFunction, args = {deployedHog, FollowGear, {deployedHog}}})
   819   table.insert(wave3DeadAnim, {func = AnimWait, args = {deployedHog, 100}})
   819   table.insert(wave3DeadAnim, {func = AnimWait, args = {deployedHog, 100}})
   820   table.insert(wave3DeadAnim, {func = AnimSay, args = {deployedHog, loc("Where are they?!"), SAY_THINK, 3000}})
   820   table.insert(wave3DeadAnim, {func = AnimSay, args = {deployedHog, loc("Where are they?!"), SAY_THINK, 3000}})
   821   table.insert(wave3DeadAnim, {func = AnimCustomFunction, args = {deployedHog, RestoreCyborg, {}}})
   821   table.insert(wave3DeadAnim, {func = AnimCustomFunction, args = {deployedHog, RestoreCyborg, {}}})
   822   table.insert(wave3DeadAnim, {func = AnimOutOfNowhere, args = {cyborg, 4040, 782}})
   822   table.insert(wave3DeadAnim, {func = AnimOutOfNowhere, args = {cyborg, 4040, 790}})
   823   table.insert(wave3DeadAnim, {func = AnimSay, args = {cyborg, loc("These primitive people are so funny!"), SAY_THINK, 6500}})
   823   table.insert(wave3DeadAnim, {func = AnimSay, args = {cyborg, loc("These primitive people are so funny!"), SAY_THINK, 6500}})
   824   table.insert(wave3DeadAnim, {func = AnimMove, args = {cyborg, "Right", 4060, 0, 7000}})
   824   table.insert(wave3DeadAnim, {func = AnimMove, args = {cyborg, "Right", 4060, 0, 7000}})
   825   table.insert(wave3DeadAnim, {func = AnimSwitchHog, args = {deployedHog}})
   825   table.insert(wave3DeadAnim, {func = AnimSwitchHog, args = {deployedHog}})
   826   table.insert(wave3DeadAnim, {func = AnimWait, args = {deployedHog, 1}})
   826   table.insert(wave3DeadAnim, {func = AnimWait, args = {deployedHog, 1}})
   827   table.insert(wave3DeadAnim, {func = AnimCustomFunction, args = {deployedHog, HideCyborg, {}}})
   827   table.insert(wave3DeadAnim, {func = AnimCustomFunction, args = {deployedHog, HideCyborg, {}}})