Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update custom_gloves.json #79603

Merged
merged 4 commits into from
Feb 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions data/json/items/armor/bespoke_armor/custom_gloves.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"id": "gloves_h20survivor_thick",
"type": "ARMOR",
"category": "armor",
"name": { "str": "pair of Kevlar wetsuit gloves", "str_pl": "pairs of Kevlar wetsuit gloves" },
"name": { "str": "thick pair of Kevlar wetsuit gloves", "str_pl": "thick pairs of Kevlar wetsuit gloves" },
Minemoder234 marked this conversation as resolved.
Show resolved Hide resolved
"description": "A pair of customized, Kevlar-armored neoprene gloves, modified to provide maximum protection under extreme conditions.",
"weight": "390 g",
"volume": "750 ml",
Expand Down Expand Up @@ -360,15 +360,13 @@
"id": "xl_gloves_h20survivor_thick",
"type": "ARMOR",
"copy-from": "gloves_h20survivor_thick",
"name": { "str": "pair of Kevlar wetsuit gloves", "str_pl": "pairs of Kevlar wetsuit gloves" },
"proportional": { "weight": 1.3, "volume": 1.3, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"id": "xs_gloves_h20survivor_thick",
"type": "ARMOR",
"copy-from": "gloves_h20survivor_thick",
"name": { "str": "pair of Kevlar wetsuit gloves", "str_pl": "pairs of Kevlar wetsuit gloves" },
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"extend": { "flags": [ "UNDERSIZE", "PREFIX_XS" ] }
}
Expand Down