share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit02.lua
changeset 12231 3ec0261e01f0
parent 12229 d62d6f8ebef1
child 12430 f9cbb896967b
equal deleted inserted replaced
12230:93079fecbc77 12231:3ec0261e01f0
    19 local dialog01 = {}
    19 local dialog01 = {}
    20 local dialog02 = {}
    20 local dialog02 = {}
    21 local dialog03 = {}
    21 local dialog03 = {}
    22 local dialog04 = {}
    22 local dialog04 = {}
    23 -- mission objectives
    23 -- mission objectives
       
    24 local minesTimeText = loc("Mines time: 0 seconds")
    24 local goals = {
    25 local goals = {
    25 	[dialog01] = {missionName, loc("Exploring the tunnel"), loc("Search for the device with the help of the other hedgehogs ").."|"..loc("Hog Solo has to reach the last crates"), 1, 4000},
    26 	[dialog01] = {missionName, loc("Exploring the tunnel"), loc("Search for the device with the help of the other hedgehogs ").."|"..loc("Hog Solo has to reach the last crates" .. "|" .. minesTimeText), 1, 4000},
    26 	[dialog02] = {missionName, loc("Exploring the tunnel"), loc("Explore the tunnel with the other hedgehogs and search for the device").."|"..loc("Hog Solo has to reach the last crates"), 1, 4000},
    27 	[dialog02] = {missionName, loc("Exploring the tunnel"), loc("Explore the tunnel with the other hedgehogs and search for the device").."|"..loc("Hog Solo has to reach the last crates") .. "|" .. minesTimeText, 1, 4000},
    27 	[dialog03] = {missionName, loc("Return to the Surface"), loc("Go to the surface!").."|"..loc("Attack Captain Lime before he attacks back"), 1, 4000},
    28 	[dialog03] = {missionName, loc("Return to the Surface"), loc("Go to the surface!").."|"..loc("Attack Captain Lime before he attacks back").."|"..minesTimeText, 1, 4000},
    28 	[dialog04] = {missionName, loc("Return to the Surface"), loc("Go to the surface!").."|"..loc("Attack the assassins before they attack back"), 1, 4000},
    29 	[dialog04] = {missionName, loc("Return to the Surface"), loc("Go to the surface!").."|"..loc("Attack the assassins before they attack back").."|"..minesTimeText, 1, 4000},
    29 }
    30 }
    30 -- crates
    31 -- crates
    31 local eagleCrate = {name = amDEagle, x = 1680, y = 1650}
    32 local eagleCrate = {name = amDEagle, x = 1680, y = 1650}
    32 local girderCrate =	{name = amGirder, x = 1680, y = 1160}
    33 local girderCrate =	{name = amGirder, x = 1680, y = 1160}
    33 local ropeCrate = {name = amRope, x = 1400, y = 1870}
    34 local ropeCrate = {name = amRope, x = 1400, y = 1870}