From 54d268b0eef4356c2d5cf9fb7ba726878060e478 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Apr 2020 22:22:12 -0700 Subject: Initial commit --- tool_armor.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tool_armor.json (limited to 'tool_armor.json') diff --git a/tool_armor.json b/tool_armor.json new file mode 100644 index 0000000..4fb87b3 --- /dev/null +++ b/tool_armor.json @@ -0,0 +1,22 @@ +[ + { + "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" : "5000 ml", + "price" : 20500, + "material" : [ "leather", "wool" ], + "symbol" : "[", + "color" : "brown", + "covers" : [ "TORSO" ], + "coverage" : 50, + "encumbrance" : 20, + "warmth" : 10, + "material_thickness" : 2, + "flags" : [ "OVERSIZE", "BELTED" ], + "use_action": "CAPTURE_MONSTER_ACT", + "properties": [ [ "monster_size_capacity", "MEDIUM" ] ] + } +] -- cgit v1.2.1