aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 01:50:35 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 01:50:35 -0700
commitd56bdc7f7e8ca8459ec05f54e51a99d1baf1567a (patch)
tree4637fb3b57a38726bd7e09041ffbf0f232ae0f42
parentClean up formatting (diff)
downloadcataclysm-dda-mod_battle-maid-redone-d56bdc7f7e8ca8459ec05f54e51a99d1baf1567a.tar.xz
More formatting
-rw-r--r--modinfo.json2
-rw-r--r--tool_armor.json32
2 files changed, 17 insertions, 17 deletions
diff --git a/modinfo.json b/modinfo.json
index 9d412cd..10811ba 100644
--- a/modinfo.json
+++ b/modinfo.json
@@ -4,7 +4,7 @@
"ident": "battle_maid_redone",
"name": "Battle Maid Redone",
"description": "Translated and tweaked version of the original Battle Maid mod.",
- "authors": ["jc_gargma"],
+ "authors": [ "jc_gargma" ],
"category": "misc_additions",
"dependencies": [ "dda" ]
}
diff --git a/tool_armor.json b/tool_armor.json
index e980190..313ed94 100644
--- a/tool_armor.json
+++ b/tool_armor.json
@@ -1,21 +1,21 @@
[
{
- "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" ],
+ "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" ] ]
}