aboutsummaryrefslogtreecommitdiff
path: root/monster_drops.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
commit54d268b0eef4356c2d5cf9fb7ba726878060e478 (patch)
tree05618ccf2be77e482d5fe3eecb50b33cf4dc5694 /monster_drops.json
downloadcataclysm-dda-mod_battle-maid-redone-54d268b0eef4356c2d5cf9fb7ba726878060e478.tar.xz
Initial commit
Diffstat (limited to 'monster_drops.json')
-rw-r--r--monster_drops.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/monster_drops.json b/monster_drops.json
new file mode 100644
index 0000000..618f8f0
--- /dev/null
+++ b/monster_drops.json
@@ -0,0 +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 }
+ ]
+ }
+]