[quote=“EkarusRyndren, post:9, topic:3779”]I know this sounds bloody absurd but A lot of the “starting weapons” aren’t exactly vital considering you can make some fairly decent ones from just the materials in the Evac shelter. Hell you can BURN IT DOWN and make some brass (well steel) knuckles among other things.
I’d love to see the (presumably hardcoded?) Matches and Pocketknife removed. I don’t carry around those items on my all the time, much less when I go into the shower. Could make things a little bit difficult when you don’t start the game (no matter what) with a CUT of one.[/quote]
Well i am trying to make them comparable to the nail board so this is not the case and you have more to actually choose from, and most of them are also skill less recipes.
I also update the files with 2-by-arm guards and 2-by-shin guards now our trash knight apparel is finally complete
{
"type" : "recipe",
"result": "2byarm_guard",
"category": "CC_ARMOR",
"skill_used": "fabrication",
"difficulty": 1,
"time": 5000,
"reversible": true,
"autolearn": true,
"qualities":[
{"id":"CUT","level":1,"amount":1}
],
"components": [
[
[ "string_36", 4 ]
],
[
[ "2x4", 2 ]
],
[
[ "rag", 8 ]
]
]
},{
"type" : "recipe",
"result": "2byshin_guard",
"category": "CC_ARMOR",
"skill_used": "fabrication",
"difficulty": 1,
"time": 5000,
"reversible": true,
"autolearn": true,
"qualities":[
{"id":"CUT","level":1,"amount":1}
],
"components": [
[
[ "string_36", 2 ]
],
[
[ "2x4", 1 ]
],
[
[ "rag", 4 ]
]
]
},
{
"type" : "ARMOR",
"id" : "2byarm_guard",
"name" : "2-by-arm guards",
"description" : "A pair of improvised arm guards made from broken pieces of a 2by4 that are tied to your arms with rags and string, they offer good proection but are really uncomfortable to wear.",
"weight" : 300,
"techniques" : ["WBLOCK_1"],
"color" : "brown",
"covers" : ["ARMS"],
"price" : 100,
"material" : ["wood" ,"null"],
"volume" : 6,
"cutting" : 0,
"warmth" : 5,
"phase" : "solid",
"enviromental_protection" : 0,
"to_hit" : -1,
"storage" : 0,
"encumbrance" : 3,
"bashing" : 8,
"symbol" : "[",
"coverage" : 75,
"material_thickness" : 3
},
{
"type" : "ARMOR",
"id" : "2byshin_guard",
"name" : "2-by-shin guards",
"description" : "A pair of improvised shin guards made from broken pieces of a 2by4 that are tied to your shins with rags and string, they offer good proection but are really hard to run with.",
"weight" : 300,
"color" : "brown",
"covers" : ["LEGS"],
"price" : 100,
"material" : ["wood" ,"null"],
"volume" : 6,
"cutting" : 0,
"warmth" : 5,
"phase" : "solid",
"enviromental_protection" : 0,
"to_hit" : -1,
"storage" : 0,
"encumbrance" : 2,
"bashing" : 8,
"symbol" : "[",
"coverage" : 45,
"material_thickness" : 3
},
Well it seems mediafire edit feature is still choppy so im just posting them here