I think that unit is kinda missing the point.
All Myrran races have either
-high hp so Fire Breath is inefficient as a "first strike" tactic - the unit will have enough health remaining to retaliate and kill you despite the first striking
or
-lots of ranged units so it won't make it there and dies to arrows.
I would never produce that unit because it seems useless - at least halberdiers have high armor and health so they can survive the inevitable retaliation, spells and ranged attacks better. While I understand the intention is to be equal to halberdiers, for me this unit looks massively inferior. To be able to rival a 2 health 5 shield melee unit at 1 health and 3 shields, it'd need to have crazy offense like 12 fire breath and 5 movement because those stats make it about as durable in melee as a unit of sprites unless they manage to wipe out the entire enemy unit in one hit.
Quote:Can we add individual spells as opposed to caster?
Sure, any of the existing spell abilities, which are Fireball, Doom Bolt, Web and Healing. Oh, and Summon Demon. Others, we can't, because they don't exist as an actual ability. (unless we remove one of the above but that's a bad idea.)
Looked at unit data. The bytes used for ability flags are all completely used. I do see one byte that seems to be free (but might just be the upper half of a word value that does not store actual word numbers) but even if we code abilities into that, an ability icon would be problematic. Both displaying one, and even more so, there is no room in the LBX for another. Notice how even "Primal Force" uses a duplicate of "Meld" and "Supernatural" uses "Illusion" due to this.
...on the other hand, caster doesn't need a new icon so if we used this byte to store casting capacity as a number then that might work. Except I have no idea if that byte actually is free or not, it might just look like it is. For example another similar byte that's all zeroes is in use but filled with data on startup, and contains the unit sound. This is something to investigate in the future.