share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit01.lua
changeset 15068 6f51c75994a4
parent 15002 3ed1cbd31754
child 15077 a2d09a597fbb
equal deleted inserted replaced
15067:d59da429d22c 15068:6f51c75994a4
    36 local goals = {
    36 local goals = {
    37 	[dialog01] = {missionName, loc("Ready for Battle?"),
    37 	[dialog01] = {missionName, loc("Ready for Battle?"),
    38 		loc("Captain Lime offered his help if you assist him in battle.").."|"..
    38 		loc("Captain Lime offered his help if you assist him in battle.").."|"..
    39 		loc("What do you want to do?").."| |"..
    39 		loc("What do you want to do?").."| |"..
    40 		loc("Fight: Press [Attack]").."|"..
    40 		loc("Fight: Press [Attack]").."|"..
    41 		loc("Flee: Press [Jump]"), 1, 9999000, true},
    41 		loc("Flee: Press [Jump]"), 3, 9999000, true},
    42 	[dialog02] = {missionName, loc("Battle Starts Now!"), loc("You have chosen to fight!").."|"..loc("Lead your allies to battle and eliminate all the enemies!"), 1, 5000},
    42 	[dialog02] = {missionName, loc("Battle Starts Now!"), loc("You have chosen to fight!").."|"..loc("Lead your allies to battle and eliminate all the enemies!"), 1, 5000},
    43 	[dialog03] = {missionName, loc("Time to run!"), loc("You have chosen to flee.").."|"..loc("You have to reach the left-most place on the map."), 1, 5000},
    43 	[dialog03] = {missionName, loc("Time to run!"), loc("You have chosen to flee.").."|"..loc("You have to reach the left-most place on the map."), 1, 5000},
    44 	["fight"] = {missionName, loc("Ready for Battle?"), loc("You have chosen to fight!"), 1, 2000},
    44 	["fight"] = {missionName, loc("Ready for Battle?"), loc("You have chosen to fight!"), 2, 2000},
    45 	["flee"] = {missionName, loc("Ready for Battle?"), loc("You have chosen to flee."), 1, 2000},
    45 	["flee"] = {missionName, loc("Coward"), loc("You have chosen to flee."), 2, 2000},
    46 	["flee_final"] = {missionName, loc("Time to run!"), loc("Knock off the enemies from the left-most place of the map!") .. "|" .. loc("Stay there to flee!"), 1, 6000},
    46 	["flee_final"] = {missionName, loc("Time to run!"), loc("Knock off the enemies from the left-most place of the map!") .. "|" .. loc("Stay there to flee!"), 1, 6000},
    47 }
    47 }
    48 -- crates
    48 -- crates
    49 local crateWMX = 2170
    49 local crateWMX = 2170
    50 local crateWMY = 1950
    50 local crateWMY = 1950