Module: Adventure::Store::ShopTypes

Defined in:
lib/adventure/store.rb

Overview

Possible types of stores.

Constant Summary collapse

GENERIC =

Generic shop type.

'Generic'
INN =

Inn shop type.

'Inn'
FOOD_AND_DRINK =

Food & Drink shop type.

'Food & Drink'
WEAPON =

Weapon shop type.

'Weapon'
ARMOR =

Armor shop type.

'Armor'
WEAPON_ARMOR =

Weapon & Armor shop type.

'Weapon & Armor'
MAGICAL =

Magical shop type.

'Magical'
OTHER =

Other shop type.

'Other'