Skip to content

Commit

Permalink
Merge pull request #53474 from TannHaals/fix_motorcycle_helmet
Browse files Browse the repository at this point in the history
Fix motorcycle helmet
  • Loading branch information
Rivet-the-Zombie authored Dec 16, 2021
2 parents ecf5540 + bd06592 commit 4ac5f71
Showing 1 changed file with 42 additions and 46 deletions.
88 changes: 42 additions & 46 deletions data/json/items/armor/helmets.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,40 +498,38 @@
"price_postapoc": 750,
"to_hit": -1,
"bashing": 7,
"material": [ "plastic", "nomex" ],
"material": [ "plastic", "epoxy" ],
"symbol": "[",
"color": "dark_gray",
"armor_data": {
"armor": [
{
"material": [
{ "type": "plastic", "covered_by_mat": 100, "thickness": 6.0 },
{ "type": "nomex", "covered_by_mat": 100, "thickness": 6.0 }
],
"covers": [ "head" ],
"coverage": 100,
"encumbrance": 25
},
{
"material": [
{ "type": "plastic", "covered_by_mat": 100, "thickness": 6.0 },
{ "type": "nomex", "covered_by_mat": 100, "thickness": 6.0 }
],
"covers": [ "eyes" ],
"coverage": 100,
"encumbrance": 5
},
{
"material": [
{ "type": "plastic", "covered_by_mat": 100, "thickness": 6.0 },
{ "type": "nomex", "covered_by_mat": 100, "thickness": 6.0 }
],
"covers": [ "mouth" ],
"coverage": 100,
"encumbrance": 15
}
]
},
"armor": [
{
"material": [
{ "type": "plastic", "covered_by_mat": 100, "thickness": 2.0 },
{ "type": "epoxy", "covered_by_mat": 100, "thickness": 0.5 }
],
"covers": [ "head" ],
"coverage": 100,
"encumbrance": 25
},
{
"material": [
{ "type": "plastic", "covered_by_mat": 100, "thickness": 2.0 },
{ "type": "epoxy", "covered_by_mat": 100, "thickness": 0.5 }
],
"covers": [ "eyes" ],
"coverage": 100,
"encumbrance": 5
},
{
"material": [
{ "type": "plastic", "covered_by_mat": 100, "thickness": 2.0 },
{ "type": "epoxy", "covered_by_mat": 100, "thickness": 0.5 }
],
"covers": [ "mouth" ],
"coverage": 100,
"encumbrance": 15
}
],
"use_action": { "type": "transform", "menu_text": "Raise visor", "target": "helmet_motor_raised", "msg": "You raise your visor." },
"warmth": 30,
"environmental_protection": 1,
Expand All @@ -553,22 +551,20 @@
"price_postapoc": 750,
"to_hit": -1,
"bashing": 7,
"material": [ "plastic", "nomex" ],
"material": [ "plastic", "epoxy" ],
"symbol": "[",
"color": "dark_gray",
"armor_data": {
"armor": [
{
"material": [
{ "type": "plastic", "covered_by_mat": 100, "thickness": 6.0 },
{ "type": "nomex", "covered_by_mat": 100, "thickness": 6.0 }
],
"encumbrance": 25,
"coverage": 100,
"covers": [ "head" ]
}
]
},
"armor": [
{
"material": [
{ "type": "plastic", "covered_by_mat": 100, "thickness": 2.0 },
{ "type": "epoxy", "covered_by_mat": 100, "thickness": 0.5 }
],
"encumbrance": 25,
"coverage": 100,
"covers": [ "head" ]
}
],
"use_action": { "type": "transform", "menu_text": "Lower visor", "target": "helmet_motor", "msg": "You put down your visor." },
"warmth": 30,
"environmental_protection": 1,
Expand Down

0 comments on commit 4ac5f71

Please sign in to comment.