share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/shadow.lua
changeset 7675 58620e9e5ed5
parent 7530 0ba32e5412ce
child 8043 da083f8d95e6
equal deleted inserted replaced
7673:e06b83cbde74 7675:58620e9e5ed5
   407   table.insert(stronglingsAnim, {func = AnimSay, args = {cannibals[7], loc("What a ride!"), SAY_SHOUT, 2000}})
   407   table.insert(stronglingsAnim, {func = AnimSay, args = {cannibals[7], loc("What a ride!"), SAY_SHOUT, 2000}})
   408   table.insert(stronglingsAnim, {func = AnimTurn, args = {leaks, "Right"}})
   408   table.insert(stronglingsAnim, {func = AnimTurn, args = {leaks, "Right"}})
   409   table.insert(stronglingsAnim, {func = AnimWait, args = {leaks, 700}})
   409   table.insert(stronglingsAnim, {func = AnimWait, args = {leaks, 700}})
   410   table.insert(stronglingsAnim, {func = AnimTurn, args = {leaks, "Left"}})
   410   table.insert(stronglingsAnim, {func = AnimTurn, args = {leaks, "Left"}})
   411   table.insert(stronglingsAnim, {func = AnimSay, args = {leaks, loc("We can't defeat them!"), SAY_THINK, 3000}})
   411   table.insert(stronglingsAnim, {func = AnimSay, args = {leaks, loc("We can't defeat them!"), SAY_THINK, 3000}})
   412   table.insert(stronglingsAnim, {func = AnimSay, args = {leaks, loc("I'll hold them up while you return to the village!"), SAY_SAY, 6000}})
   412   table.insert(stronglingsAnim, {func = AnimSay, args = {leaks, loc("I'll hold them off while you return to the village!"), SAY_SAY, 6000}})
   413   table.insert(stronglingsAnim, {func = AnimFollowGear, args = {cyborg}, swh = false})
   413   table.insert(stronglingsAnim, {func = AnimFollowGear, args = {cyborg}, swh = false})
   414   table.insert(stronglingsAnim, {func = AnimCaption, args = {cyborg, loc("30 minutes later...")}, swh = false})
   414   table.insert(stronglingsAnim, {func = AnimCaption, args = {cyborg, loc("30 minutes later...")}, swh = false})
   415   table.insert(stronglingsAnim, {func = AnimWait, args = {cyborg, 2000}})
   415   table.insert(stronglingsAnim, {func = AnimWait, args = {cyborg, 2000}})
   416   table.insert(stronglingsAnim, {func = AnimSetGearPosition, args = {dense, 1420, 1315}})
   416   table.insert(stronglingsAnim, {func = AnimSetGearPosition, args = {dense, 1420, 1315}})
   417   table.insert(stronglingsAnim, {func = AnimMove, args = {dense, "Left", 1400, 0}})
   417   table.insert(stronglingsAnim, {func = AnimMove, args = {dense, "Left", 1400, 0}})