Hey guys. So I'm working on a mod that temporarily gives the player a power-up by tweaking various actor values on the player character. I'm looking for a good way to indicate the activation of the power-up to the player.
I suppose that the simplest way to do this would be to display a message with Debug.Notification(), but I want something that's more visually pleasing than that. I've also considered activating a magic effect on the player's weapons and/or hands, but I'm not sure what a good magic effect for this would be. (Really I'm just looking for a particle effect that looks half decent.) Any ideas?