Adding a buff to the user while dealing damage to the enemy is quite straightforward, I just use the damage formula e.g.
a.add_buff(3,3); a.atk * 4 - 2.def * 2
However, I want to add the buff to another ally (ideally it would always be actor 3) as well as deal damage to the enemy. Is there a way of doing this?
An escalation of the query would be - could this be done for all allies and all enemies?
Thanks
a.add_buff(3,3); a.atk * 4 - 2.def * 2
However, I want to add the buff to another ally (ideally it would always be actor 3) as well as deal damage to the enemy. Is there a way of doing this?
An escalation of the query would be - could this be done for all allies and all enemies?
Thanks


