Template:Gem table/doc: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
>OmegaK2
>OmegaK2
Line 21: Line 21:
|-
|-
| icon
| icon
| [[Property:Has support gem letter HTML]]
| skill_gems.support_gem_letter_html
|
|
|-  
|-  
| skill_icon
| skill_icon
| [[Property:Has skill gem icon]]
| skill.skill_icon
|
|-
| description
|skill.description
|
|
|-  
|-  
| level
| level
| [[Property:Has level requirement]]
| items.required_level
| the level requirement of the item
| the level requirement of the item
|-
|-
| str
| str
| [[Property:Has strength percentage]]
| skill_gems.strength_percent
| the [[strength]] requirement of the item
| the [[strength]] requirement of the item
|-  
|-  
| int
| int
| [[Property:Has intelligence percentage]]
| skill_gems.intelligence_percent
| the [[intelligence]] requirement of the item
| the [[intelligence]] requirement of the item
|-  
|-  
| dex
| dex
| [[Property:Has dexterity percentage]]
| skill_gems.dexterity_percent
| the [[dexterity]] requirement of the item
| the [[dexterity]] requirement of the item
|-  
|-  
| description
| crit
| [[Property:Has description]]
| skill_levels.critical_strike_chance
|
|-
| cast_time
| skill.cast_time
|
|-
| dmgeff
| skill_levels.damage_effectiveness
|
|
|-  
|-  
| mcm
| mcm
| [[Property:Has mana multiplier]]
| skill_levels.mana_multiplier
|
|-
| mana
| skill_levels.mana_cost
skill.has_percentage_mana_cost
 
skill.has_reservation_mana_cost
|
|
|-  
|-  
| vaal
| vaal
| [[Property:Has vaal souls requirement]]
| skill_levels.vaal_souls_requirement
[[Property:Has vaal stored uses]]
skill_levels.vaal_stored_uses
|
|-
| radius
| skill.radius
skill.radius_description
 
skill.radius_secondary
 
skill.radius_secondary_description
 
skill.radius_tertiary
 
skill.radius_tertiary_description
|
|
|}
|}

Revision as of 12:56, 21 February 2018

This subpage provides documentation for Template:Gem table.

Lua logo

This template uses the following modules:

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
skill_icon skill.skill_icon
description skill.description
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
cast_time skill.cast_time
dmgeff skill_levels.damage_effectiveness
mcm skill_levels.mana_multiplier
mana skill_levels.mana_cost

skill.has_percentage_mana_cost

skill.has_reservation_mana_cost

vaal skill_levels.vaal_souls_requirement

skill_levels.vaal_stored_uses

radius skill.radius

skill.radius_description

skill.radius_secondary

skill.radius_secondary_description

skill.radius_tertiary

skill.radius_tertiary_description