1. How it will work is that they will attack both the player and other biters.
2. Each time they kill an enemy biter, the killed biter will become a Vampire biter.
3. There won’t be a lot of these spawners, but the units will get stronger and stronger over time.
4. When a single Vampire biter has killed x number of units, it will get bigger.
UPDATE 4/18/16:
Thanks everyone for the code help, mainly Adil who wrote most of the current mod
![Very Happy :D](./images/smilies/icon_e_biggrin.gif)
1 – Force Code – DONE
2 – Spawn new V-Biter when killing enemy – DONE
3 – Limit spawn rate – DONE
4 – Have V-Biters level up, based on number of kills… Currently it seems this is not possible. The Turret entity has a kill counter, but not units. JorgenRe has some code below to try and emulate it, but currently won’t work on the V-Biters.
Currently I'm not sure where to go with this, if anyone has some ideas let me know.