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