aboutsummaryrefslogtreecommitdiff
path: root/monster_drops.json
blob: 5ec12b516100b1f79781375c0bd57b7e0909689a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
  {
    "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 } ]
  }
]