Translations:Item Filtering/81/en: Difference between revisions

From Project Diablo 2
Jump to navigation Jump to search
Content added Content deleted
(Importing a new version from external source)
 
(Importing a new version from external source)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Filter Codes ==
== Filter Codes ==
=== Action Keywords ===
=== Output Keywords ===
==== Colors ====
==== Colors ====
[[File:Text_Colors.png|thumb|Text Colors:<br>Normal vs Glide]]
[[File:Text_Colors.png|thumb|Text Colors:<br>Normal vs Glide]]
These keywords change the color for subsequent text. If absent, the item's default color will be used instead.
These keywords change the color for subsequent text. If absent, the item's default color will be used instead.
{| class="wikitable"
{| class="wikitable"
! Code !! Color !! Default Use
! Code !! Color !! Default Use !! Hex
|-
|-
| %WHITE% || <span class="d2-white">White</span> || regular items
| %WHITE% || <span class="d2-white">White</span> || regular items || 20
|-
|-
| %GRAY% || <span class="d2-gray">Gray</span> || regular items (ethereal or socketed)
| %GRAY% || <span class="d2-gray">Gray</span> || regular items (ethereal or socketed) || 1D
|-
|-
| %BLUE% || <span class="d2-blue">Blue</span> || magic items, item descriptions
| %BLUE% || <span class="d2-blue">Blue</span> || magic items, item descriptions || 97
|-
|-
| %YELLOW% || <span class="d2-yellow">Yellow</span> || rare items
| %YELLOW% || <span class="d2-yellow">Yellow</span> || rare items || 6D
|-
|-
| %GOLD% || <span class="d2-gold">Gold</span> || unique items, runeword names
| %GOLD% || <span class="d2-gold">Gold</span> || unique items, runeword names || 53
|-
|-
| %GREEN% || <span class="d2-green">Green</span> || set items
| %GREEN% || <span class="d2-green">Green</span> || set items || 84
|-
|-
| %DARK_GREEN% || <span class="d2-dark-green">Dark Green</span> ||
| %DARK_GREEN% || <span class="d2-dark-green">Dark Green</span> || || 77
|-
|-
| %TAN% || <span class="d2-tan">Tan</span> ||
| %TAN% || <span class="d2-tan">Tan</span> || || 5A
|-
|-
| %BLACK% || <span class="d2-black">Black</span> ||
| %BLACK% || <span class="d2-black">Black</span> || || 00
|-
|-
| %PURPLE% || <span class="d2-purple">Purple</span> ||
| %PURPLE% || <span class="d2-purple">Purple</span> || || 9B
|-
|-
| %RED% || <span class="d2-red">Red</span> || broken/unusable items
| %RED% || <span class="d2-red">Red</span> || broken/unusable items || 62
|-
|-
| %ORANGE% || <span class="d2-orange">Orange</span> || crafted items, endgame quest items, runes
| %ORANGE% || <span class="d2-orange">Orange</span> || crafted items, endgame quest items, runes || 60
|-
|-
| %CORAL% || Coral || ''only works with Glide''
| %CORAL% || Coral || ''only works with Glide'' || ?
|-
|-
| %SAGE% || Sage || ''only works with Glide''
| %SAGE% || Sage || ''only works with Glide'' || ?
|-
|-
| %TEAL% || Teal || ''only works with Glide''
| %TEAL% || Teal || ''only works with Glide'' || ?
|-
|-
| %LIGHT_GRAY% || Light Gray || ''only works with Glide''
| %LIGHT_GRAY% || Light Gray || ''only works with Glide'' || ?
|}
|}

Latest revision as of 05:34, 9 January 2023

Filter Codes

Output Keywords

Colors

Text Colors:
Normal vs Glide

These keywords change the color for subsequent text. If absent, the item's default color will be used instead.

Code Color Default Use Hex
%WHITE% White regular items 20
%GRAY% Gray regular items (ethereal or socketed) 1D
%BLUE% Blue magic items, item descriptions 97
%YELLOW% Yellow rare items 6D
%GOLD% Gold unique items, runeword names 53
%GREEN% Green set items 84
%DARK_GREEN% Dark Green 77
%TAN% Tan 5A
%BLACK% Black 00
%PURPLE% Purple 9B
%RED% Red broken/unusable items 62
%ORANGE% Orange crafted items, endgame quest items, runes 60
%CORAL% Coral only works with Glide ?
%SAGE% Sage only works with Glide ?
%TEAL% Teal only works with Glide ?
%LIGHT_GRAY% Light Gray only works with Glide ?