BASE_ITEM_* Constant Group

Base items that other items can be built on top of.



Constants

ConstantDescription
BASE_ITEM_AMULET
Amulet
BASE_ITEM_ARMOR
Armor (there isn't any differentiation in the BASE_ITEM_* constants between types of armor)
BASE_ITEM_ARROW
Arrows
BASE_ITEM_BASTARDSWORD
Bastard Sword
BASE_ITEM_BATTLEAXE
Battleaxe
BASE_ITEM_BELT
Belt
BASE_ITEM_BOLT
Bolts
BASE_ITEM_BOOK
Book
BASE_ITEM_BOOTS
Boots
BASE_ITEM_BRACER
Bracer
BASE_ITEM_BULLET
Bullets
BASE_ITEM_CBLUDGWEAPON
Creature Bludgeoning weapon
BASE_ITEM_CLOAK
Cloak
BASE_ITEM_CLUB
Club
BASE_ITEM_CPIERCWEAPON
Creature Piercing Weapon
BASE_ITEM_CSLASHWEAPON
Creature Slashing Weapon
BASE_ITEM_CSLSHPRCWEAP
Creature Slashing and Piercing Weapon
BASE_ITEM_DAGGER
Dagger
BASE_ITEM_DART
Dart
BASE_ITEM_DIREMACE
Dire Mace
BASE_ITEM_DOUBLEAXE
Double Axe
BASE_ITEM_GEM
Gem
BASE_ITEM_GLOVES
Gloves
BASE_ITEM_GOLD
Gold
BASE_ITEM_GREATAXE
Greataxe
BASE_ITEM_GREATSWORD
Greatsword
BASE_ITEM_HALBERD
Halberd
BASE_ITEM_HANDAXE
Handaxe
BASE_ITEM_HEALERSKIT
Healer's Kit
BASE_ITEM_HEAVYCROSSBOW
Heavy Crossbow
BASE_ITEM_HEAVYFLAIL
Heavy Flail
BASE_ITEM_HELMET
Helmet
BASE_ITEM_INVALID
An Invalid Object.
BASE_ITEM_KAMA
Kama
BASE_ITEM_KATANA
Katana
BASE_ITEM_KEY
Key
BASE_ITEM_KUKRI
Kukri
BASE_ITEM_LARGEBOX
Large Box (a container)
BASE_ITEM_LARGESHIELD
Large Shield
BASE_ITEM_LIGHTCROSSBOW
Light Crossbow
BASE_ITEM_LIGHTFLAIL
Light Flail
BASE_ITEM_LIGHTHAMMER
Light Hammer
BASE_ITEM_LIGHTMACE
Light Mace
BASE_ITEM_LONGBOW
Longbow
BASE_ITEM_LONGSWORD
Longsword
BASE_ITEM_MAGICROD
Magic Rod
BASE_ITEM_MAGICSTAFF
Magic Staff
BASE_ITEM_MAGICWAND
Magic Wand
BASE_ITEM_MISCLARGE
A miscellaneous large (3x2 in inventory) item.
BASE_ITEM_MISCMEDIUM
A miscellaneous medium-sized (2x2 in inventory) item.
BASE_ITEM_MISCSMALL
A miscellaneous small (1x1 in inventory) item.
BASE_ITEM_MISCTALL
A miscellaneous tall item. Not sure on the size of these, as they don't seem to be createable in the toolset.
BASE_ITEM_MISCTHIN
A miscellaneous thin (2x1 in inventory) item.
BASE_ITEM_MISCWIDE
A miscellaneous wide item. Not sure on the size of these, as they don't seem to be createable in the toolset.
BASE_ITEM_MORNINGSTAR
Morningstar
BASE_ITEM_POTIONS
Potion
BASE_ITEM_QUARTERSTAFF
Quarterstaff
BASE_ITEM_RAPIER
Rapier
BASE_ITEM_RING
Ring
BASE_ITEM_SCIMITAR
Scimitar
BASE_ITEM_SCROLL
Unsure; use BASE_ITEM_SPELLSCROLL for magical spell scrolls. Speculation: probably used for plot items.
BASE_ITEM_SCYTHE
Scythe
BASE_ITEM_SHORTBOW
Shortbow
BASE_ITEM_SHORTSPEAR
Short Spear
BASE_ITEM_SHORTSWORD
Short Sword
BASE_ITEM_SHURIKEN
Shuriken
BASE_ITEM_SICKLE
Sickle
BASE_ITEM_SLING
Sling
BASE_ITEM_SMALLSHIELD
Small Shield
BASE_ITEM_SPELLSCROLL
Magical spell scroll. BASE_ITEM_SCROLL is not a magical spell scroll.
BASE_ITEM_THIEVESTOOLS
Thieves' Tools
BASE_ITEM_THROWINGAXE
Throwing Axe
BASE_ITEM_TORCH
Torch
BASE_ITEM_TOWERSHIELD
Tower Shield
BASE_ITEM_TRAPKIT
Trap Kit
BASE_ITEM_TWOBLADEDSWORD
Two-bladed Sword
BASE_ITEM_WARHAMMER
Warhammer

See Also

functions: GetBaseItemType | HasAnyItemOfBaseType | IsMisc


 Send comments on this topic.