ModernUO/Projects/UOContent/Spells/Ninjitsu
Kamron Batman 9b7fea2c20
fix: Magic NPCs now use spell range (#1870)
### Summary
- Drastically streamlines the spell targeting by collapsing the target classes into a single `SpellTarget<T>` class.
- Moves TargetRange to the spell itself so it can be used by MageAI.
- Changes range check in MageAI to use TargetRange. This should fix target acquisition bugs
2024-08-08 07:05:27 -07:00
..
AnimalForm.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
Backstab.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
DeathStrike.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
FocusAttack.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
KiAttack.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
MirrorImage.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
NinjaMove.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
NinjaSpell.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00
ShadowJump.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
SurpriseAttack.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00