Module: Adventure::Item::Property

Defined in:
lib/adventure/item.rb

Overview

Possible item properties.

Constant Summary collapse

AMMUNITION =

Ammunition item property.

'Ammunition'
ARMOR_PIERCING =

Armor-Piercing item property.

'Armor-Piercing'
BLACKPOWDER =

Blackpowder item property.

'Blackpowder'
BURST_FIRE =

Burst Fire item property.

'Burst Fire'
CUMBERSOME =

Cumbersome item property.

'Cumbersome'
DAMAGE =

Damage item property.

'Damage'
DOUBLE =

Double item property.

'Double'
FINESSE =

Finesse item property.

'Finesse'
HAFTED =

Hafted item property.

'Hafted'
HEAVY =

Heavy item property.

'Heavy'
LIGHT =

Light item property.

'Light'
LOADING =

Loading item property.

'Loading'
MAGAZINE =

Magazine item property.

'Magazine'
MOMENTUM =

Momentum item property.

'Momentum'
REACH =

Reach item property.

'Reach'
RELOAD =

Reload item property.

'Reload'
REPEATER =

Repeater item property.

'Repeater'
THROWN =

Thrown item property.

'Thrown'
TWO_HANDED =

Two-Handed item property.

'Two-Handed'
VERSATILE =

Versatile item property.

'Versatile'
SPECIAL =

Special item property.

'Special'