From dd76b82d508f9134c175d40b3915fc2bc5af04d3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 28 Jul 2020 13:18:23 -0700 Subject: Fix spacing --- tool_armor.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'tool_armor.json') diff --git a/tool_armor.json b/tool_armor.json index 4fb87b3..1b6db20 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" ] ] } ] -- cgit v1.2.1