Template:Gem table/doc: Difference between revisions
Jump to navigation
Jump to search
>OmegaK2 (→Display control parameters: update) |
>OmegaK2 (→Display control parameters: description of the params) |
||
Line 22: | Line 22: | ||
| icon | | icon | ||
| skill_gems.support_gem_letter_html | | skill_gems.support_gem_letter_html | ||
| | | Support gem icon/letter shown when support gem is linked to an active skill | ||
|- | |- | ||
| skill_icon | | skill_icon | ||
| skill.skill_icon | | skill.skill_icon | ||
| | | Skill icon of an active skill (the icon in the skill bar, not the inventory icon) | ||
|- | |- | ||
| description | | description | ||
|skill.description | |skill.description | ||
| | | Description text of the skill | ||
|- | |- | ||
| level | | level | ||
Line 50: | Line 50: | ||
| crit | | crit | ||
| skill_levels.critical_strike_chance | | skill_levels.critical_strike_chance | ||
| | | Critical strike chance | ||
|- | |- | ||
| cast_time | | cast_time | ||
| skill.cast_time | | skill.cast_time | ||
| | | Cast time in seconds | ||
|- | |- | ||
| dmgeff | | dmgeff | ||
| skill_levels.damage_effectiveness | | skill_levels.damage_effectiveness | ||
| | | Damage effectiveness in percent | ||
|- | |- | ||
| mcm | | mcm | ||
| skill_levels.mana_multiplier | | skill_levels.mana_multiplier | ||
| | | mana cost multiplier in percent | ||
|- | |- | ||
| mana | | mana | ||
Line 69: | Line 69: | ||
skill.has_reservation_mana_cost | skill.has_reservation_mana_cost | ||
| | | Mana cost of the skill. | ||
Will also show whether the skill reserves mana or uses a percentage rather then just flat mana costs. | |||
|- | |- | ||
| vaal | | vaal | ||
| skill_levels.vaal_souls_requirement | | skill_levels.vaal_souls_requirement | ||
skill_levels.vaal_stored_uses | skill_levels.vaal_stored_uses | ||
| | | The base number of vaal souls required and how many skill uses can be stored for a vaal skill | ||
|- | |- | ||
| radius | | radius | ||
Line 87: | Line 88: | ||
skill.radius_tertiary_description | skill.radius_tertiary_description | ||
| | | Radius information for primary/secondary/tertiary radius and description of what that radius applies to as hovertext | ||
|} | |} | ||
Revision as of 13:00, 21 February 2018
This subpage provides documentation for Template:Gem table.
Overview
This template creates an advanced list for skill gems.
Parameters
Main parameters
Display control parameters
All these parameters are binary, so as long you specify something like icon=1
it will show up. If something is not available on the item you're fetching it will show up as "N/A"
Parameter | Corresponding Properties |
Description |
---|---|---|
icon | skill_gems.support_gem_letter_html | Support gem icon/letter shown when support gem is linked to an active skill |
skill_icon | skill.skill_icon | Skill icon of an active skill (the icon in the skill bar, not the inventory icon) |
description | skill.description | Description text of the skill |
level | items.required_level | the level requirement of the item |
str | skill_gems.strength_percent | the strength requirement of the item |
int | skill_gems.intelligence_percent | the intelligence requirement of the item |
dex | skill_gems.dexterity_percent | the dexterity requirement of the item |
crit | skill_levels.critical_strike_chance | Critical strike chance |
cast_time | skill.cast_time | Cast time in seconds |
dmgeff | skill_levels.damage_effectiveness | Damage effectiveness in percent |
mcm | skill_levels.mana_multiplier | mana cost multiplier in percent |
mana | skill_levels.mana_cost
skill.has_percentage_mana_cost skill.has_reservation_mana_cost |
Mana cost of the skill.
Will also show whether the skill reserves mana or uses a percentage rather then just flat mana costs. |
vaal | skill_levels.vaal_souls_requirement
skill_levels.vaal_stored_uses |
The base number of vaal souls required and how many skill uses can be stored for a vaal skill |
radius | skill.radius
skill.radius_description skill.radius_secondary skill.radius_secondary_description skill.radius_tertiary skill.radius_tertiary_description |
Radius information for primary/secondary/tertiary radius and description of what that radius applies to as hovertext |