Plague and Chain effects

If anyone is interested I did manage to create a Chain effect (for things like chain lightning) and a Plague effect.
For the chain effect: https://github.com/Alistair-Hudson/Table-Top_AR/blob/main/Table%20Top%20AR/Assets/Scripts/Character/Abilities/Effects/ChainEffect.cs
For the Plague effect: https://github.com/Alistair-Hudson/Table-Top_AR/blob/main/Table%20Top%20AR/Assets/Scripts/Character/Abilities/Effects/PlagueEffect.cs

You are free to use them and modify them, any issues please let me know.
I am currently working on a buff/Debuff effect will post when I have it done

1 Like

Can you describe in a bit more detail what to expect from these two scripts? They seem pretty cool!

The Plague script acts like a plague that if the target dies before the timer runs out the ability will spread to a new target.

The chain script is designed to act like a chain lightning effect

Privacy & Terms