summaryrefslogtreecommitdiff
path: root/json/recipes
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 22:33:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 22:33:12 -0700
commitc3ac563bde91afdf3a07c2a2e8c1afb090c6bc11 (patch)
treecf291d059f6a2c35f7b41e3d0cfaa0dd1481a312 /json/recipes
parentRebalance a few items. (diff)
downloadcataclysm-bn-mod_armor-rebalance-c3ac563bde91afdf3a07c2a2e8c1afb090c6bc11.tar.xz
Port the garter double sheath and throwing knives leg sheath from dda.
Diffstat (limited to 'json/recipes')
-rw-r--r--json/recipes/armor/storage.json34
1 files changed, 33 insertions, 1 deletions
diff --git a/json/recipes/armor/storage.json b/json/recipes/armor/storage.json
index e645779..f3635db 100644
--- a/json/recipes/armor/storage.json
+++ b/json/recipes/armor/storage.json
@@ -16,6 +16,23 @@
]
},
{
+ "result": "leg_sheath6",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_STORAGE",
+ "skill_used": "tailor",
+ "difficulty": 3,
+ "skills_required": [ "throw", 1 ],
+ "time": "4 h 30 m",
+ "reversible": true,
+ "autolearn": true,
+ "qualities": [ { "id": "SEW", "level": 1 } ],
+ "components": [
+ [ [ "nylon", 15 ] ],
+ [ [ "filament", 25, "LIST" ] ]
+ ]
+ },
+ {
"result": "gartersheath1",
"type": "recipe",
"category": "CC_ARMOR",
@@ -26,10 +43,25 @@
"time": "1 h",
"autolearn": true,
"qualities": [ { "id": "SEW", "level": 1 } ],
- "using": [ [ "plastic_molding", 1 ] ],
"components": [
[ [ "nylon", 6 ] ],
[ [ "filament", 10, "LIST" ] ]
]
+ },
+ {
+ "result": "gartersheath2",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_STORAGE",
+ "skill_used": "tailor",
+ "difficulty": 3,
+ "skills_required": [ "melee", 1 ],
+ "time": "2 h",
+ "autolearn": true,
+ "qualities": [ { "id": "SEW", "level": 1 } ],
+ "components": [
+ [ [ "nylon", 12 ] ],
+ [ [ "filament", 20, "LIST" ] ]
+ ]
}
]