share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/cosmos.lua
changeset 12830 ffa905c96dd8
parent 12615 fbd0001ba2e7
child 12900 a9e4e8fa852c
equal deleted inserted replaced
12829:671243ac50c3 12830:ffa905c96dd8
    38 	[dialog02] = {missionName, loc("The adventure begins!"), loc("Use the saucer and fly to the moon").."|"..loc("Travel carefully as your fuel is limited"), 1, 4500},
    38 	[dialog02] = {missionName, loc("The adventure begins!"), loc("Use the saucer and fly to the moon").."|"..loc("Travel carefully as your fuel is limited"), 1, 4500},
    39 	[dialog03] = {missionName, loc("An unexpected event!"), loc("Use the saucer and fly away").."|"..loc("Beware, any damage taken will stay until you complete the moon's main mission"), 1, 7000},
    39 	[dialog03] = {missionName, loc("An unexpected event!"), loc("Use the saucer and fly away").."|"..loc("Beware, any damage taken will stay until you complete the moon's main mission"), 1, 7000},
    40 	[dialog07] = {missionName, loc("Searching the stars!"), loc("Use the saucer and fly away").."|"..loc("Visit the planets of Ice, Desert and Fruit before you proceed to the Death Planet"), 1, 6000},
    40 	[dialog07] = {missionName, loc("Searching the stars!"), loc("Use the saucer and fly away").."|"..loc("Visit the planets of Ice, Desert and Fruit before you proceed to the Death Planet"), 1, 6000},
    41 	[dialog08] = {missionName, loc("Saving Hogera"), loc("Fly to the meteorite and detonate the explosives"), 1, 7000},
    41 	[dialog08] = {missionName, loc("Saving Hogera"), loc("Fly to the meteorite and detonate the explosives"), 1, 7000},
    42 	["open_side_missions"] = {missionName, loc("Conquering the galaxy"),
    42 	["open_side_missions"] = {missionName, loc("Conquering the galaxy"),
    43 		loc("Use the flying saucer to fly the other planets.").."|"..
    43 		loc("Use the flying saucer to fly to the other planets.").."|"..
    44 		loc("Complete the remaining side missions to complete this mission.").."|"..
    44 		loc("Complete the remaining side missions to complete this mission.").."|"..
    45 		loc("One flower: Incomplete side missions").."|"..
    45 		loc("One flower: Incomplete side missions").."|"..
    46 		loc("Two flowers: All missions complete"), 1, 8000},
    46 		loc("Two flowers: All missions complete"), 1, 8000},
    47 	["free"] = {missionName, loc("Spacetrip"), loc("Use the flying saucer to fly to the other planets."), 1, 5000}
    47 	["free"] = {missionName, loc("Spacetrip"), loc("Use the flying saucer to fly to the other planets."), 1, 5000}
    48 }
    48 }