aboutsummaryrefslogtreecommitdiff
path: root/item_groups.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
commit54d268b0eef4356c2d5cf9fb7ba726878060e478 (patch)
tree05618ccf2be77e482d5fe3eecb50b33cf4dc5694 /item_groups.json
downloadcataclysm-dda-mod_battle-maid-redone-54d268b0eef4356c2d5cf9fb7ba726878060e478.tar.xz
Initial commit
Diffstat (limited to 'item_groups.json')
-rw-r--r--item_groups.json113
1 files changed, 113 insertions, 0 deletions
diff --git a/item_groups.json b/item_groups.json
new file mode 100644
index 0000000..26dd56d
--- /dev/null
+++ b/item_groups.json
@@ -0,0 +1,113 @@
+[
+{
+ "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],
+ ["maid_gloves_cotton", 2],
+ ["maid_gloves_long_cotton", 2],
+ ["kawaii_maid_garter", 5],
+ ["petticoat", 5],
+ ["kawaii_maid_panties", 5],
+ ["kawaii_maid_bra", 5],
+ ["kawaii_maid_niso_thick", 3],
+ ["kawaii_maid_niso_thin", 3]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "mansion_books",
+ "items":[
+ ["manual_maid", 3]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "bedroom",
+ "items":[
+ ["kawaii_maid_garter", 3],
+ ["petticoat", 3],
+ ["jokyu_fuku", 3],
+ ["maid_dress_french", 3],
+ ["kawaii_maid_hat", 3],
+ ["maid_gloves_cotton", 2],
+ ["maid_gloves_long_cotton", 2],
+ ["kawaii_maid_panties", 3],
+ ["kawaii_maid_bra", 3],
+ ["kawaii_dress_shoes", 3],
+ ["kawaii_boots", 3],
+ ["kawaii_maid_niso_thick", 3],
+ ["kawaii_maid_niso_thin", 3]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "dresser",
+ "items":[
+ ["kawaii_maid_garter", 3],
+ ["petticoat", 3],
+ ["jokyu_fuku", 3],
+ ["maid_dress_french", 3],
+ ["maid_gloves_cotton", 2],
+ ["maid_gloves_long_cotton", 2],
+ ["kawaii_maid_hat", 3],
+ ["kawaii_maid_panties", 3],
+ ["kawaii_maid_bra", 3],
+ ["kawaii_dress_shoes", 3],
+ ["kawaii_boots", 3],
+ ["kawaii_maid_niso_thick", 3],
+ ["kawaii_maid_niso_thin", 3]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "hatstore_hats",
+ "items":[
+ ["kawaii_maid_hat", 3]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "allclothes",
+ "items":[
+ ["kawaii_maid_garter", 3],
+ ["petticoat", 3],
+ ["jokyu_fuku", 3],
+ ["maid_dress_french", 3],
+ ["kawaii_maid_hat", 3],
+ ["maid_gloves_cotton", 2],
+ ["maid_gloves_long_cotton", 2],
+ ["kawaii_maid_panties", 3],
+ ["kawaii_maid_bra", 3],
+ ["kawaii_dress_shoes", 3],
+ ["kawaii_boots", 3],
+ ["kawaii_maid_niso_thick", 3],
+ ["kawaii_maid_niso_thin", 3]
+ ]
+},
+{
+ "type" : "item_group",
+ "id" : "pawn",
+ "items":[
+ ["kawaii_maid_garter", 3],
+ ["petticoat", 3],
+ ["jokyu_fuku", 3],
+ ["maid_dress_french", 3],
+ ["kawaii_maid_hat", 3],
+ ["maid_gloves_cotton", 2],
+ ["maid_gloves_long_cotton", 2],
+ ["kawaii_maid_panties", 3],
+ ["kawaii_maid_bra", 3],
+ ["kawaii_dress_shoes", 3],
+ ["kawaii_boots", 3],
+ ["kawaii_maid_niso_thick", 3],
+ ["kawaii_maid_niso_thin", 3]
+ ]
+}
+]