From cbe011778e40f8b002b56eadf9d885e24280121a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Sep 2020 16:00:40 -0700 Subject: Add maid items to many more locations that make sense --- item_groups.json | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/item_groups.json b/item_groups.json index b3a82ec..328d727 100644 --- a/item_groups.json +++ b/item_groups.json @@ -56,6 +56,29 @@ { "item": "kawaii_boots", "prob": 3 } ] }, + { + "type" : "item_group", + "id" : "dresser_stack", + "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 ] + ] + }, { "type" : "item_group", "id" : "dresser", @@ -121,8 +144,42 @@ "type" : "item_group", "id" : "shoestore_shoes", "items":[ - [ "kawaii_dress_shoes", 5 ], - [ "kawaii_boots", 5 ] + [ "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 ] ] }, { -- cgit v1.2.1