Template:Drop enabled gem table by item class: Difference between revisions
Jump to navigation
Jump to search
m (17 revisions imported) |
Mefisto1029 (talk | contribs) (All atacks are restricted to specific weapon type, or unarmed) |
||
Line 5: | Line 5: | ||
AND ( | AND ( | ||
skill__item_class_id_restriction._value="{{{item_class_id|{{{1}}}}}}" | skill__item_class_id_restriction._value="{{{item_class_id|{{{1}}}}}}" | ||
OR skill_gems.gem_tags HOLDS "Attack" AND skill__item_class_id_restriction._value IS NULL | <!--OR skill_gems.gem_tags HOLDS "Attack" AND skill__item_class_id_restriction._value IS NULL--> | ||
) | ) | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 14:32, 5 January 2025
Overview
This template queries for skill gems that can be used with a particular item class.
For more information, see Template:Gem table.
Additional Parameters
Parameters that can be specified in addition to the default item table parameters.
Parameter | Value | Description | Optional |
---|---|---|---|
item_class_id | str | item class id to query for | ![]() |
The above documentation is transcluded from Template:Drop enabled gem table by item class/doc.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.