Template:Damage colour: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
m (add generic physical damage case)
No edit summary
 
(23 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<includeonly>{{color|{{#switch: {{{1}}}  
<includeonly><span class="{{lc:{{{1|}}}}}">{{trim | {{{2| {{{1}}} }}} }}</span></includeonly><noinclude>
| Acid = #cccc00
; Wikitext : {{code|<nowiki>{{DamageColor|Force|1d4 + 4 Force damage.}}</nowiki>}}
| Cold = #3399cc
; Result : {{DamageColor|Force|1d4 + 4 Force damage}}
| Fire = #ff6600
; Wikitext : {{code|<nowiki>{{DamageColor|Healing|1d4 + 4 Healing}}</nowiki>}}
| Force = #cc3333
; Result : {{DamageColor|Healing|1d4 + 4 Healing}}
| Healing = #33cccc
| Lightning = #3366cc
| Necrotic = #66cc66
| Poison = #99cc00
| Radiant = #ffcc00
| Thunder = #663399
| Psychic = #ff99cc
| Physical = #a9a9a9
| Piercing = #a9a9a9
| Bludgeoning = #a9a9a9
| Slashing = #a9a9a9
}}|{{{2}}}}}</includeonly><noinclude>
You can use this like so:


{{code|<nowiki>{{DamageColor|Force|That's a lotta damage.}}</nowiki>}}
List of all colors:


Result:
* {{DamageColor|Acid|Acid}}
* {{DamageColor|Cold|Cold}}
* {{DamageColor|Fire|Fire}}
* {{DamageColor|Force|Force}}
* {{DamageColor|Healing|Healing}}
* {{DamageColor|Lightning|Lightning}}
* {{DamageColor|Necrotic|Necrotic}}
* {{DamageColor|Poison|Poison}}
* {{DamageColor|Radiant|Radiant}}
* {{DamageColor|Thunder|Thunder}}
* {{DamageColor|Psychic|Psychic}}
* {{DamageColor|Physical|Physical}}
* {{DamageColor|Piercing|Piercing}}
* {{DamageColor|Bludgeoning|Bludgeoning}}
* {{DamageColor|Slashing|Slashing}}


{{DamageColor|Force|That's a lotta damage.}}
Note to future editors: it's important for these colors to be legible on both a light and a dark background!
 
Or for healing, actually:
 
{{code|<nowiki>{{DamageColor|Healing|Feels good man.}}</nowiki>}}
 
Result:
 
{{DamageColor|Healing|Feels good man.}}


[[Category:Damage info templates]]
</noinclude>
</noinclude>

Latest revision as of 23:06, 17 February 2024

Wikitext
{{DamageColor|Force|1d4 + 4 Force damage.}}
Result
1d4 + 4 Force damage
Wikitext
{{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!