ITEM TYPES: Difference between revisions

From AddictHelp
Jump to navigation Jump to search
Kahlan (talk | contribs)
No edit summary
No edit summary
Line 3: Line 3:
any values to be set)
any values to be set)


  Item types are as follows (and each type has detailed help):
Item types are as follows (and each type has detailed help):
(As always, if it isn't listed here, DONT set it)


  ITEM_LIGHT      Item is a light source
(As always, if it isn't listed here, DONT set it)
  ITEM_SCROLL      Item is a scroll
 
  ITEM_WAND        Item is a wand
  [[ITEM_LIGHT]]       Item is a light source
  ITEM_STAFF      Item is a staff
  [[ITEM_SCROLL]]     Item is a scroll
  ITEM_WEAPON      Item is a weapon
  [[ITEM_WAND]]       Item is a wand
  ITEM_ARMOR      Item is armor
  [[ITEM_STAFF]]       Item is a staff
  ITEM_POTION      Item is a potion
  [[ITEM_WEAPON]]     Item is a weapon
  ITEM_WORN        Does nothing
  [[ITEM_ARMOR]]       Item is armor
  ITEM_OTHER      Misc object
  [[ITEM_POTION]]     Item is a potion
  ITEM_TRASH      Trash - shopkeeps won't buy
  [[ITEM_WORN]]       Does nothing
  ITEM_CONTAINER  Item is a container
  [[ITEM_OTHER]]       Misc object
  ITEM_NOTE        Item is note
  [[ITEM_TRASH]]       Trash - shopkeeps won't buy
  ITEM_DRINKCON    Item is a drink container
  [[ITEM_CONTAINER]]   Item is a container
  ITEM_KEY        Item is a key
  [[ITEM_NOTE]]       Item is note
  ITEM_FOOD        Item is food
  [[ITEM_DRINKCON]]   Item is a drink container
  ITEM_MONEY      Item is money (gold)
  [[ITEM_KEY]]         Item is a key
  ITEM_PEN        Item is a pen
  [[ITEM_FOOD]]       Item is food
  ITEM_BOAT        Item is a boat
  [[ITEM_MONEY]]       Item is money (gold)
  ITEM_FOUNTAIN    Item is a fountain
  [[ITEM_PEN]]         Item is a pen
  [[ITEM_BOAT]]       Item is a boat
  [[ITEM_FOUNTAIN]]   Item is a fountain


SEE ALSO: [[OEDIT]], [[OSET]], [[ITEM_FLAGS]]
SEE ALSO: [[OEDIT]], [[OSET]], [[ITEM_FLAGS]]

Revision as of 17:03, 29 November 2008

When an item type is set, certain defaults are set, so for most types all you should need to do is set the type (i.e. fountain will not require any values to be set)

Item types are as follows (and each type has detailed help):

(As always, if it isn't listed here, DONT set it)

ITEM_LIGHT       Item is a light source
ITEM_SCROLL      Item is a scroll
ITEM_WAND        Item is a wand
ITEM_STAFF       Item is a staff
ITEM_WEAPON      Item is a weapon
ITEM_ARMOR       Item is armor
ITEM_POTION      Item is a potion
ITEM_WORN        Does nothing
ITEM_OTHER       Misc object
ITEM_TRASH       Trash - shopkeeps won't buy
ITEM_CONTAINER   Item is a container
ITEM_NOTE        Item is note
ITEM_DRINKCON    Item is a drink container
ITEM_KEY         Item is a key
ITEM_FOOD        Item is food
ITEM_MONEY       Item is money (gold)
ITEM_PEN         Item is a pen
ITEM_BOAT        Item is a boat
ITEM_FOUNTAIN    Item is a fountain

SEE ALSO: OEDIT, OSET, ITEM_FLAGS