aboutsummaryrefslogtreecommitdiff
path: root/tool_armor.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-25 17:17:31 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-25 17:17:31 -0700
commit65fe084b8dac263d677cf327354acd78b7199e0b (patch)
treec94573aea6ae7ed53e4de04c52423f47bb2b3f74 /tool_armor.json
parentFix armored maid vest materials (diff)
downloadcataclysm-dda-mod_battle-maid-redone-65fe084b8dac263d677cf327354acd78b7199e0b.tar.xz
Formatting
Diffstat (limited to 'tool_armor.json')
-rw-r--r--tool_armor.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/tool_armor.json b/tool_armor.json
index 1b6db20..b7980d2 100644
--- a/tool_armor.json
+++ b/tool_armor.json
@@ -1,22 +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" ] ]
- }
+ {
+ "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" ] ]
+ }
]