aboutsummaryrefslogtreecommitdiff
path: root/item_groups.json
diff options
context:
space:
mode:
Diffstat (limited to 'item_groups.json')
-rw-r--r--item_groups.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/item_groups.json b/item_groups.json
index 26dd56d..702fed8 100644
--- a/item_groups.json
+++ b/item_groups.json
@@ -23,27 +23,27 @@
{
"type" : "item_group",
"id" : "mansion_books",
- "items":[
- ["manual_maid", 3]
+ "entries":[
+ { "item": "manual_maid", "prob": 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]
+ "entries":[
+ { "item": "kawaii_maid_garter", "prob": 3 },
+ { "item": "petticoat", "prob": 3 },
+ { "item": "jokyu_fuku", "prob": 3 },
+ { "item": "maid_dress_french", "prob": 3 },
+ { "item": "kawaii_maid_hat", "prob": 3 },
+ { "item": "maid_gloves_cotton", "prob": 2 },
+ { "item": "maid_gloves_long_cotton", "prob": 2 },
+ { "item": "kawaii_maid_panties", "prob": 3 },
+ { "item": "kawaii_maid_bra", "prob": 3 },
+ { "item": "kawaii_dress_shoes", "prob": 3 },
+ { "item": "kawaii_boots", "prob": 3 },
+ { "item": "kawaii_maid_niso_thick", "prob": 3 },
+ { "item": "kawaii_maid_niso_thin", "prob": 3 }
]
},
{
@@ -75,20 +75,20 @@
{
"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]
+ "entries":[
+ { "item": "kawaii_maid_garter", "prob": 3 },
+ { "item": "petticoat", "prob": 3 },
+ { "item": "jokyu_fuku", "prob": 3 },
+ { "item": "maid_dress_french", "prob": 3 },
+ { "item": "kawaii_maid_hat", "prob": 3 },
+ { "item": "maid_gloves_cotton", "prob": 3 },
+ { "item": "maid_gloves_long_cotton", "prob": 3 },
+ { "item": "kawaii_maid_panties", "prob": 3 },
+ { "item": "kawaii_maid_bra", "prob": 3 },
+ { "item": "kawaii_dress_shoes", "prob": 3 },
+ { "item": "kawaii_boots", "prob": 3 },
+ { "item": "kawaii_maid_niso_thick", "prob": 3 },
+ { "item": "kawaii_maid_niso_thin", "prob": 3 }
]
},
{