Since there is a toolbox for all the small tools, what about a toolbox for the smithing equipment?
{
“id”: “blacksmiths_chest”,
“type”: “TOOL”,
“symbol”: “;”,
“color”: “red”,
“name”: “blacksmiths chest”,
“name_plural”:“blacksmiths chests”,
“description”: “This is a large metal box containing the tools for blacksmithing. Forge not included.”,
“price”: 223100,
“material”: [“steel”, “aluminum”],
“weight”: 73925,
“volume”: 60,
“bashing”: 10,
“cutting”: 0,
“to_hit”: -5,
“max_charges”: 0,
“initial_charges”: 0,
“charges_per_use”: 0,
“turns_per_charge”: 0,
“ammo”: “NULL”,
“revert_to”: “null”,
“qualities”: [[“GLARE”, 2]]
},
{
“type” : “recipe”,
“result”: “blacksmiths_chest”,
“category”: “CC_OTHER”,
“subcategory”: “CSC_OTHER_TOOLS”,
“skill_used”: “fabrication”,
“skills_required”: [ “mechanics”, 3 ],
“difficulty”: 5,
“time”: 8000,
“reversible”: false,
“autolearn”: true,
“components”: [
[ [ “tongs”, 1] ],
[ [ “chisel”, 1 ] ],
[ [ “anvil”, 1 ] ],
[ [ “swage”, 1 ] ],
[ [ “mold_plastic”, 1 ] ],
[ [ “crucible”, 1 ] ],
[ [ “goggles_welding”, 1] ],
[ [ “apron_leather”, 1] ]
]
},
Unfortunately, it’s extremely heavy.
PS: Is the plastic mold supposed to have a weight value of 2?