Skip to content

Commit

Permalink
Merge pull request #78523 from terribleperson/armored-gauntlet-steel
Browse files Browse the repository at this point in the history
change armored gauntlets from iron to steel
  • Loading branch information
Night-Pryanik authored Dec 13, 2024
2 parents a1306e0 + 6a513ac commit eb0a7af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/armor/gloves.json
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@
"volume": "1500 ml",
"price": "400 USD",
"price_postapoc": "30 USD",
"material": [ "iron", "leather" ],
"material": [ "steel", "leather" ],
"symbol": "[",
"looks_like": "fire_gauntlets",
"color": "light_gray",
Expand All @@ -855,7 +855,7 @@
"specifically_covers": [ "hand_back_l", "hand_back_r" ],
"material": [
{ "type": "leather", "covered_by_mat": 100, "thickness": 2.0 },
{ "type": "iron", "covered_by_mat": 100, "thickness": 2.0 }
{ "type": "steel", "covered_by_mat": 100, "thickness": 2.0 }
]
},
{
Expand All @@ -864,7 +864,7 @@
"specifically_covers": [ "hand_wrist_l", "hand_wrist_r" ],
"material": [
{ "type": "leather", "covered_by_mat": 100, "thickness": 2.0 },
{ "type": "iron", "covered_by_mat": 100, "thickness": 2.0 }
{ "type": "steel", "covered_by_mat": 100, "thickness": 2.0 }
]
},
{
Expand All @@ -879,7 +879,7 @@
"specifically_covers": [ "hand_fingers_l", "hand_fingers_r" ],
"material": [
{ "type": "leather", "covered_by_mat": 100, "thickness": 2.0 },
{ "type": "iron", "covered_by_mat": 80, "thickness": 2.0 }
{ "type": "steel", "covered_by_mat": 80, "thickness": 2.0 }
]
}
],
Expand Down

0 comments on commit eb0a7af

Please sign in to comment.