Talk:Loot Filtration: Difference between revisions
From Path of Diablo Wiki
(2 intermediate revisions by the same user not shown) | |||
Line 205: | Line 205: | ||
== Skill & Item Lists == | == Skill & Item Lists == | ||
<!-- | |||
Skill and item lists are a reusable way to define commonly used item codes, item names or skill codes. They are used in conjunction with filtering functions described in Filtering Variables. | Skill and item lists are a reusable way to define commonly used item codes, item names or skill codes. They are used in conjunction with filtering functions described in Filtering Variables. | ||
Line 225: | Line 226: | ||
ItemDisplay[SKILLS("supercoolskills")]: %NAME% super cool skills skills! | ItemDisplay[SKILLS("supercoolskills")]: %NAME% super cool skills skills! | ||
</pre> | </pre> | ||
--> | |||
== Sounds == | == Sounds == | ||
Line 605: | Line 607: | ||
=== Functions === | === Functions === | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
Line 612: | Line 614: | ||
|- | |- | ||
| CHARSTAT() | | CHARSTAT() | ||
| | | Character stat, eg <code>CHARSTAT(7)</code> is max life | ||
|- | |- | ||
| COUNT() [DISABLED] | | COUNT() [DISABLED] | ||
Line 618: | Line 620: | ||
|- | |- | ||
| CSKILLS() | | CSKILLS() | ||
| | | <code>%CSKILLS(AMA, 1)%</code> for the first tab of Amazon skills, <code>%CSKILLS(AMA)%</code> for just Amazon skills (full name Amazon works as well) | ||
|- | |- | ||
| CHARGES() | | CHARGES() | ||
| | | | ||
|- | |- | ||
| CTCSKILL() | | CTCSKILL() | ||
Line 627: | Line 629: | ||
|- | |- | ||
| ITEMLIST() | | ITEMLIST() | ||
| | | Space separated ist of items | ||
|- | |- | ||
| ITYPE() | | ITYPE() | ||
Line 666: | Line 668: | ||
|- | |- | ||
| STORAGE() | | STORAGE() | ||
| | | Where the item lives. Could be in: | ||
INV | |||
EQUIPPED | |||
STASH | |||
CUBE | |||
TRADE | |||
BELT | |||
MERC | |||
SHOP | |||
GAMBLE | |||
GROUND | |||
|- | |- | ||
| SUFFIX() | | SUFFIX() |