aboutsummaryrefslogtreecommitdiff
path: root/tool_armor.json
diff options
context:
space:
mode:
Diffstat (limited to 'tool_armor.json')
-rw-r--r--tool_armor.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/tool_armor.json b/tool_armor.json
deleted file mode 100644
index 313ed94..0000000
--- a/tool_armor.json
+++ /dev/null
@@ -1,22 +0,0 @@
-[
- {
- "id": "man_carrier",
- "type": "TOOL_ARMOR",
- "name": { "str": "human-sized carry bag" },
- "description": "A large bag that could fit a person inside. The zipper running across it provides ventilation and you can open and close it from the inside.",
- "weight": "1000 g",
- "volume": "5 L",
- "price": 20500,
- "material": [ "leather", "wool" ],
- "symbol": "[",
- "color": "brown",
- "covers": [ "TORSO" ],
- "coverage": 50,
- "encumbrance": 20,
- "warmth": 10,
- "material_thickness": 4,
- "flags": [ "OVERSIZE", "BELTED" ],
- "use_action": "CAPTURE_MONSTER_ACT",
- "properties": [ [ "monster_size_capacity", "MEDIUM" ] ]
- }
-]