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

Nerf the warmth values of some undergarments and thin clothes. #74189

Merged
merged 2 commits into from
Jun 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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: 2 additions & 2 deletions data/json/items/armor/gloves.json
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@
"symbol": "[",
"looks_like": "gloves_leather",
"color": "light_blue",
"warmth": 20,
"warmth": 10,
"material_thickness": 0.2,
"flags": [ "VARSIZE", "WATER_FRIENDLY" ],
"armor": [ { "encumbrance": 2, "coverage": 100, "covers": [ "hand_l", "hand_r" ] } ]
Expand Down Expand Up @@ -792,7 +792,7 @@
"symbol": "[",
"looks_like": "gloves_light",
"color": "light_gray",
"warmth": 15,
"warmth": 5,
"material_thickness": 0.1,
"flags": [ "WATER_FRIENDLY", "SKINTIGHT" ],
"armor": [ { "encumbrance": 1, "coverage": 100, "covers": [ "hand_l", "hand_r" ] } ]
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/armor/suits_clothes.json
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@
{ "covers": [ "torso" ], "coverage": 95, "encumbrance": 3 },
{ "covers": [ "arm_l", "arm_r", "leg_l", "leg_r" ], "coverage": 90, "encumbrance": 3 }
],
"warmth": 35,
"warmth": 10,
"material_thickness": 0.2,
"flags": [ "VARSIZE", "SKINTIGHT" ]
},
Expand Down
16 changes: 8 additions & 8 deletions data/json/items/armor/undergarment.json
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@
"symbol": "[",
"looks_like": "leggings",
"color": "light_gray",
"warmth": 30,
"warmth": 10,
"material_thickness": 0.2,
"flags": [ "VARSIZE", "SKINTIGHT" ],
"armor": [ { "encumbrance": 3, "coverage": 100, "covers": [ "leg_l", "leg_r" ] } ]
Expand All @@ -820,7 +820,7 @@
"symbol": "[",
"looks_like": "longshirt",
"color": "light_gray",
"warmth": 30,
"warmth": 10,
"material_thickness": 0.2,
"flags": [ "VARSIZE", "SKINTIGHT" ],
"armor": [
Expand All @@ -846,7 +846,7 @@
"symbol": "[",
"looks_like": "long_undertop",
"color": "light_gray",
"warmth": 30,
"warmth": 10,
"material_thickness": 0.2,
"flags": [ "VARSIZE", "SKINTIGHT" ],
"armor": [
Expand Down Expand Up @@ -990,7 +990,7 @@
"id": "under_armor",
"type": "ARMOR",
"name": { "str": "compression top" },
"description": "Nylon sportswear that clings to your chest and maintains body temperature.",
"description": "Nylon sportswear that clings to your chest and wicks away sweat.",
"weight": "92 g",
"volume": "250 ml",
"price": "20 USD",
Expand All @@ -999,7 +999,7 @@
"symbol": "[",
"looks_like": "longshirt",
"color": "dark_gray",
"warmth": 20,
"warmth": 4,
"material_thickness": 0.05,
"flags": [ "VARSIZE", "SKINTIGHT", "WATER_FRIENDLY" ],
"armor": [ { "coverage": 100, "covers": [ "torso" ] } ]
Expand All @@ -1008,7 +1008,7 @@
"id": "under_armor_shorts",
"type": "ARMOR",
"name": { "str_sp": "compression shorts" },
"description": "Nylon sportswear that clings to your upper legs, aiding muscle tone and maintaining warmth.",
"description": "Nylon sportswear that clings to your upper legs, aiding muscle tone and wicking away sweat.",
"weight": "82 g",
"volume": "250 ml",
"price": "20 USD",
Expand All @@ -1017,7 +1017,7 @@
"symbol": "[",
"looks_like": "shorts",
"color": "dark_gray",
"warmth": 20,
"warmth": 4,
"material_thickness": 0.1,
"flags": [ "VARSIZE", "SKINTIGHT", "WATER_FRIENDLY" ],
"armor": [
Expand All @@ -1038,7 +1038,7 @@
"symbol": "[",
"looks_like": "tshirt",
"color": "white",
"warmth": 10,
"warmth": 5,
"material_thickness": 0.1,
"flags": [ "VARSIZE", "SKINTIGHT" ],
"armor": [
Expand Down
Loading