Skip to content

Commit

Permalink
Adjust windbreaker to be nylon, less warm and encumbering (CleverRave…
Browse files Browse the repository at this point in the history
…n#67108)

* update windbreaker

* windbreaker recipe

* increase base req + add byproduct

* Remove wrong comma

* Fix wrong enc
  • Loading branch information
anoobindisguise authored Jul 23, 2023
1 parent 2c3316b commit a2c8360
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/json/items/armor/coats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1487,17 +1487,17 @@
"type": "ARMOR",
"name": { "str": "windbreaker" },
"description": "A light synthetic jacket with a hood. Not very warm, but will keep out the rain.",
"weight": "197 g",
"weight": "280 g",
"volume": "2250 ml",
"price": 1000,
"price_postapoc": 150,
"material": [ "plastic" ],
"material": [ "nylon" ],
"symbol": "[",
"looks_like": "jacket_light",
"color": "cyan",
"armor": [
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 6, 9 ] },
{ "covers": [ "arm_l", "arm_r" ], "coverage": 100, "encumbrance": [ 6, 7 ] }
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 2, 5 ] },
{ "covers": [ "arm_l", "arm_r" ], "coverage": 100, "encumbrance": [ 2, 2 ] }
],
"pocket_data": [
{
Expand All @@ -1522,10 +1522,10 @@
"moves": 80
}
],
"warmth": 25,
"material_thickness": 0.3,
"warmth": 10,
"material_thickness": 0.25,
"environmental_protection": 2,
"flags": [ "VARSIZE", "POCKETS", "HOOD", "OUTER", "WATERPROOF", "RAINPROOF", "SOFT" ]
"flags": [ "VARSIZE", "POCKETS", "HOOD", "OUTER", "WATERPROOF", "RAINPROOF" ]
},
{
"id": "judo_gi",
Expand Down
14 changes: 14 additions & 0 deletions data/json/recipes/armor/torso.json
Original file line number Diff line number Diff line change
Expand Up @@ -2227,6 +2227,20 @@
],
"tools": [ [ [ "forge", 64 ] ], [ [ "metalworking_tongs", -1 ] ] ]
},
{
"result": "jacket_windbreaker",
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
"difficulty": 3,
"time": "3 h",
"autolearn": true,
"using": [ [ "tailoring_nylon_patchwork", 7 ], [ "fastener_large", 1 ] ],
"proficiencies": [ { "proficiency": "prof_closures" } ],
"byproducts": [ [ "scrap_nylon", 50 ] ]
},
{
"result": "wool_hoodie",
"type": "recipe",
Expand Down

0 comments on commit a2c8360

Please sign in to comment.