aboutsummaryrefslogtreecommitdiff
path: root/npcs/NC_MISTRESS.json
blob: 51671e76f6a66a6454740543912570e90d0ffad5 (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
[
  {
    "type": "item_group",
    "id": "NC_MISTRESS_worn",
    "subtype": "collection",
    "entries": [
      { "item": "bra", "prob": 100 },
      { "item": "panties", "prob": 100 },
      { "item": "socks", "prob": 100 },
      { "item": "dress_shirt", "prob": 100 },
      { "item": "gloves_light", "prob": 100 },
      { "item": "pants", "prob": 100 },
      { "item": "dress_shoes", "prob": 100 },
      { "item": "peacoat", "prob": 100 },
      { "item": "knit_scarf", "prob": 100 },
      { "item": "mbag", "prob": 100 }
    ]
  },  {
    "type": "item_group",
    "id": "NC_MISTRESS_carried",
    "subtype": "collection",
    "entries": [
      { "item": "pocketwatch", "prob": 100 },
      { "item": "smart_phone", "prob": 100 }
    ]
  }
]