aboutsummaryrefslogtreecommitdiff
path: root/monster_drops.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 16:04:23 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 16:04:23 -0700
commitbf09f2b10d4d910089a67a4f01438f6faa2da4d8 (patch)
treeced6b0dfa0bb6ca6e0a04561c6a34d3abced3258 /monster_drops.json
downloadcataclysm-dda-mod_battle-maid-redux-master.tar.xz
Initial commitHEADmaster
Diffstat (limited to 'monster_drops.json')
-rw-r--r--monster_drops.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/monster_drops.json b/monster_drops.json
new file mode 100644
index 0000000..a2ae726
--- /dev/null
+++ b/monster_drops.json
@@ -0,0 +1,26 @@
+[
+ {
+ "type": "item_group",
+ "id": "mon_shoggoth_death_drops",
+ "subtype": "collection",
+ "entries": [
+ { "item": "meat_shoggoth", "prob": 40 }
+ ]
+ },
+ {
+ "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 }
+ ]
+ }
+]