diff options
Diffstat (limited to 'json/recipes/armor/torso.json')
-rw-r--r-- | json/recipes/armor/torso.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/json/recipes/armor/torso.json b/json/recipes/armor/torso.json new file mode 100644 index 0000000..abe3759 --- /dev/null +++ b/json/recipes/armor/torso.json @@ -0,0 +1,14 @@ +[ + { + "result": "garter_belt", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_TORSO", + "skill_used": "tailor", + "difficulty": 1, + "time": "40 m", + "autolearn": true, + "using": [ [ "sewing_standard", 15 ] ], + "components": [ [ [ "nylon", 2 ] ] ] + } +] |