Dear TCI team,
first of all, thank you for your fantastic work! You have added hundreds of hours of enjoyment to one of my favorite games of all time
I wanted to try my hand at modding, so just for fun I'm trying to create my own version of Daimoinon. What little I've managed to do so far seems to work (more or less).
Now, I'm trying to implement "Unleash Hell's Fury" at level 5. I thought it would be cool if I could visually set my target on fire. Under Appendix H of Dheu's guide, I've found three constants that look promising:
- burning_into
- burning_loop
- burning_outof
The Guide says that you can assign animations to objects in Python using the SetAnimation function.
My question is, what is the Tag I need to use to do the same in disciplinetgt_000.txt?
So far, I have only found "Gesture_Anim", which AFAICT is used for gestures, not animations, and "Player_Anim", which uses constants like "PLAYER_VOMIT" that I cannot see defined anywhere.
Thank you well in advance for your kind help,
Hopeless Noob