Closed tsgrissom closed 1 week ago
My theory is that it's a bug with PotionEffectActions which I reported but I'll keep this open until Nathan gets a chance to reply on that thread.
@NathanWolf Still not sure why something like this won't work. Why can't an AOE inside a projectile apply a potion effect to its caster with target_source on? Is there something tied to the projectile? I've fiddled with targeting mode to no avail.
I think it needs target_self: true
(target_source vs target_caster vs target_self are all very confusing, sorry!)
Describe the bug
peruvianpowder
spell will not target the caster despitetarget_source: true
To Reproduce Steps to reproduce the behavior:
/mgive peruvianpowder
Expected behavior The AOE attached to the CustomProjectile should apply the PotionEffect to all targets within the radius, including the caster.
Screenshots None.
Additional context Tried shifting around targeting modes to see how I could make it work to no avail.