-
Notifications
You must be signed in to change notification settings - Fork 14
RuleFunction_PeriodicTable
arkayenro edited this page Mar 21, 2015
·
2 revisions
periodictable( set1, ..., setN )
Checks if an item is in any of the known PeriodicTable sets
pt
- set1...N (string) = PeriodicTable set(s) to check
- PeriodicTable set names are case sensitive
pt( "Tradeskill.Mat.ByProfession.Alchemy", "Tradeskill.Mat.ByType.Mote", "Tradeskill.Mat.ByType.Primal", "Tradeskill.Tool.Alchemy" )
type( "gem" ) or pt( "Tradeskill.Mat.ByType.Gem" )