Skip to content

Commit

Permalink
Use rigid kevlar for more items, distinguish stats a bit (#2918)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored May 31, 2023
1 parent 018cafd commit c18caaa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions data/json/items/armor/helmets.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
"price_postapoc": 1500,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "plastic" ],
"material": [ "kevlar_rigid", "plastic" ],
"symbol": "[",
"looks_like": "hat_hard",
"color": "green",
"covers": [ "head" ],
"coverage": 85,
"encumbrance": 20,
"warmth": 20,
"material_thickness": 9,
"material_thickness": 8,
"techniques": [ "WBLOCK_1" ],
"flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
},
Expand Down Expand Up @@ -632,15 +632,15 @@
"price": 58000,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "steel" ],
"material": [ "kevlar_rigid", "steel" ],
"symbol": "[",
"looks_like": "helmet_survivor",
"color": "dark_gray",
"covers": [ "head" ],
"coverage": 100,
"encumbrance": 40,
"warmth": 25,
"material_thickness": 6,
"material_thickness": 5,
"environmental_protection": 5,
"techniques": [ "WBLOCK_1" ],
"flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
Expand All @@ -655,15 +655,15 @@
"price": 65000,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "superalloy" ],
"material": [ "kevlar_rigid", "superalloy" ],
"symbol": "[",
"looks_like": "helmet_survivor",
"color": "light_cyan",
"covers": [ "head" ],
"coverage": 100,
"encumbrance": 35,
"warmth": 25,
"material_thickness": 6,
"material_thickness": 5,
"environmental_protection": 5,
"techniques": [ "WBLOCK_1" ],
"flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/armor/shields.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@
"price_postapoc": "50 USD",
"to_hit": -3,
"bashing": 12,
"material": [ "ceramic", "kevlar" ],
"material": [ "ceramic", "kevlar_rigid" ],
"symbol": "[",
"color": "light_gray",
"covers": [ "arm_either", "hand_either" ],
"coverage": 100,
"encumbrance": 30,
"material_thickness": 6,
"material_thickness": 5,
"environmental_protection": 2,
"techniques": [ "WBLOCK_2" ],
"flags": [ "OVERSIZE", "BELTED", "RESTRICT_HANDS", "BLOCK_WHILE_WORN" ]
Expand Down
2 changes: 1 addition & 1 deletion data/json/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@
"reinforces": true,
"bash_resist": 2,
"cut_resist": 4,
"bullet_resist": 6,
"bullet_resist": 8,
"acid_resist": 5,
"fire_resist": 3,
"elec_resist": 2,
Expand Down

0 comments on commit c18caaa

Please sign in to comment.