share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua
changeset 13118 1ddb8aac5e30
parent 12933 e65aa3c3d4e6
child 13120 be5d9fd2c56a
equal deleted inserted replaced
13117:cd1561b0337f 13118:1ddb8aac5e30
   614   dense = AddHog(loc("Dense Cloud"), 0, 100, "RobinHood")
   614   dense = AddHog(loc("Dense Cloud"), 0, 100, "RobinHood")
   615   spiky = AddHog(loc("Spiky Cheese"), 0, 100, "hair_yellow")
   615   spiky = AddHog(loc("Spiky Cheese"), 0, 100, "hair_yellow")
   616 
   616 
   617   AddTeam(loc("Weaklings"), 14483456, "skull", "Island", "Pirate","cm_vampire")
   617   AddTeam(loc("Weaklings"), 14483456, "skull", "Island", "Pirate","cm_vampire")
   618   cannibals = {}
   618   cannibals = {}
   619   cannibals[1] = AddHog(loc("Brainiac"), 5, 20, "Zombi")
   619   cannibals[1] = AddHog(loc("Brainiac"), 1, 20, "Zombi")
   620 
   620 
   621   for i = 2, 5 do
   621   for i = 2, 5 do
   622     cannibals[i] = AddHog(HogNames[i], 1, 20, "Zombi")
   622     cannibals[i] = AddHog(HogNames[i], 5, 20, "Zombi")
   623     hogNr[cannibals[i]] = i - 2
   623     hogNr[cannibals[i]] = i - 2
   624   end
   624   end
   625 
   625 
   626   AddTeam(loc("Stronglings"), 14483456, "skull", "Island", "Pirate","cm_vampire")
   626   AddTeam(loc("Stronglings"), 14483456, "skull", "Island", "Pirate","cm_vampire")
   627 
   627 
   628   for i = 6, 9 do
   628   for i = 6, 9 do
   629     cannibals[i] = AddHog(HogNames[i], 2, 30, "vampirichog")
   629     cannibals[i] = AddHog(HogNames[i], 4, 30, "vampirichog")
   630     hogNr[cannibals[i]] = i - 2
   630     hogNr[cannibals[i]] = i - 2
   631   end
   631   end
   632 
   632 
   633   AddTeam(loc("011101001"), 14483456, "ring", "UFO", "Robot", "cm_binary")
   633   AddTeam(loc("011101001"), 14483456, "ring", "UFO", "Robot", "cm_binary")
   634   cyborg = AddHog(loc("Y3K1337"), 0, 200, "cyborg1")
   634   cyborg = AddHog(loc("Y3K1337"), 0, 200, "cyborg1")