aboutsummaryrefslogtreecommitdiff
path: root/monster_drops.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 00:49:50 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 00:49:50 -0700
commit5bc8eb5237c7eb570cc1586e75c4c3f51d9bb443 (patch)
treef4cb832c5e813f228a4af211b0c4f6152a99c3c8 /monster_drops.json
parentClean up formatting (diff)
downloadcataclysm-dda-mod_battle-maid-redone-5bc8eb5237c7eb570cc1586e75c4c3f51d9bb443.tar.xz
Clean up formatting to make syncing against another repo easier
Diffstat (limited to 'monster_drops.json')
-rw-r--r--monster_drops.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/monster_drops.json b/monster_drops.json
index 618f8f0..5ec12b5 100644
--- a/monster_drops.json
+++ b/monster_drops.json
@@ -3,16 +3,12 @@
"type": "item_group",
"id": "mon_shoggoth_maid_death_drops",
"subtype": "collection",
- "entries": [
- { "item": "mini_shoggoth", "prob": 100 }
- ]
+ "entries": [ { "item": "mini_shoggoth", "prob": 100 } ]
},
{
"type": "item_group",
"id": "mon_little_maid_death_drops",
"subtype": "collection",
- "entries": [
- { "item": "mini_little_maid", "prob": 100 }
- ]
+ "entries": [ { "item": "mini_little_maid", "prob": 100 } ]
}
]