share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit02.lua
changeset 12425 f9cbb896967b
parent 12226 3ec0261e01f0
child 12513 d90db45a0c4f
equal deleted inserted replaced
12424:b9cc405541c1 12425:f9cbb896967b
    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 minesTimeText = loc("Mines time: 0 seconds")
    25 local goals = {
    25 local goals = {
    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 	[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},
    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 	[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},
    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 	[dialog03] = {missionName, loc("Return to the Surface"), loc("Go to the surface!").."|"..loc("Attack Captain Lime before he attacks back").."|"..minesTimeText, 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 	[dialog04] = {missionName, loc("Return to the Surface"), loc("Go to the surface!").."|"..loc("Attack the assassins before they attack back").."|"..minesTimeText, 1, 4000},
    30 }
    30 }
    31 -- crates
    31 -- crates