Skip to content

Commit

Permalink
Makes AEP and ANBC suit harder to craft. (#36887)
Browse files Browse the repository at this point in the history
* Makes AEP and ANBC suit harder to craft.

AEP and ANBC suit took very low levels of tailoring to make (1 and 2). the tailoring level required is now 1 lower than the fabrication required. ANBC now takes appropiate amounts of kevlar to make.
  • Loading branch information
Brian-Otten authored and kevingranade committed Jan 10, 2020
1 parent e813f5b commit 64b5e04
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions data/json/recipes/armor/suit.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
"subcategory": "CSC_ARMOR_SUIT",
"skill_used": "fabrication",
"difficulty": 6,
"skills_required": [ "tailor", 1 ],
"skills_required": [ "tailor", 5 ],
"time": "3 h",
"book_learn": [ [ "tailor_portfolio", 7 ], [ "textbook_tailor", 8 ], [ "textbook_fireman", 6 ] ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"tools": [ [ [ "welder", 112 ], [ "welder_crude", 168 ], [ "soldering_iron", 168 ], [ "toolset", 168 ] ] ],
"components": [
[ [ "cleansuit", 1 ] ],
[ [ "duct_tape", 600 ] ],
[ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ]
[ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ],
[ [ "plastic_sheet", 1 ] ]
]
},
{
Expand All @@ -24,15 +25,16 @@
"subcategory": "CSC_ARMOR_SUIT",
"skill_used": "fabrication",
"difficulty": 8,
"skills_required": [ "tailor", 2 ],
"skills_required": [ "tailor", 7 ],
"time": "3 h 40 m",
"book_learn": [ [ "tailor_portfolio", 7 ], [ "textbook_fireman", 7 ] ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"tools": [ [ [ "welder", 112 ], [ "welder_crude", 168 ], [ "soldering_iron", 168 ], [ "toolset", 168 ] ] ],
"components": [
[ [ "hazmat_suit", 1 ] ],
[ [ "duct_tape", 800 ] ],
[ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ]
[ [ "swat_armor", 1 ], [ "kevlar_plate", 48 ] ],
[ [ "plastic_sheet", 1 ] ]
]
},
{
Expand Down

0 comments on commit 64b5e04

Please sign in to comment.