Item Types - dredmor-com/dungeons-of-dredmor GitHub Wiki

These are the available item types for use within other tags as needed. It's most likely that you've been directed here from another page.

  1. Skill-gained Item Types
  2. Armour Types
  3. Weapon Types
  4. Encrust Slot Types
  5. Crafting Tool Tags
  6. Loot Types
  7. See Also

Skill-gained Item Types

NOTE: The type doesn't have to match the subtype! This means you can spawn with eatable armours or wearable mushrooms!

Value Effect Code
armour Random armor unless you fill in a subclass. <loadout type="armour">
component Random component a.k.a. crafting material unless you fill in a subclass. <loadout type="component">
food Random food unless you fill in a subclass. <loadout type="food">
misc Lockpicks, always lockpicks. Except for mods with misc items. <loadout type="misc">
mushroom Random mushroom unless you fill in a subclass. <loadout type="mushroom">
potion Random potion unless you fill in a subclass. <loadout type="potion">
reagent Random reagent unless you fill in a subclass. <loadout type="reagent">
toolkit Random toolkit unless you fill in a subclass. <loadout type="toolkit">
wand Random wand unless you fill in a subclass. <loadout type="wand">
weapon Random weapon unless you fill in a subclass. <loadout type="weapon">

Armour Types

Value Used For Code
chest Armour, robes. <armour type="chest">
feet Sandals, boots. <armour type="feet">
hands Gloves, mittens. <armour type="hands">
head Hat, helmet. <armour type="head">
legs Pants, kilts. <armour type="legs">
neck Amulets, gorgets. <armour type="neck">
ring Power limbs, rings. <armour type="ring">
shield Shields, tomes. <armour type="shield">
sleeve Disappears upon wearing. <armour type="sleeve">
waist Belts, girdles. <armour type="waist">

Weapon Types

Value Type
0 swords
1 axes
2 maces
3 staves
4 bows
5 thrown
6 bolts
7 daggers
8 polearms

Encrust Slot Types

Value Used On
weapon Any weapon (sword, axe, mace, staff, dagger, polearm)
ranged Any crossbow
armour type A specific armour type

Crafting Tool Tags

Value Item Required Skill Required
alchemy Modular Alchemy Box alchemyAlchemy
grinder Elven Ingot Grinder None
ingot Disposable Ingot Press tinkeringTinkering
OR
smithingSmithing
lathe N-Dimensional Lathe wandcraftingWandcrafting
smithing My Little Anvil Junior Smithing Kit smithingSmithing
still Porta-Still alchemyAlchemy
tinkerer Tinkerer Parts tinkeringTinkering

Loot Types

Type Notes
armour
artifact Spawns anything with the artifact tag and parameter.
bolts
component
food Randomly spawns food or drink.
misc Spawns lockpicks.
potion
reagent
toolkit
wand
weapon
zorkmids Spawns an amount of zorkmids based on the dungeon level.

See Also:

Item Tutorial

Item System Reference

⚠️ **GitHub.com Fallback** ⚠️