mmmk.
So I thought on it, and maybe? Im not afraid to try.
Ive managed to get the main.lua file that I see in some mods to accept a specific creature instead of a species, and as far as Im concerned thats more progress than a less curious person would have.
I dont know if main.lua is the only lua file accepted, what lua is, or even how .cpp and .h files play into that, but .h files seem to name variables and ids, while .cpp files have the meats.
It appears I need to get the game to register a new deathtype or special attack. From there, with some inspiration, I could cannibalize existing code into something that might function, but I dont know if I can define new variables in lua.