aboutsummaryrefslogtreecommitdiff
path: root/item_groups.json
blob: 72def2dc86bfd4f5edae651467c4cac1712fef66 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
[
  {
    "type": "item_group",
    "id": "mansion_guns",
    "magazine": 100,
    "ammo": 100,
    "subtype": "distribution",
    "entries": [
      { "group": "kawaii_mansion_weapons", "prob": 60 }
    ]
  },
  {
    "id" : "kawaii_mansion_weapons",
    "type" : "item_group",
    "items":[
      [ "vorpal_kitchen_knife", 1 ],
      [ "slaying_pan", 2 ],
      [ "brutal_broom", 2 ],
      [ "spiked_whip", 2 ],
      [ "shikomi_kasa", 2 ],
      [ "shikomi_stick", 2 ],
      [ "maid_claw", 2 ],
      [ "battle_mop", 2 ],
      [ "destruction_otama", 1 ]
    ]
  },
  {
    "id" : "mansion_books",
    "type" : "item_group",
    "subtype": "distribution",
    "entries":[
      { "item": "manual_maid", "prob": 3 }
    ]
  },
  {
    "type" : "item_group",
    "id" : "bedroom",
    "ammo": 100,
    "magazine": 100,
    "subtype": "distribution",
    "entries":[
      { "item": "maid_dress_french", "prob": 3 },
      { "item": "kawaii_maid_hat", "prob": 3 },
      { "item": "kawaii_hat_cotton", "prob": 3 },
      { "item": "kawaii_maid_dress", "prob": 3 },
      { "item": "jokyu_fuku", "prob": 3 },
      { "item": "kawaii_maid_panties", "prob": 3 },
      { "item": "kawaii_maid_bra", "prob": 3 },
      { "item": "kawaii_maid_garter", "prob": 3 },
      { "item": "petticoat", "prob": 3 },
      { "item": "kawaii_maid_niso_thick", "prob": 3 },
      { "item": "kawaii_maid_niso_thin", "prob": 3 },
      { "item": "maid_gloves_cotton", "prob": 3 },
      { "item": "maid_gloves_long_cotton", "prob": 3 },
      { "item": "kawaii_dress_shoes", "prob": 3 },
      { "item": "kawaii_boots", "prob": 3 }
    ]
  },
  {
    "id": "dresser_stack",
    "type": "item_group",
    "subtype": "distribution",
    "items": [
      [ "null", 80 ],
      { "group": "dresser_male", "prob": 40 },
      { "group": "dresser_female", "prob": 40 },
      { "group": "dresser_winter", "prob": 20 },
      { "group": "dresser_servant", "prob": 20 },
      { "group": "dresser_shoes", "prob": 10 },
      { "group": "dresser_shabby", "prob": 5 },
      { "group": "dresser_fancy", "prob": 5 }
    ]
  },
  {
    "id": "cm_maid",
    "type": "item_group",
    "subtype": "collection",
    "entries": [
      { "group": "cleaning", "prob": 40 },
      { "group": "maid_underwear", "prob": 90, "damage": [ 0, 4 ] },
      { "group": "shoes_maid", "prob": 30, "damage": [ 0, 4 ] },
      { "distribution": [
                  { "item": "kawaii_maid_hat", "prob": 50, "damage": [ 0, 4 ] },
                  { "item": "maid_hat", "prob": 50, "damage": [ 0, 4 ] }
                ]
      },
      { "distribution": [
                  { "item": "maid_dress", "prob": 100, "damage": [ 0, 4 ] },
                  { "item": "kawaii_maid_dress", "prob": 100, "damage": [ 0, 4 ] },
                  { "item": "maid_dress_french", "prob": 100, "damage": [ 0, 4 ] }
                ]
      },
      { "group": "corpse_female" }
    ]
  },
  {
    "type": "item_group",
    "subtype": "collection",
    "id": "maid_underwear",
    "groups": [ "maid_underwear_top", "maid_underwear_bottom" ]
  },
  {
    "type": "item_group",
    "id": "maid_underwear_top",
    "items": [
      [ "kawaii_maid_bra", 70 ]
    ]
  },
  {
    "type": "item_group",
    "id": "maid_underwear_bottom",
    "items": [
      [ "kawaii_maid_panties", 70 ]
    ]
  },
  {
    "type" : "item_group",
    "id" : "shoes_maid",
    "items":[
      [ "kawaii_maid_niso_thick", 70 ],
      [ "kawaii_maid_niso_thin", 70 ],
      [ "kawaii_dress_shoes", 60 ],
      [ "kawaii_boots", 50 ],
      [ "kawaii_maid_garter", 20 ],
      [ "petticoat", 20 ]
    ]
  },
  {
    "id": "private_resort_staff_female",
    "type": "item_group",
    "subtype": "collection",
    "entries": [
      { "group": "maid_underwear" },
      { "distribution":
        [
          { "group": "shoes_maid", "prob": 10 }
        ]
      },
      { "distribution":
        [
          { "item": "maid_dress", "prob": 100 },
          { "item": "kawaii_maid_dress", "prob": 100 },
          { "item": "maid_dress_french", "prob": 100 }
        ]
      },
      { "item": "maid_hat", "prob": 66 }
    ]
  },
  {
    "type" : "item_group",
    "id" : "dresser",
    "ammo": 100,
    "magazine": 100,
    "items": [
      [ "maid_dress_french", 3 ],
      [ "kawaii_maid_hat", 3 ],
      [ "kawaii_hat_cotton", 3 ],
      [ "kawaii_maid_dress", 3 ],
      [ "jokyu_fuku", 3 ],
      [ "kawaii_maid_panties", 3 ],
      [ "kawaii_maid_bra", 3 ],
      [ "kawaii_maid_garter", 3 ],
      [ "petticoat", 3 ],
      [ "kawaii_maid_niso_thick", 3 ],
      [ "kawaii_maid_niso_thin", 3 ],
      [ "maid_gloves_cotton", 3 ],
      [ "maid_gloves_long_cotton", 3 ],
      [ "kawaii_dress_shoes", 3 ],
      [ "kawaii_boots", 3 ]
    ]
  },
  {
    "id" : "dresser_servant",
    "type" : "item_group",
    "subtype": "distribution",
    "items":[
      [ "maid_dress_french", 90 ],
      [ "kawaii_maid_hat", 90 ],
      [ "kawaii_hat_cotton", 90 ],
      [ "kawaii_maid_dress", 90 ],
      [ "jokyu_fuku", 90 ],
      [ "tux", 90 ],
      [ "kawaii_maid_panties", 10 ],
      [ "kawaii_maid_bra", 10 ],
      [ "kawaii_maid_garter", 10 ],
      [ "petticoat", 10 ],
      [ "kawaii_maid_niso_thick", 10 ],
      [ "kawaii_maid_niso_thin", 10 ],
      [ "maid_gloves_cotton", 30 ],
      [ "maid_gloves_long_cotton", 30 ],
      [ "kawaii_dress_shoes", 30 ],
      [ "kawaii_boots", 30 ]
    ]
  },
  {
    "type" : "item_group",
    "id" : "hatstore_hats",
    "items":[
      [ "kawaii_maid_hat", 30 ],
      [ "kawaii_hat_cotton", 30 ]
    ]
  },
  {
    "type" : "item_group",
    "id" : "hatstore_accessories",
    "items":[
      [ "kawaii_scarf", 10 ]
    ]
  },
  {
    "type" : "item_group",
    "id" : "shoestore_shoes",
    "items":[
      [ "kawaii_dress_shoes", 10 ],
      [ "kawaii_boots", 10 ]
    ]
  },
  {
    "type" : "item_group",
    "id" : "shoestore_accessories",
    "items":[
      [ "kawaii_maid_niso_thick", 10 ],
      [ "kawaii_maid_niso_thin", 10 ]
    ]
  },
  {
    "type" : "item_group",
    "id" : "dress_shop",
    "items":[
      [ "maid_dress_french", 35 ],
      [ "kawaii_maid_dress", 35 ],
      [ "jokyu_fuku", 35 ],
      [ "kawaii_maid_hat", 10 ],
      [ "kawaii_scarf", 5 ],
      [ "kawaii_maid_bra", 5 ],
      [ "kawaii_maid_garter", 5 ],
      [ "petticoat", 5 ],
      [ "kawaii_maid_niso_thick", 20 ],
      [ "kawaii_maid_niso_thin", 20 ],
      [ "maid_gloves_cotton", 20 ],
      [ "maid_gloves_long_cotton", 20 ]
    ]
  },
  {
    "type" : "item_group",
    "id" : "dress_shoes",
    "items":[
      [ "kawaii_dress_shoes", 20 ],
      [ "kawaii_boots", 20 ]
    ]
  },
  {
    "type" : "item_group",
    "id" : "allclothes",
    "subtype": "distribution",
    "entries":[
      { "item": "maid_dress_french", "prob": 3 },
      { "item": "kawaii_maid_hat", "prob": 3 },
      { "item": "kawaii_hat_cotton", "prob": 3 },
      { "item": "kawaii_maid_dress", "prob": 3 },
      { "item": "jokyu_fuku", "prob": 3 },
      { "item": "kawaii_maid_panties", "prob": 3 },
      { "item": "kawaii_maid_bra", "prob": 3 },
      { "item": "kawaii_maid_garter", "prob": 3 },
      { "item": "petticoat", "prob": 3 },
      { "item": "kawaii_maid_niso_thick", "prob": 3 },
      { "item": "kawaii_maid_niso_thin", "prob": 3 },
      { "item": "maid_gloves_cotton", "prob": 3 },
      { "item": "maid_gloves_long_cotton", "prob": 3 },
      { "item": "kawaii_dress_shoes", "prob": 3 },
      { "item": "kawaii_boots", "prob": 3 }
    ]
  },
  {
    "type" : "item_group",
    "id" : "laundry",
    "items":[
      [ "kawaii_maid_dress", 3 ],
      [ "jokyu_fuku", 3 ],
      [ "maid_dress_french", 3 ]
    ]
  },
  {
    "type" : "item_group",
    "id" : "pawn",
    "items":[
      [ "maid_dress_french", 3 ],
      [ "kawaii_maid_hat", 3 ],
      [ "kawaii_hat_cotton", 3 ],
      [ "kawaii_maid_dress", 3 ],
      [ "jokyu_fuku", 3 ],
      [ "tux", 3 ],
      [ "kawaii_maid_panties", 3 ],
      [ "kawaii_maid_bra", 3 ],
      [ "kawaii_maid_garter", 3 ],
      [ "petticoat", 3 ],
      [ "kawaii_maid_niso_thick", 3 ],
      [ "kawaii_maid_niso_thin", 3 ],
      [ "maid_gloves_cotton", 3 ],
      [ "maid_gloves_long_cotton", 3 ],
      [ "kawaii_dress_shoes", 3 ],
      [ "kawaii_boots", 3 ]
    ]
  },
  {
    "id" : "costume_clothes",
    "type" : "item_group",
    "items":[
      [ "maid_dress_french", 35 ],
      [ "kawaii_maid_dress", 35 ],
      [ "jokyu_fuku", 35 ]
    ]
  },
  {
    "id" : "costume_accessories",
    "type" : "item_group",
    "items":[
      [ "kawaii_maid_hat", 10 ],
      [ "kawaii_scarf", 5 ],
      [ "kawaii_maid_bra", 5 ],
      [ "kawaii_maid_garter", 5 ],
      [ "petticoat", 5 ],
      [ "kawaii_maid_niso_thick", 20 ],
      [ "kawaii_maid_niso_thin", 20 ],
      [ "maid_gloves_cotton", 20 ],
      [ "maid_gloves_long_cotton", 20 ],
      [ "kawaii_dress_shoes", 20 ],
      [ "kawaii_boots", 20 ]
    ]
  },
  {
    "id" : "costume_weapons",
    "type" : "item_group",
    "items":[
      [ "vorpal_kitchen_knife", 1 ],
      [ "slaying_pan", 2 ],
      [ "brutal_broom", 2 ],
      [ "spiked_whip", 2 ],
      [ "shikomi_kasa", 2 ],
      [ "shikomi_stick", 2 ],
      [ "maid_claw", 2 ],
      [ "battle_mop", 2 ],
      [ "destruction_otama", 1 ]
    ]
  }
]