Phantom Pulse wraps your avatar in an ethereal, pulsing white glow — a soft radiance that breathes in and out like a ghostly aura, creating the appearance of a spirit hovering in the chat room. It is subtle, mysterious, and unmistakably different from every other avatar effect.
Phantom Pulse is a pulse-type power that applies an animated box-shadow to your avatar element. The glow cycles smoothly from near-invisible to a full white bloom over a 2-second loop:
Pulse powers are mutually exclusive — only one avatar pulse can be active at a time. Phantom Pulse stacks freely with name effects and badges.
.pwr-phantom {
animation: pwr-phantom 2s ease-in-out infinite;
}
@keyframes pwr-phantom {
0%, 100% { box-shadow: 0 0 4px rgba(255,255,255,0.15); }
50% { box-shadow: 0 0 16px rgba(255,255,255,0.9),
0 0 30px rgba(220,220,255,0.5); }
}
No. Both are avatar-effect powers in the same mutually exclusive group. Only one can be active at a time.
Yes — all pulse effects are visible to everyone in the room.
No. Permanent once purchased.
No comments yet — be the first!
Leave a Comment