# Water Bear (AKA, Fat Bug Tank)

**URL:** https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318
**Category:** The Lab
**Created:** [January 29, 2016, 10:12am UTC](https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318 "2016-01-29T10:12:23Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Wally-kun](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/wally-kun/32/375_2.png) [@Wally-kun](https://discourse.cataclysmdda.org/u/Wally-kun)
#### Post date: [January 29, 2016, 10:12am UTC](https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318/1 "2016-01-29T10:12:23Z")

</div>

There was a suggestion a while ago for a Water Bear creature in the game. This is my interpretation of that creature.

Because I was using an outdated version of the game, I’ll simply add the changes that I made to the code and where I made them below.

[spoiler]The changes to code are all as follows:

Additional code inserted into monsters.json:

> {  
> “type” : “MONSTER”,  
> “id” : “mon\_water\_bear”,  
> “name”: “water bear”,  
> “species”:“INSECT”,  
> “default\_faction”:“herbivore”,  
> “symbol”:“W”,  
> “color”:“white”,  
> “size”:“LARGE”,  
> “material”:“flesh”,  
> “diff”:10,  
> “aggression”:-99,  
> “morale”:100,  
> “speed”:10,  
> “melee\_skill”:0,  
> “melee\_dice”:1,  
> “melee\_dice\_sides”:1,  
> “melee\_cut”:1,  
> “dodge”:0,  
> “armor\_bash”:50,  
> “armor\_cut”:55,  
> “vision\_day”:1,  
> “vision\_night”:1,  
> “hp”:500,  
> “death\_function”:“MELT”,  
> “death\_drops”: “mon\_water\_bear\_drops”,  
> “description”:“Once too small to be seen, this ridiculously oversized Water Bear stands as tall as the average human and as long as a small car. Its vaguely barrel-shaped segmented body is carried atop eight stubby legs, each tipped with four gangly claws reminiscent of thick strands of pasta. Its thick chitinous armor audibly crackles and pops as it waddles sluggishly about.”,  
> “flags”:[“SWIMS”, “ANIMAL”, “ACIDPROOF”, “FIREPROOF”, “FAT”, “NO\_BREATHE”,“CHITIN”, “ARTHROPOD\_BLOOD”]  
> }

Code inserted into monster group “GROUP\_FOREST” in monstergroups.json:

> { “monster” : “mon\_water\_bear”, “freq” : 3, “cost\_multiplier” : 1 }

Code inserted into monster group “GROUP\_RIVER” in monstergroups.json:

> { “monster” : “mon\_water\_bear”, “freq” : 10, “cost\_multiplier” : 1 }

Code inserted into monster group “GROUP\_SWAMP” in monstergroups.json:

> { “monster” : “mon\_water\_bear”, “freq” : 10, “cost\_multiplier” : 1 },

Item group for the Water Bear added to monster\_drops.json:

[spoiler]

> {  
> “type” : “item\_group”,  
> “subtype”: “collection”,  
> “id”: “mon\_water\_bear\_drops”,  
> “comment”:“the water bear melts away on death and drops a large assortment of chitin pieces”,  
> “entries”:  
> [  
> {“item”: “chitin\_piece”, “count-min”: 15, “count-max”: 25, “prob”: 100}
> 
> ```
> ]
> }</blockquote>[/spoiler][/spoiler]
> 
> ```
> 
> If you noticed that the armor values are ridiculously high, this is intentional. Water Bears today are environmental hardcore badasses, and something on a larger scale would be that, plus a living block of solid armor. I’ve tested for balance and can confirm that most small arms fire and medium arms fire are totally useless and requires slightly higher-end weaponry applied point-blank repeatedly, or mid to high-yield explosives. A mini-nuke is overkill but will in fact totally destroy it. May take several smaller explosives, but grenades are probably useless. Shrapnel damage in general is useless.
> 
> They appear rarely out and about anywhere, but are found near rivers and more frequently in swamps, given that they are normally aquatic.
> 
> Currently, anything that would pick on anything else will distract themselves forever trying to kill the Water Bear. This may need to be changed later if it proves problematic to the game balance. Otherwise it is fully functional and no bugs should be found, assuming the code was inserted correctly.
> 
> Additionally, the description might be a little long and go past the boundaries of the description boxes. I personally am not familiar on how to scroll in those, so that might be a problem. I can fiddle with the descriptions if need be.
> 
> Also, they might get hurt by lava. This technically shouldn’t happen but also is kind of unlikely, considering they barely move around anyway.

---

<div class="post-metadata">

### Author: ![RadaRadaRada](https://avatars.discourse-cdn.com/v4/letter/r/e79b87/32.png) [@RadaRadaRada](https://discourse.cataclysmdda.org/u/RadaRadaRada)
#### Post date: [January 29, 2016, 2:32pm UTC](https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318/2 "2016-01-29T14:32:05Z")

</div>

Chitin yield from butchery depends on monsters size. To make them spawn, I suggest to stick them into GROUP\_SWAMP and give them low frequency (found in monstergroups.json), they’ll spawn in swamps.

---

<div class="post-metadata">

### Author: ![Malkeus](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/malkeus/32/12037_2.png) [@Malkeus](https://discourse.cataclysmdda.org/u/Malkeus)
#### Post date: [January 29, 2016, 6:32pm UTC](https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318/3 "2016-01-29T18:32:54Z")

</div>

You could have it drop chitin and meat on death and give it DISSOLVES for death\_function. As if it lost all cohesion after it died, dissolving into piles of meat and bugarmor.

---

<div class="post-metadata">

### Author: ![Wally-kun](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/wally-kun/32/375_2.png) [@Wally-kun](https://discourse.cataclysmdda.org/u/Wally-kun)
#### Post date: [January 30, 2016, 2:28am UTC](https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318/4 "2016-01-30T02:28:00Z")

</div>

Updated! The Water Bear now spawns naturally in the wild and melts on death, providing a big pile of chitin for all that work killing it. Survivors can now choose between kicking a giant ant or giant bee nest, or hunting and killing a couple of Water Bears as a non-lethal but slightly more troublesome alternative to collecting chitin.

They don’t drop meat or fat, but those aren’t exactly hard to come by anyway and probably not a concern if you decide to tackle these fatties.

---

<div class="post-metadata">

### Author: ![Rhodri](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/rhodri/32/342_2.png) [@Rhodri](https://discourse.cataclysmdda.org/u/Rhodri)
#### Post date: [February 3, 2016, 1:08am UTC](https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318/5 "2016-02-03T01:08:39Z")

</div>

How 'bout an even bigger water bear for the monster evolution feature?

 ![](http://i.imgur.com/MwnyIri.jpg)  
I’m kinda joking, although that would be awesome.

---

<div class="post-metadata">

### Author: ![Litppunk](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/litppunk/32/409_2.png) [@Litppunk](https://discourse.cataclysmdda.org/u/Litppunk)
#### Post date: [February 3, 2016, 1:33am UTC](https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318/6 "2016-02-03T01:33:33Z")

</div>

I think I know who made the suggestion first. I was looking forward to my Gods RPG secret character killing off some of his waterbears in that game. Shame game-master had to go.

Sup Rhodri? I am disappointed in not having gotten to kill your god too.

---

<div class="post-metadata">

### Author: ![pisskop](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/pisskop/32/1327_2.png) [@pisskop](https://discourse.cataclysmdda.org/u/pisskop)
#### Post date: [February 3, 2016, 2:11am UTC](https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318/7 "2016-02-03T02:11:56Z")

</div>

Im so glad we added this guy. Remind me to add him in my games, even if I dont plan to murder for profit :o

---

<div class="post-metadata">

### Author: ![Litppunk](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/litppunk/32/409_2.png) [@Litppunk](https://discourse.cataclysmdda.org/u/Litppunk)
#### Post date: [February 3, 2016, 2:37am UTC](https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318/8 "2016-02-03T02:37:20Z")

</div>

whats up in the role playing forums now days? anything good? I’ve not even really checked since that godsRNG dried up

---

<div class="post-metadata">

### Author: ![pisskop](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/pisskop/32/1327_2.png) [@pisskop](https://discourse.cataclysmdda.org/u/pisskop)
#### Post date: [February 3, 2016, 2:58am UTC](https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318/9 "2016-02-03T02:58:59Z")

</div>

over at Bay12?

I dont usually stop by the FR&P except for the silly 1-liner games, like ‘word association’.

---

<div class="post-metadata">

### Author: ![Litppunk](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/litppunk/32/409_2.png) [@Litppunk](https://discourse.cataclysmdda.org/u/Litppunk)
#### Post date: [February 4, 2016, 4:15am UTC](https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318/10 "2016-02-04T04:15:19Z")

</div>

No not the other forum, any forum Role playing going on on THIS forum. Or is it completely gone now? Purged to the void?

---

<div class="post-metadata">

### Author: ![pisskop](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/pisskop/32/1327_2.png) [@pisskop](https://discourse.cataclysmdda.org/u/pisskop)
#### Post date: [February 14, 2016, 5:19pm UTC](https://discourse.cataclysmdda.org/t/water-bear-aka-fat-bug-tank/11318/11 "2016-02-14T17:19:46Z")

</div>

I was inspired to actually make my own :\>

Tardigrade gives no cares about your zombies.

 ![](http://i.imgur.com/HvejmFi.png)

It took a fire axe to piss him off, and hes not very good at fistcuffs or very fast, but he can defend himself.
