RuleFunction_PeriodicTable - arkayenro/arkinventory GitHub Wiki
Rule Functions > Periodic Table
periodictable( set1, ..., setN )
Checks if an item is in any of the known PeriodicTable sets
Alias
pt
Arguments
- set1...N (string) = PeriodicTable set(s) to check
Remarks
- PeriodicTable set names are case sensitive
Examples
pt( "Tradeskill.Mat.ByProfession.Alchemy", "Tradeskill.Mat.ByType.Mote", "Tradeskill.Mat.ByType.Primal", "Tradeskill.Tool.Alchemy" )
type( "gem" ) or pt( "Tradeskill.Mat.ByType.Gem" )