share/hedgewars/Data/Missions/Training/Basic_Training_-_Flying_Saucer.lua
changeset 13359 f9a15dcd857c
parent 13177 159004144897
child 13588 141cdfe0f3ca
equal deleted inserted replaced
13358:3bf935c1e672 13359:f9a15dcd857c
    60 	Targets = {{ X = 1369, Y = 265 }},
    60 	Targets = {{ X = 1369, Y = 265 }},
    61 	Ammo = { [amJetpack] = 100 },
    61 	Ammo = { [amJetpack] = 100 },
    62 	InfFuel = true,
    62 	InfFuel = true,
    63 	MessageTime = 10000,
    63 	MessageTime = 10000,
    64 	Message = loc("Get to the crate using your flying saucer!") .. "|" ..
    64 	Message = loc("Get to the crate using your flying saucer!") .. "|" ..
    65 	loc("Press [Attack] (space bar by default) to start,|repeadedly tap the up, left and right movement keys to accelerate.") .. "|" ..
    65 	loc("Press [Attack] (space bar by default) to start,|repeatedly tap the up, left and right movement keys to accelerate.") .. "|" ..
    66 	loc("Try to land softly, as you can still take fall damage!"), }
    66 	loc("Try to land softly, as you can still take fall damage!"), }
    67 TargetPos[3] = {
    67 TargetPos[3] = {
    68 	Targets = {{ X = 689, Y = 58 }},
    68 	Targets = {{ X = 689, Y = 58 }},
    69 	Ammo = { [amJetpack] = 100 },
    69 	Ammo = { [amJetpack] = 100 },
    70 	MessageTime = 5000,
    70 	MessageTime = 5000,
   138 	Message = loc("Only the best pilots can master the following stunts.") .. "|" ..
   138 	Message = loc("Only the best pilots can master the following stunts.") .. "|" ..
   139 		loc("As you've seen, the dropped grenade roughly fell into your flying direction.") .. "|" ..
   139 		loc("As you've seen, the dropped grenade roughly fell into your flying direction.") .. "|" ..
   140 		loc("You have to destroy two targets, but the previous technique would be very difficult or dangerous to use.") .. "|" ..
   140 		loc("You have to destroy two targets, but the previous technique would be very difficult or dangerous to use.") .. "|" ..
   141 		loc("So you are able to launch projectiles into your aiming direction, always at full power.") .."|"..
   141 		loc("So you are able to launch projectiles into your aiming direction, always at full power.") .."|"..
   142 		loc("To launch a projectile in mid-flight, hold [Precise] and press [Long jump].") .. "|" ..
   142 		loc("To launch a projectile in mid-flight, hold [Precise] and press [Long jump].") .. "|" ..
   143 		loc("You can even change your aiming direction in mid-flight if you first hold [Precice] and then press [Up] or [Down].") .. "|" ..
   143 		loc("You can even change your aiming direction in mid-flight if you first hold [Precise] and then press [Up] or [Down].") .. "|" ..
   144 		loc("Tip: Changing your aim while flying is very difficult, so adjust it before you take off."),
   144 		loc("Tip: Changing your aim while flying is very difficult, so adjust it before you take off."),
   145 	Ammo = { [amJetpack] = 1, },
   145 	Ammo = { [amJetpack] = 1, },
   146 	Respawn = { X = 1764, Y = 916 },
   146 	Respawn = { X = 1764, Y = 916 },
   147 	ExtraFunc = function()
   147 	ExtraFunc = function()
   148 		HogTurnLeft(Player, true)
   148 		HogTurnLeft(Player, true)