RuleFunction_Wearable - arkayenro/arkinventory GitHub Wiki
Rule Functions > Wearable
wearable( ignore_level_requirement )
Matches equipable items that your class can wear, and limits them to your primary armour type.
Item stats are not checked.
Arguments
- ignore_level_requirement - if this contains any value the item level requirement will be ignored
Remarks
-
requires v31003.01 or higher
-
requires v31004.14 or higher for the
ignore_level_requirement
option -
caters for hunters under 40 using leather, and above using mail
-
do not use
not wearable( )
as you will end up with every item that cannot be equipped. useunwearable( )
instead
Examples
all wearable items
wearable( )