aboutsummaryrefslogtreecommitdiff
path: root/monster_drops.json
diff options
context:
space:
mode:
Diffstat (limited to 'monster_drops.json')
-rw-r--r--monster_drops.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/monster_drops.json b/monster_drops.json
deleted file mode 100644
index ccfe712..0000000
--- a/monster_drops.json
+++ /dev/null
@@ -1,22 +0,0 @@
-[
- {
- "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 } ]
- }
-]