Hello.
I would like to create a mod that allows the display of attack notification during gameplay, especially during Alien Turns.
The idea would be to have it displayed in a corner as follow :
ATTACKER -> TARGET (RESULT)
examples :
SECTOID -> JOHN DOE (HIT)
SECTOID -> JOHN DOE (MISS)
JOHN DOE -> SECTOID (REACT HIT)
UNKNOWN -> JOHN DOE (HIT) // Enemy out of sight here.
And I think it might be doable in a Ruleset using scripts hook such as "damageUnit", "hitUnit", etc. But I was not able to find documentation on how to use these.