aboutsummaryrefslogtreecommitdiff
path: root/item_groups.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 16:04:23 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 16:04:23 -0700
commitbf09f2b10d4d910089a67a4f01438f6faa2da4d8 (patch)
treeced6b0dfa0bb6ca6e0a04561c6a34d3abced3258 /item_groups.json
downloadcataclysm-dda-mod_battle-maid-redux-bf09f2b10d4d910089a67a4f01438f6faa2da4d8.tar.xz
Initial commitHEADmaster
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