For a Top Down game
I need to initially create at least two types of spells:
- A spell/skill, where when clicking on the THREE button it releases an animation of the player and several explosions (which I already have animation) around the player, always in a random way. (That is to say, the explosions always appear in an AoE around the player, but they rarely land in the same place twice.)
That was the first spell.
______________________
- A skill/spell where I can place an area of effect (AOE) on the ground when I click on the number ONE. And when you left-click it works.
She needs to shoot lightning on top of targets (enemies) that are inside the AoE.
The limit of lightning that fall must be by duration of time and can only hit the limit of three targets.
If there are more than three targets, the lightning must choose them randomly.
That was the second.
Somebody could help me with that... I'm looking for some help all day :/