diff options
Diffstat (limited to 'npcs/NC_SHOGGOTH_MAID.json')
-rw-r--r-- | npcs/NC_SHOGGOTH_MAID.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npcs/NC_SHOGGOTH_MAID.json b/npcs/NC_SHOGGOTH_MAID.json new file mode 100644 index 0000000..8d0e022 --- /dev/null +++ b/npcs/NC_SHOGGOTH_MAID.json @@ -0,0 +1,8 @@ +[ + { + "type": "item_group", + "id": "NC_SHOGGOTH_MAID_worn", + "subtype": "collection", + "entries": [ { "item": "maid_dress_french_shoggoth", "prob": 100 }, { "item": "maid_cap_shoggoth", "prob": 100 } ] + } +] |