aboutsummaryrefslogtreecommitdiff
path: root/item_groups.json
diff options
context:
space:
mode:
Diffstat (limited to 'item_groups.json')
-rw-r--r--item_groups.json104
1 files changed, 104 insertions, 0 deletions
diff --git a/item_groups.json b/item_groups.json
new file mode 100644
index 0000000..15faaee
--- /dev/null
+++ b/item_groups.json
@@ -0,0 +1,104 @@
+[
+{
+ "type" : "item_group",
+ "id" : "mansion_guns",
+ "items":[
+ ["vorpal_kitchen_knife", 1],
+ ["slaying_pan", 2],
+ ["brutal_broom", 2],
+ ["spiked_whip", 2],
+ ["shikomi_kasa", 2],
+ ["shikomi_stick", 2],
+ ["maid_claw", 2],
+ ["leather_cat_tail_biv", 5],
+ ["fur_cat_tail_biv", 5],
+ ["stockings_lace", 5],
+ ["petticoat", 5],
+ ["maid_cloak_off", 2],
+ ["maidguy_mask_off", 2]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "mansion_books",
+ "items":[
+ ["manual_maid", 3]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "chem_lab",
+ "items":[
+ ["book_shoggoth", 2]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "mut_lab",
+ "items":[
+ ["book_shoggoth", 2]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "bedroom",
+ "items":[
+ ["stockings_lace", 3],
+ ["petticoat", 3],
+ ["jokyu_fuku", 3],
+ ["maid_dress_french", 3],
+ ["maid_cap", 3],
+ ["cat_maid_cap", 3],
+ ["leather_cat_tail_biv", 3],
+ ["fur_cat_tail_biv", 3]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "dresser",
+ "items":[
+ ["stockings_lace", 3],
+ ["petticoat", 3],
+ ["jokyu_fuku", 3],
+ ["maid_dress_french", 3],
+ ["maid_cap", 3],
+ ["cat_maid_cap", 3],
+ ["leather_cat_tail_biv", 3],
+ ["fur_cat_tail_biv", 3]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "hatstore_hats",
+ "items":[
+ ["maid_cap", 30],
+ ["cat_maid_cap", 20]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "allclothes",
+ "items":[
+ ["stockings_lace", 3],
+ ["petticoat", 3],
+ ["jokyu_fuku", 3],
+ ["maid_dress_french", 3],
+ ["maid_cap", 3],
+ ["cat_maid_cap", 3]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "pawn",
+ "items":[
+ ["stockings_lace", 3],
+ ["petticoat", 3],
+ ["jokyu_fuku", 3],
+ ["maid_dress_french", 3],
+ ["maid_cap", 3],
+ ["cat_maid_cap", 3],
+ ["leather_cat_tail_biv", 3],
+ ["fur_cat_tail_biv", 3]
+ ]
+}
+] \ No newline at end of file