# WS-47G Moisture Retention Suit

**URL:** https://discourse.cataclysmdda.org/t/ws-47g-moisture-retention-suit/15409
**Category:** The Garage
**Created:** [May 3, 2018, 2:25pm UTC](https://discourse.cataclysmdda.org/t/ws-47g-moisture-retention-suit/15409 "2018-05-03T14:25:07Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![darktoes](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@darktoes](https://discourse.cataclysmdda.org/u/darktoes)
#### Post date: [May 3, 2018, 2:25pm UTC](https://discourse.cataclysmdda.org/t/ws-47g-moisture-retention-suit/15409/1 "2018-05-03T14:25:07Z")

</div>

So, today I came across a Moisture Retention Suit in a bank vault. Normally I don’t wear them because I decided a speed boost would be a severe penalty during fights, but then I realised it would still be useful for a ranged character. Being sufficiently tech-savvy, I pulled up armor.json to see just how high the penalty is to find… Nothing. At all. The .json entry for the Moisture Retention Suit lists it as a perfectly normal, heavily encumbering, piece of clothing.

Obviously that doesn’t line up with the description so I tried it on ingame. Still nothing. This suggests one of two things:

1. The Moisture Retention Suit’s ability is completely hidden even from the character ingame, which seems stupid, or:
2. The Moisture Retention Suit has no ability and does nothing.

Both possibilities are less than good, so what’s going on there? Did somebody forget to actually make it work before putting it in the game?

---

<div class="post-metadata">

### Author: ![Coolthulhu](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/coolthulhu/32/2446_2.png) [@Coolthulhu](https://discourse.cataclysmdda.org/u/Coolthulhu)
#### Post date: [May 3, 2018, 2:58pm UTC](https://discourse.cataclysmdda.org/t/ws-47g-moisture-retention-suit/15409/2 "2018-05-03T14:58:39Z")

</div>

It’s hardcoded and and hidden.

---

<div class="post-metadata">

### Author: ![DeWolf](https://avatars.discourse-cdn.com/v4/letter/d/df705f/32.png) [@DeWolf](https://discourse.cataclysmdda.org/u/DeWolf)
#### Post date: [May 3, 2018, 4:57pm UTC](https://discourse.cataclysmdda.org/t/ws-47g-moisture-retention-suit/15409/3 "2018-05-03T16:57:55Z")

</div>

Similar to the bayonet attachment from the combat knife? (In that it can only go on underbarrel)

---

<div class="post-metadata">

### Author: ![darktoes](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@darktoes](https://discourse.cataclysmdda.org/u/darktoes)
#### Post date: [May 3, 2018, 5:11pm UTC](https://discourse.cataclysmdda.org/t/ws-47g-moisture-retention-suit/15409/4 "2018-05-03T17:11:56Z")

</div>

Wearing it didn’t show the speed penalty in my character screen and I couldn’t find any code for it in Github. Could you point it out?

---

<div class="post-metadata">

### Author: ![psyxypher](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/psyxypher/32/11778_2.png) [@psyxypher](https://discourse.cataclysmdda.org/u/psyxypher)
#### Post date: [May 3, 2018, 9:05pm UTC](https://discourse.cataclysmdda.org/t/ws-47g-moisture-retention-suit/15409/5 "2018-05-03T21:05:40Z")

</div>

It’s also hardcoded, probably. You’ll see a notable difference in speed when you put it on.  
I’m not even sure it’s an attack speed penalty, just a movement speed penalty.

---

<div class="post-metadata">

### Author: ![Coolthulhu](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/coolthulhu/32/2446_2.png) [@Coolthulhu](https://discourse.cataclysmdda.org/u/Coolthulhu)
#### Post date: [May 3, 2018, 11:46pm UTC](https://discourse.cataclysmdda.org/t/ws-47g-moisture-retention-suit/15409/6 "2018-05-03T23:46:15Z")

</div>

The id “stillsuit” is referenced in player.cpp in two places: when calculating thirst (-30% of base thirst rate) and when calculating movement speed (\*110%).

Move speed multiplier are generally not revealed to player properly.

---

<div class="post-metadata">

### Author: ![darktoes](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@darktoes](https://discourse.cataclysmdda.org/u/darktoes)
#### Post date: [May 4, 2018, 12:26am UTC](https://discourse.cataclysmdda.org/t/ws-47g-moisture-retention-suit/15409/7 "2018-05-04T00:26:22Z")

</div>

Huh, there you go. I found the code that time. Not sure why it didn’t come up the first time I looked, but thanks!

Perhaps it should be made a little more obvious rather than a vague description?

---

<div class="post-metadata">

### Author: ![Coolthulhu](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/coolthulhu/32/2446_2.png) [@Coolthulhu](https://discourse.cataclysmdda.org/u/Coolthulhu)
#### Post date: [May 4, 2018, 1:01am UTC](https://discourse.cataclysmdda.org/t/ws-47g-moisture-retention-suit/15409/8 "2018-05-04T01:01:55Z")

</div>

Probably.  
It’s a rare item with a rather minor effect and no obvious solution so it’s low priority.

---

<div class="post-metadata">

### Author: ![darktoes](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@darktoes](https://discourse.cataclysmdda.org/u/darktoes)
#### Post date: [May 4, 2018, 1:28am UTC](https://discourse.cataclysmdda.org/t/ws-47g-moisture-retention-suit/15409/9 "2018-05-04T01:28:54Z")

</div>

That’s fair. I just never realised till now that it’s actually semi-useful.
