Skip to content

Commit

Permalink
Nerf the warmth values of some undergarments and thin clothes. (#74189)
Browse files Browse the repository at this point in the history
* nerf the warmth values of some undergarments

* undo accidental extra change
  • Loading branch information
Aerin-of-the-Toast authored Jun 1, 2024
1 parent ec36c5d commit 055550c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
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

0 comments on commit 055550c

Please sign in to comment.