aboutsummaryrefslogtreecommitdiff
path: root/item_groups.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-04 05:11:42 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-04 05:11:42 -0700
commit341501301327c4c4cc42d929e7b4d71cdcfb9c2a (patch)
tree90223c6d8cde8e4bd9512252b80d918cf7a79867 /item_groups.json
parentFix maid tools recipe (diff)
downloadcataclysm-dda-mod_battle-maid-redone-341501301327c4c4cc42d929e7b4d71cdcfb9c2a.tar.xz
Add new weapons to martial art
Fix volumes and crafting times for 0.E Fix drop tables for 0.E
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 }
]
},
{