share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/ice02.lua
changeset 12426 9f3387907e06
parent 12088 1da37e2ba6fd
child 12468 d652c6f5d5f1
equal deleted inserted replaced
12425:f9cbb896967b 12426:9f3387907e06
    17 local totalTime = 15000
    17 local totalTime = 15000
    18 local totalSaucers = 3
    18 local totalSaucers = 3
    19 local gameEnded = false
    19 local gameEnded = false
    20 local RED = 0xff0000ff
    20 local RED = 0xff0000ff
    21 local GREEN = 0x38d61cff
    21 local GREEN = 0x38d61cff
    22 local challengeObjectives = loc("To win the game you have to pass into the rings in time")..
    22 local challengeObjectives = loc("To win the game you have to pass into the rings in time.")..
    23 	"|"..loc("You'll get extra time in case you need it when you pass a ring").."|"..
    23 	"|"..loc("You'll get extra time in case you need it when you pass a ring.").."|"..
    24 	loc("Every 2 rings, the ring color will be green and you'll get an extra flying saucer").."|"..
    24 	loc("Every 2 rings, the ring color will be green and you'll get an extra flying saucer.").."|"..
    25 	loc("Use the attack key twice to change the flying saucer while floating in mid-air")
    25 	loc("Use the attack key twice to change the flying saucer while floating in mid-air.")
    26 -- dialogs
    26 -- dialogs
    27 local dialog01 = {}
    27 local dialog01 = {}
    28 -- mission objectives
    28 -- mission objectives
    29 local goals = {
    29 local goals = {
    30 	[dialog01] = {missionName, loc("Getting ready"), challengeObjectives, 1, 4500},
    30 	[dialog01] = {missionName, loc("Getting ready"), challengeObjectives, 1, 4500},