Skip to content

Commit

Permalink
Helmet netting tweak, hoodies tweak
Browse files Browse the repository at this point in the history
1. Helmet netting volume removed. From Kevin's suggestion in a thread concerning power armor ( http://smf.cataclysmdda.com/index.php?topic=11141.msg248926#msg248926 ).
2. Remembered the hoodie relayering I was plotting last time I did armor tweaks. This time remember to do BOTH versions, normal and wool.
  • Loading branch information
Chaosvolt committed Sep 18, 2015
1 parent 360fad0 commit 3357af3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/armor.json
Expand Up @@ -4053,7 +4053,7 @@
"environmental_protection" : 0,
"encumbrance" : 10,
"bashing" : -5,
"flags" : ["VARSIZE", "POCKETS", "HOOD"],
"flags" : ["VARSIZE", "OUTER", "POCKETS", "HOOD"],
"coverage" : 95,
"material_thickness" : 3
},
Expand Down Expand Up @@ -6981,9 +6981,9 @@
"color" : "green",
"covers" : ["HEAD"],
"to_hit" : -1,
"storage" : 4,
"storage" : 0,
"symbol" : "[",
"description" : "A webbing of strings worn on a helmet, to attach camouflage or other necessary things.",
"description" : "A webbing of strings worn on a helmet, to attach camouflage.",
"flags" : ["BELTED", "WATER_FRIENDLY"],
"price" : 2000,
"material" : ["cotton", "null"],
Expand Down Expand Up @@ -13044,7 +13044,7 @@
"environmental_protection" : 0,
"encumbrance" : 20,
"bashing" : -5,
"flags" : ["VARSIZE", "POCKETS", "HOOD"],
"flags" : ["VARSIZE", "OUTER", "POCKETS", "HOOD"],
"coverage" : 95,
"material_thickness" : 3
},
Expand Down

0 comments on commit 3357af3

Please sign in to comment.