Template:Damage colour: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
m (Willowisp moved page Template:Damage color to Template:Damage colour)
No edit summary
Tag: Reverted
Line 20: Line 20:
You can use this like so:
You can use this like so:


{{code|<nowiki>{{DamageColor|Force|That's a lotta damage.}}</nowiki>}}
{{code|<nowiki>{{DamageColor|Force|1d4 + 4 Force damage.}}</nowiki>}}


Result:
Result:


{{DamageColor|Force|That's a lotta damage.}}
{{DamageColor|Force|1d4 + 4 Force damage}}


Or for healing, actually:
Or for healing, actually:


{{code|<nowiki>{{DamageColor|Healing|Feels good man.}}</nowiki>}}
{{code|<nowiki>{{DamageColor|Healing|1d4 + 4 Healing}}</nowiki>}}


Result:
Result:


{{DamageColor|Healing|Feels good man.}}
{{DamageColor|Healing|1d4 + 4 Healing}}


List of all colors:
List of all colors:

Revision as of 14:58, 23 January 2024

You can use this like so:

{{DamageColor|Force|1d4 + 4 Force damage.}}

Result:

1d4 + 4 Force damage

Or for healing, actually:

{{DamageColor|Healing|1d4 + 4 Healing}}

Result:

1d4 + 4 Healing

List of all colors:

  • Acid
  • Cold
  • Fire
  • Force
  • Healing
  • Lightning
  • Necrotic
  • Poison
  • Radiant
  • Thunder
  • Psychic
  • Physical
  • Piercing
  • Bludgeoning
  • Slashing

Note to future editors: it's important for these colors to be legible on both a light and a dark background!