summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Monsters/monster_drops.json
blob: 0c32bf5f4801898a2221c9be866ffca27d4d20e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
  {
    "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 ] } ]
  }
]