aboutsummaryrefslogtreecommitdiff
path: root/monster_drops.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 /monster_drops.json
parentFix armored maid vest materials (diff)
downloadcataclysm-dda-mod_battle-maid-redone-65fe084b8dac263d677cf327354acd78b7199e0b.tar.xz
Formatting
Diffstat (limited to 'monster_drops.json')
-rw-r--r--monster_drops.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/monster_drops.json b/monster_drops.json
index 02c4333..618f8f0 100644
--- a/monster_drops.json
+++ b/monster_drops.json
@@ -1,18 +1,18 @@
[
- {
- "type": "item_group",
- "id": "mon_shoggoth_maid_death_drops",
- "subtype": "collection",
- "entries": [
- { "item": "mini_shoggoth", "prob": 100 }
- ]
- },
- {
- "type": "item_group",
- "id": "mon_little_maid_death_drops",
- "subtype": "collection",
- "entries": [
- { "item": "mini_little_maid", "prob": 100 }
- ]
- }
+ {
+ "type": "item_group",
+ "id": "mon_shoggoth_maid_death_drops",
+ "subtype": "collection",
+ "entries": [
+ { "item": "mini_shoggoth", "prob": 100 }
+ ]
+ },
+ {
+ "type": "item_group",
+ "id": "mon_little_maid_death_drops",
+ "subtype": "collection",
+ "entries": [
+ { "item": "mini_little_maid", "prob": 100 }
+ ]
+ }
]