share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua
changeset 13356 ced5dc3079a3
parent 13190 f9c787f58459
child 13460 c6ecb87b3231
equal deleted inserted replaced
13355:377d25d47ca9 13356:ced5dc3079a3
   305 	elseif gear == crates[2] then
   305 	elseif gear == crates[2] then
   306 		victory()
   306 		victory()
   307 	elseif gear == crates[4] then
   307 	elseif gear == crates[4] then
   308 		ShowMission(loc("Basic Movement Training"), loc("Back Jumping (1/2)"),
   308 		ShowMission(loc("Basic Movement Training"), loc("Back Jumping (1/2)"),
   309 		loc("For the next crate, you have to do back jumps.") .. "|" ..
   309 		loc("For the next crate, you have to do back jumps.") .. "|" ..
   310 		loc("High Jump: [Backspace]").."|"..loc("Back Jump: [Backspace] ×2"), 2, 5000)
   310 		loc("To reach higher ground, walk to a ledge, look to the left, then do a back jump.") .. "|" ..
       
   311 		loc("High Jump: [Backspace]").."|"..loc("Back Jump: [Backspace] ×2"), 2, 6600)
   311 	elseif gear == crates[7] then
   312 	elseif gear == crates[7] then
   312 		ShowMission(loc("Basic Movement Training"), loc("Back Jumping (2/2)"),
   313 		ShowMission(loc("Basic Movement Training"), loc("Back Jumping (2/2)"),
   313 		loc("To get over the next obstacle, you need to perform your back jump precisely.").."|"..
   314 		loc("To get over the next obstacle, you need to perform your back jump precisely.").."|"..
   314 		loc("Hint: Hit “High Jump” again when you're close to the highest point of a high jump.").."|"..
   315 		loc("Hint: Hit “High Jump” again when you're close to the highest point of a high jump.").."|"..
   315 		loc("Hint: Don't stand too close at the wall before you jump!").."|"..
   316 		loc("Hint: Don't stand too close at the wall before you jump!").."|"..
   336 	elseif gear == crates[3] then
   337 	elseif gear == crates[3] then
   337 		ShowMission(loc("Basic Movement Training"), loc("Rubber"), loc("As you probably noticed, these rubber bands|are VERY elastic. Hedgehogs and many other|things will bounce off without taking any damage.").."|"..
   338 		ShowMission(loc("Basic Movement Training"), loc("Rubber"), loc("As you probably noticed, these rubber bands|are VERY elastic. Hedgehogs and many other|things will bounce off without taking any damage.").."|"..
   338 		loc("Now try to get out of this bounce house|and take the next crate."), 2, 8000)
   339 		loc("Now try to get out of this bounce house|and take the next crate."), 2, 8000)
   339 	elseif gear == crates[9] then
   340 	elseif gear == crates[9] then
   340 		ShowMission(loc("Basic Movement Training"), loc("Health"), loc("You just got yourself some extra health.|The more health your hedgehogs have, the better!").."|"..
   341 		ShowMission(loc("Basic Movement Training"), loc("Health"), loc("You just got yourself some extra health.|The more health your hedgehogs have, the better!").."|"..
   341 		loc("Now go to the next crate."), 2, 900000)
   342 		loc("Now go to the next crate.").."|"..
       
   343 		loc("Look around: [Mouse movement]"), 2, 10000)
   342 	elseif gear == crates[10] then
   344 	elseif gear == crates[10] then
   343 		ShowMission(loc("Basic Movement Training"), loc("Turning Around"),
   345 		ShowMission(loc("Basic Movement Training"), loc("Turning Around"),
   344 		loc("By the way, you can turn around without walking|by holding down Precise when you hit a walk control.").."|"..
   346 		loc("By the way, you can turn around without walking|by holding down Precise when you hit a walk control.").."|"..
   345 		loc("Get the final crate to the right to complete the training.").."|"..
   347 		loc("Get the final crate to the right to complete the training.").."|"..
   346 		loc("Turn around: [Left Shift] + [Left]/[Right]")
   348 		loc("Turn around: [Left Shift] + [Left]/[Right]")