RuleFunction_ItemStat - arkayenro/arkinventory GitHub Wiki

Rule Functions > Item Stat

itemstat( arg1, ..., argN )

Checks if any of the supplied arguments are contained within the item's stats

Arguments

  • arg1...N (string) = pattern to search for

Remarks

  • requires ArkInventory 3.09.31

  • only checks equipable items

  • does not care if the stat is inactive, see itemstatactive if you only want active stats

  • does not check enchantments or gems (i think)

  • string patterns can be used

  • no argument will generate an error

Examples

itemstat( "strength", "agility" )