diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-23 23:09:47 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-23 23:09:47 -0800 |
commit | c5bb51ceb3be46e024fa17d11ea8114dd6183620 (patch) | |
tree | f1eebea52e7ad03d9ae8c3d4abc74818ef5dad53 /json/recipes | |
parent | Update for the removal of the armor category. (diff) | |
download | cataclysm-dda-mod_mbr-vests-return-c5bb51ceb3be46e024fa17d11ea8114dd6183620.tar.xz |
Port the mod back to DDA
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/modularvest.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/json/recipes/modularvest.json b/json/recipes/modularvest.json new file mode 100644 index 0000000..de1e133 --- /dev/null +++ b/json/recipes/modularvest.json @@ -0,0 +1,54 @@ +[ + { + "result": "modularvestceramic", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_TORSO", + "skill_used": "tailor", + "time": "5 m", + "reversible": true, + "decomp_learn": 0, + "autolearn": true, + "components": [ [ [ "modularvest", 1 ] ], [ [ "ceramic_armor", 4 ] ] ], + "flags": [ "BLIND_EASY" ] + }, + { + "result": "modularvesthard", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_TORSO", + "skill_used": "tailor", + "time": "5 m", + "reversible": true, + "decomp_learn": 0, + "autolearn": true, + "components": [ [ [ "modularvest", 1 ] ], [ [ "hard_steel_armor", 8 ] ] ], + "flags": [ "BLIND_EASY" ] + }, + { + "result": "modularveststeel", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_TORSO", + "skill_used": "tailor", + "time": "5 m", + "reversible": true, + "decomp_learn": 0, + "autolearn": true, + "components": [ [ [ "modularvest", 1 ] ], [ [ "steel_armor", 8 ] ] ], + "flags": [ "BLIND_EASY" ] + }, + { + "result": "modularvestsuper", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_TORSO", + "skill_used": "tailor", + "time": "5 m", + "reversible": true, + "decomp_learn": 0, + "autolearn": true, + "components": [ [ [ "modularvest", 1 ] ], [ [ "alloy_sheet", 8 ] ] ], + "flags": [ "BLIND_EASY" ] + } +] |