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") |