summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Monsters/monster_drops.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
commit873bd00487a751cf396481b3187def998eb1c3e8 (patch)
tree1bfa40b7092fc78147d0ba8416e80eb0b1ed1eb2 /vamp_stuff/Modification Files/Monsters/monster_drops.json
parentInitial commit (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-873bd00487a751cf396481b3187def998eb1c3e8.tar.xz
Fix folder layout
Diffstat (limited to 'vamp_stuff/Modification Files/Monsters/monster_drops.json')
-rw-r--r--vamp_stuff/Modification Files/Monsters/monster_drops.json59
1 files changed, 0 insertions, 59 deletions
diff --git a/vamp_stuff/Modification Files/Monsters/monster_drops.json b/vamp_stuff/Modification Files/Monsters/monster_drops.json
deleted file mode 100644
index 8c836c6..0000000
--- a/vamp_stuff/Modification Files/Monsters/monster_drops.json
+++ /dev/null
@@ -1,59 +0,0 @@
-[{
- "id": "succumbvampire",
- "type": "item_group",
- "subtype": "collection",
- "entries": [{
- "group": "bloodset",
- "damage": [
- 1,
- 3
- ]
- }, {
- "group": "underwear",
- "damage": [
- 1,
- 3
- ]
- }, {
- "item": "corruptbloodrune",
- "prob": 100
- }
- ]
- }, {
- "type": "item_group",
- "id": "leech",
- "subtype": "collection",
- "entries": [{
- "item": "smallleechteeth",
- "prob": 20
- }
- ]
- }, {
- "type": "item_group",
- "id": "devourerleech",
- "subtype": "collection",
- "entries": [{
- "item": "bloodsac",
- "prob": 100
- }
- ]
- }, {
- "id": "elderzombie",
- "type": "item_group",
- "subtype": "collection",
- "entries": [{
- "group": "clothing_outdoor_set",
- "damage": [
- 1,
- 2
- ]
- }, {
- "group": "underwear",
- "damage": [
- 1,
- 2
- ]
- }
- ]
- }
-]