share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death02.lua
changeset 12900 a9e4e8fa852c
parent 12587 0b27d8b4f8e7
child 12935 ff42888333bc
equal deleted inserted replaced
12899:2bcd3f48ddd0 12900:a9e4e8fa852c
     9 
     9 
    10 ----------------- VARIABLES --------------------
    10 ----------------- VARIABLES --------------------
    11 -- globals
    11 -- globals
    12 local missionName = loc("Killing the specialists")
    12 local missionName = loc("Killing the specialists")
    13 local challengeObjectives = loc("Use your available weapons in order to eliminate the enemies.").."|"..
    13 local challengeObjectives = loc("Use your available weapons in order to eliminate the enemies.").."|"..
    14 	loc("Each time you play this missions enemy hogs will play in a random order.").."|"..
    14 	loc("Each time you play this mission, enemy hogs will play in a random order.").."|"..
    15 	loc("At the start of the game each enemy hog has only the weapon that he is named after.").."|"..
    15 	loc("At the start of the game each enemy hog has only the weapon that he is named after.").."|"..
    16 	loc("A random hedgehog will inherit the weapons of his deceased team-mates.").."|"..
    16 	loc("A random hedgehog will inherit the weapons of his deceased team-mates.").."|"..
    17 	loc("If you kill a hedgehog with the respective weapon your health points will be set to 100.").."|"..
    17 	loc("If you kill a hedgehog with the respective weapon your health points will be set to 100.").."|"..
    18 	loc("If you injure a hedgehog you'll get 35% of the damage dealt.").."|"..
    18 	loc("If you injure a hedgehog you'll get 35% of the damage dealt.").."|"..
    19 	loc("Every time you kill an enemy hog your ammo will get reset next turn.").."|"..
    19 	loc("Every time you kill an enemy hog your ammo will get reset next turn.").."|"..