Skip to content

Commit

Permalink
Merge pull request CleverRaven#74147 from HarryWang05/new_feature
Browse files Browse the repository at this point in the history
Change steel coverage of pair of heavy survivor boots and gloves
  • Loading branch information
Maleclypse authored May 29, 2024
2 parents 8b0ea8d + cc8c5ce commit a206790
Showing 1 changed file with 67 additions and 3 deletions.
70 changes: 67 additions & 3 deletions data/json/items/armor/bespoke_armor/cuttingroom.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,36 @@
"material_thickness": 5,
"environmental_protection": 5,
"flags": [ "VARSIZE", "WATERPROOF", "STURDY" ],
"armor": [ { "encumbrance": 35, "coverage": 100, "covers": [ "foot_l", "foot_r" ] } ],
"armor": [
{
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [
"foot_toes_r",
"foot_toes_l",
"foot_heel_r",
"foot_heel_l",
"foot_arch_r",
"foot_arch_l",
"foot_sole_r",
"foot_sole_l"
],
"material": [
{ "type": "kevlar", "covered_by_mat": 100, "thickness": 2.5 },
{ "type": "steel", "covered_by_mat": 100, "thickness": 2.5 }
],
"encumbrance": 35,
"coverage": 100
},
{
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_ankle_r", "foot_ankle_l" ],
"material": [
{ "type": "kevlar", "covered_by_mat": 100, "thickness": 2.5 },
{ "type": "steel", "covered_by_mat": 50, "thickness": 2.5 }
],
"coverage": 100
}
],
"melee_damage": { "bash": 1 }
},
{
Expand Down Expand Up @@ -86,15 +115,50 @@
"price": "180 USD",
"price_postapoc": "30 USD",
"to_hit": 2,
"material": [ "kevlar_layered", "steel" ],
"material": [ "kevlar", "steel" ],
"symbol": "[",
"looks_like": "fire_gauntlets",
"color": "dark_gray",
"warmth": 15,
"material_thickness": 4,
"environmental_protection": 5,
"flags": [ "VARSIZE", "WATERPROOF", "STURDY" ],
"armor": [ { "encumbrance": 30, "coverage": 100, "covers": [ "hand_l", "hand_r" ] } ]
"armor": [
{
"encumbrance": 30,
"coverage": 100,
"covers": [ "hand_l", "hand_r" ],
"specifically_covers": [ "hand_back_l", "hand_back_r" ],
"material": [
{ "type": "kevlar", "covered_by_mat": 100, "thickness": 2.0 },
{ "type": "steel", "covered_by_mat": 100, "thickness": 2.0 }
]
},
{
"coverage": 100,
"covers": [ "hand_l", "hand_r" ],
"specifically_covers": [ "hand_wrist_l", "hand_wrist_r" ],
"material": [
{ "type": "kevlar", "covered_by_mat": 100, "thickness": 2.0 },
{ "type": "steel", "covered_by_mat": 50, "thickness": 2.0 }
]
},
{
"coverage": 100,
"covers": [ "hand_l", "hand_r" ],
"specifically_covers": [ "hand_palm_l", "hand_palm_r" ],
"material": [ { "type": "kevlar", "covered_by_mat": 100, "thickness": 2.0 } ]
},
{
"coverage": 100,
"covers": [ "hand_l", "hand_r" ],
"specifically_covers": [ "hand_fingers_l", "hand_fingers_r" ],
"material": [
{ "type": "kevlar", "covered_by_mat": 100, "thickness": 2.0 },
{ "type": "steel", "covered_by_mat": 90, "thickness": 2.0 }
]
}
]
},
{
"id": "xl_gloves_hsurvivor",
Expand Down

0 comments on commit a206790

Please sign in to comment.