Ghost Mode transforms your avatar into a semi-transparent, slightly desaturated ghost — 50% opacity with a faint grayscale filter — visible to everyone in the room as a mysterious translucent figure. It is the ultimate lurker aesthetic: present in the room, but ethereally faded.
Ghost Mode is an aura-type power. It applies two CSS properties to your avatar image in the chat feed:
In private message rows, Ghost Mode also dims the entire message row to 55% opacity, giving a haunting, faded appearance throughout the conversation.
Ghost Mode is purchased with Gold. It is mutually exclusive with other avatar-pulse powers — only one avatar effect can be active at a time.
.pwr-ghost {
opacity: 0.50 !important;
filter: grayscale(25%) brightness(1.15) !important;
transition: opacity 0.4s ease;
}
/* PM row effect */
.pwr-ghost-row {
opacity: 0.55 !important;
filter: grayscale(20%) !important;
}
Yes. The effect is applied server-side to every message you send, visible to all connected users.
Yes. Ghost Mode only affects the avatar. Name effects (Prism, VIP Glow) are separate and stack freely.
No. Permanent purchase.
No comments yet — be the first!
Leave a Comment