From c5bb51ceb3be46e024fa17d11ea8114dd6183620 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 23 Jan 2022 23:09:47 -0800 Subject: Port the mod back to DDA --- json/recipes/modularvest.json | 54 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 json/recipes/modularvest.json (limited to 'json/recipes') 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" ] + } +] -- cgit v1.2.1