Skip to content

Instantly share code, notes, and snippets.

@gibbed
Last active July 16, 2019 04:54
Show Gist options
  • Save gibbed/fb467d85cae064bf03b136a552c48532 to your computer and use it in GitHub Desktop.
Save gibbed/fb467d85cae064bf03b136a552c48532 to your computer and use it in GitHub Desktop.
Dead Cells text formatting.

So you can do special formatting codes in Dead Cells text. Can currently be used when talking to a broadcaster as Captain Chicken. Maybe the developers will prevent it in the future. We'll see.

Some notes:

  • Color will break if the text turns into multiple lines.
  • Icons appear to only work at the start of a message with following text. Example: {iconCursed@img} You're cursed.
  • You can have multiple tags. Example: {Blood@BL} {Fire@FI}
  • {R@BL}{A@FI}{I@LE}{N@CC}{B@TO}{O@SU}{W@IC}{!@ST}

Here's what's available:

  • Colors Visual of colors.
    • {Text@BR} - Brutality
    • {Text@TA} - Tactics
    • {Text@SU} - Survival
    • {Text@LE} - Legendary
    • {Text@CL} - Colorless
    • {Text@AF} - Affix
    • {Text@CC} - Critical
    • {Text@BL} - Blood
    • {Text@FI} - Fire
    • {Text@IC} - Ice
    • {Text@TO} - Poison
    • {Text@ST} - Stats
    • {Text@PA} - Parry
    • {Text@PE} - Permanent
    • {Text@LO} - Locked
    • {Text@HT} - Hero
    • {Text@MO} - Mob
    • {Text@GO} - Gold
    • {Text@CE} - Cells
    • {Text@CO} - Collector
    • {Text@TE} - Test/Debug
    • {Text@MI} - Minor
  • Icons
    • {iconAffix@img}
    • {iconCell@img}
    • {iconCoin@img}
    • {iconCursed@img}
    • {iconForge@img}
    • {iconNegativeAffix@img}
    • {iconRare@img}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment