Home · item · Hammer

A simple hammer used by Blacksmiths to craft various items.

Properties

type
Hammer
sellPrice
1
rarity
Common

Referenced by

itemType (1)

Raw data
{
  "gfx": {
    "file": "UI/Portraits/Items/ToolBlacksmith/Items_Loot_Tools_Hammer_01.prefab.png",
    "size": 256,
    "x": 0,
    "y": 0
  },
  "id": "Hammer",
  "texts": {
    "desc": "A simple hammer used by [Blacksmith]s to craft various items.",
    "name": "Worn Hammer"
  },
  "visuals": {
    "models": [
      {
        "prefab": "Items/Loot/Tools/Hammer_01.prefab"
      }
    ]
  },
  "type": "ToolBlacksmith",
  "aptitudes": [],
  "sellPrice": 1,
  "rarity": "Common",
  "affixes": [],
  "skills": [],
  "props": {},
  "_xrefs": [
    {
      "from_sheet": "lootTable",
      "from_id": "Blacksmith_Starter",
      "via_field": "loot"
    },
    {
      "from_sheet": "itemType",
      "from_id": "ToolBlacksmith",
      "via_field": "texts"
    }
  ]
}