T-shirt ninja masks

This might sound dumb but how about making a crafting recipe for T-shirt ninja hoods? These cover all of your face but you eyes and give you the same protection as a normal T-shirt with 1 head encumbrance and 2 mouth encumbrance.

Image right up here.

Hhmm.

Add this to your armor.json: {
“type” : “ARMOR”,
“id” : “mask_tshirt”,
“name” : “t shirt ninja mask”,
“weight” : 110,
“color” : “white”,
“covers” : [“HEAD”, “MOUTH”],
“to_hit” : 0,
“storage” : 0,
“symbol” : “[”,
“description” : “A short-sleeved cotton shirt folded creatively into a ninja mask for your head.”,
“price” : 8000,
“material” : [“cotton”, “null”],
“volume” : 2,
“cutting” : 0,
“warmth” : 5,
“phase” : “solid”,
“enviromental_protection” : 2,
“encumbrance” : 2,
“bashing” : -5,
“flags” : [“VARSIZE”],
“coverage” : 90,
“material_thickness” : 1
}

Add this to your recipes.json: {
“type” : “recipe”,
“result”: “mask_tshirt”,
“category”: “CC_ARMOR”,
“subcategory”: “CSC_ARMOR_HEAD”,
“skill_used”: “tailor”,
“difficulty”: 0,
“time”: 1000,
“reversible”: true,
“autolearn”: true,
“components”: [
[
[ “tshirt”, 1 ]
]
]
}

Have fun.

[quote=“Kyriolexical Dino, post:1, topic:5406”]This might sound dumb but how about making a crafting recipe for T-shirt ninja hoods? These cover all of your face but you eyes and give you the same protection as a normal T-shirt with 1 head encumbrance and 2 mouth encumbrance.

Image right up here.[/quote]

  1. Wear a bandana over a baseball cap of any kind.
    2.Use imagination.
    ???
    4.PROFIT!!

Lol, I added this in my mod under a different name when I was googling for similar stuff like Keffiyehs. Pretty popular among rioters here in my country.