Template:Icon: Difference between revisions
Jump to navigation
Jump to search
Added icons (placeholders) for potion and dash charges. Improved weapon/cast speed. |
m Improved robustness. |
||
| Line 1: | Line 1: | ||
<onlyinclude><includeonly>{{#switch:{{ | <onlyinclude><includeonly>{{#switch:{{lc: {{{1}}} }} | ||
<!--⚠️Icon names in the code below must be entirely in lowercase.⚠️--> | |||
<!--Attributes--> | <!--Attributes--> | ||
| | | str|strength = 💪 | ||
| | | dex|dexterity = 🖐️ | ||
| | | int|intelligence = 🧠 | ||
| | | foc|focus = 🧿 | ||
| | | vit|vitality = 🦺 | ||
<!--Points--> | <!--Points--> | ||
| | | attribute|attribute point = 🔶 | ||
| | | star|skill point = ⭐ | ||
<!--Stats--> | <!--Stats--> | ||
| | | health|hp = ❤️ | ||
| | | health regen|health regeneration|hp regen|hp regeneration = ❤️↑ | ||
| | | mana|mp = 🔷 | ||
| | | mana regen|mana regeneration|mp regen|mp regeneration = 🔷↑ | ||
| | | armor = 🛡️ | ||
| | | fire resist|fire resistance = 🟠 | ||
| | | ice resist|ice resistance = 🔵 | ||
| | | lightning resist|lightning resistance = 🟣 | ||
| | | poison resist|poison resistance = 🟢 | ||
| | | movement speed = 🏃 | ||
| | | evade = 👥 | ||
| | | parry = ⚔️ | ||
| | | experience = ➕ | ||
| | | weapon power = 🗡️💥 | ||
| | | spell power = 🪄💥 | ||
| | | weapon speed = 🗡️⏩ | ||
| | | weapon crit chance = 🗡️🎯% | ||
| | | weapon crit damage = 🗡️🎯➕ | ||
| | | cast speed = 🪄⏩ | ||
| | | spell crit chance = 🪄🎯% | ||
| | | spell crit damage = 🪄🎯➕ | ||
| | | armor penetration = 🛡️💔 | ||
| | | fire penetration = 🟠💔 | ||
| | | ice penetration = 🔵💔 | ||
| | | lightning penetration = 🟣💔 | ||
| | | poison penetration = 🟢💔 | ||
| | | physical damage = 🗡️ | ||
| | | fire damage = 🔥 | ||
| | | ice damage = ❄️ | ||
| | | lighting damage = ⚡ | ||
| | | poison damage = ☣️ | ||
<!--Resources--> | <!--Resources--> | ||
| | | gold = 💰 | ||
| | | wood = 🪵 | ||
| | | stone = 🪨 | ||
| | | iron = ▰ | ||
| | | crystals|crystal = 💠 | ||
| | | dust = 🔺 | ||
| | | fragments|fragment = 🍪 | ||
<!--Misc--> | <!--Misc--> | ||
| | | potion|potion charge = ⚗️ | ||
| | | dash|dash charge = 🔋 | ||
<!--Invalid--> | <!--Invalid--> | ||
Revision as of 23:41, 25 January 2025
⚠️This template currently uses emojis as placeholders, until someone uploads the actual icons from the game.
This template is a shorthand to display an icon from the game.
Syntax is {{icon|name}}, where "name" is one of the following: [TODO:Add a fancy table. (For the meantime, look at the source code.)]
Example: {{icon|str}} will produce 💪.