diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-13 16:00:40 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-13 16:00:40 -0700 |
commit | cbe011778e40f8b002b56eadf9d885e24280121a (patch) | |
tree | 901075a7dbd1a5b60fcd2f5dd19ecd316256795c | |
parent | Add mansion scenario with mansion start (diff) | |
download | cataclysm-bn-mod_battle-maid-redone-cbe011778e40f8b002b56eadf9d885e24280121a.tar.xz |
Add maid items to many more locations that make sense
-rw-r--r-- | item_groups.json | 61 |
1 files 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 @@ -58,6 +58,29 @@ }, { "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", "ammo": 100, "magazine": 100, @@ -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 ] ] }, { |