aboutsummaryrefslogtreecommitdiff
path: root/tool_armor.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
commit54d268b0eef4356c2d5cf9fb7ba726878060e478 (patch)
tree05618ccf2be77e482d5fe3eecb50b33cf4dc5694 /tool_armor.json
downloadcataclysm-dda-mod_battle-maid-redone-54d268b0eef4356c2d5cf9fb7ba726878060e478.tar.xz
Initial commit
Diffstat (limited to 'tool_armor.json')
-rw-r--r--tool_armor.json22
1 files changed, 22 insertions, 0 deletions
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" ] ]
+ }
+]