# Cataclysm++ Mod

**URL:** https://discourse.cataclysmdda.org/t/cataclysm-mod/10523
**Category:** The Lab
**Tags:** mod
**Created:** [September 14, 2015, 9:07am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523 "2015-09-14T09:07:24Z")
**Posts on this page:** 20
**Page:** 33

<div class="post-metadata">

### Author: ![BorkBorkGoesTheCode](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/borkborkgoesthecode/32/2343_2.png) [@BorkBorkGoesTheCode](https://discourse.cataclysmdda.org/u/BorkBorkGoesTheCode)
#### Post date: [May 9, 2018, 6:15pm UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/642 "2018-05-09T18:15:49Z")

</div>

The launcher issue is being worked on:

> <https://github.com/remyroy/CDDA-Game-Launcher/pull/162>

@James_Cobalt is it fixed?

---

<div class="post-metadata">

### Author: ![nakie08](https://avatars.discourse-cdn.com/v4/letter/n/bcef8e/32.png) [@nakie08](https://discourse.cataclysmdda.org/u/nakie08)
#### Post date: [June 10, 2018, 5:16pm UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/644 "2018-06-10T17:16:57Z")

</div>

Hello. I just came by to report that I’ve noticed rollerblades doesn’t seem to be working for Cataclysm++ atm. I tested on a world with only Cataclysm++ mod installed.

---

<div class="post-metadata">

### Author: ![Einstein\_Cross](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/einstein_cross/32/10564_2.png) [@Einstein\_Cross](https://discourse.cataclysmdda.org/u/Einstein_Cross)
#### Post date: [August 6, 2018, 12:03am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/645 "2018-08-06T00:03:32Z")

</div>

Unfortunately it seems the latest release broke compatibility with this mod. The error occurs in the occurs in the c\_bio\_mutation\_category file. The debug says that a member is not found titled threshold\_mut (ation?). I hope this helps.

---

<div class="post-metadata">

### Author: ![Zhilkin](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/zhilkin/32/3749_2.png) [@Zhilkin](https://discourse.cataclysmdda.org/u/Zhilkin)
#### Post date: [August 6, 2018, 11:49am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/646 "2018-08-06T11:49:57Z")

</div>

I suggest to update to latest mod version. That issue should’ve been resolved already.

---

<div class="post-metadata">

### Author: ![riproarinboogerpens](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/riproarinboogerpens/32/1432_2.png) [@riproarinboogerpens](https://discourse.cataclysmdda.org/u/riproarinboogerpens)
#### Post date: [August 7, 2018, 12:20am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/647 "2018-08-07T00:20:30Z")

</div>

I updated and it fixed the errors, I must have been using a fairly old version because now I run into these super scouts pretty frequently and good lord that attack. Is there a version without the added ranged insta death?

---

<div class="post-metadata">

### Author: ![DaWhatTheFox](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/dawhatthefox/32/1307_2.png) [@DaWhatTheFox](https://discourse.cataclysmdda.org/u/DaWhatTheFox)
#### Post date: [August 7, 2018, 6:41am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/648 "2018-08-07T06:41:00Z")

</div>

Just run and hide the second you notice on the minimap one of these super soldier zombies with ranged attack

---

<div class="post-metadata">

### Author: ![riproarinboogerpens](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/riproarinboogerpens/32/1432_2.png) [@riproarinboogerpens](https://discourse.cataclysmdda.org/u/riproarinboogerpens)
#### Post date: [August 8, 2018, 12:35am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/649 "2018-08-08T00:35:22Z")

</div>

I’d prefer if they just didn’t spawn. Good interesting monsters but doesn’t fit my play style unfortunately. May just manually remove them.

---

<div class="post-metadata">

### Author: ![Shady\_Mcshade](https://avatars.discourse-cdn.com/v4/letter/s/898d66/32.png) [@Shady\_Mcshade](https://discourse.cataclysmdda.org/u/Shady_Mcshade)
#### Post date: [August 12, 2018, 11:48am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/650 "2018-08-12T11:48:01Z")

</div>

Greetings.

I am unsure why this is happening and perhaps it is version incompatibility(I am using slightly older version of cata with cata++)

But here is the problem and the solution. Newest version of Cata++ does not have inherited property of bionics(namely installation property), so you have to add that in.

Please add new line, [“copy-from”: “bionic\_general”,] in

**EVERY ITEM**

with line [“type”: “BIONIC\_ITEM”,] in file mods\nocs\_cata\_mod-master(or whatever the version number may be)\Surv\_help\c\_bionics.json  
Edit with notepad++.

This is what it would look like.  
Before change:  
{  
“type”: “BIONIC\_ITEM”,  
“category”: “bionics”,  
“id”: “bio\_flamethrower”,  
“symbol”: “:”,  
“color”: “yellow”,  
“name”: “Dual-Hand Flamethrower CBM”,  
“description”: “Implanted in the palms of your hands lie a compact flamethrower system that uses bionic power and oxygen in the air as ignition, use as any other gun.”,  
“price”: 220000,  
“material”: [  
“steel”,  
“plastic”  
],  
“weight”: 2041,  
“volume”: 10,  
“bashing”: 8,  
“difficulty”: 4  
}

After the change:  
{  
“type”: “BIONIC\_ITEM”,  
_ **"copy-from": “bionic\_general”,** _  
“category”: “bionics”,  
“id”: “bio\_flamethrower”,  
“symbol”: “:”,  
“color”: “yellow”,  
“name”: “Dual-Hand Flamethrower CBM”,  
“description”: “Implanted in the palms of your hands lie a compact flamethrower system that uses bionic power and oxygen in the air as ignition, use as any other gun.”,  
“price”: 220000,  
“material”: [  
“steel”,  
“plastic”  
],  
“weight”: 2041,  
“volume”: 10,  
“bashing”: 8,  
“difficulty”: 4  
}

---

<div class="post-metadata">

### Author: ![vlad\_1492](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/vlad_1492/32/2989_2.png) [@vlad\_1492](https://discourse.cataclysmdda.org/u/vlad_1492)
#### Post date: [August 25, 2018, 1:03am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/651 "2018-08-25T01:03:32Z")

</div>

I’ve followed this instruction, no dice. Still borked.

Anyone else confirm this is working for them?

---

<div class="post-metadata">

### Author: ![Shady\_Mcshade](https://avatars.discourse-cdn.com/v4/letter/s/898d66/32.png) [@Shady\_Mcshade](https://discourse.cataclysmdda.org/u/Shady_Mcshade)
#### Post date: [August 28, 2018, 1:25am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/652 "2018-08-28T01:25:38Z")

</div>

Well, I hope anyone else is still playing this mod and if you are, you may have encountered:

‘There is no such faction “prepper” error’ where upon **attempting to save after seeing the said error message** , you promptly crash and YOUR SAVE FILE GETS BROKEN(I got something like “reached EOF for 0.1.0” error or something) because this NPC is unresolvable.

Here is the solution:

Go to cata++/Npc/c\_npc.json (editing with notepad++ is still recommended)  
Replace every instance of  
_“faction”: “preppers”_  
to  
**"faction": “nc\_preppers”** (there are like 3 instances of this line and you must replace all 3 of those.)

(in fact it is highly recommended you to DO THIS NOW BEFORE YOUR ENCOUNTER THIS ERROR TO NEVER FUCK YOUR SAVE UP but odds are you will never see this post until you encounter this error and somehow google your way down here. While long term consequences are unknown, better losing the save altogether.)  
This MAY fix the “reached EOF” error for your game and may recover your save file.

On the side note, ID is not same as name. Bad Noctifier, Bad. Please do not code 12 hour straight. I know I do it often enough.

---

<div class="post-metadata">

### Author: ![Shady\_Mcshade](https://avatars.discourse-cdn.com/v4/letter/s/898d66/32.png) [@Shady\_Mcshade](https://discourse.cataclysmdda.org/u/Shady_Mcshade)
#### Post date: [August 28, 2018, 1:33am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/653 "2018-08-28T01:33:00Z")

</div>

Which CBM are you attempting to install, where did you add the line, and which CDDA (release) version are you using?

(oh, and what are the symptoms after the fix? Any exciting error message or issues when activating CBM or CBM just don’t work?)

---

<div class="post-metadata">

### Author: ![vlad\_1492](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/vlad_1492/32/2989_2.png) [@vlad\_1492](https://discourse.cataclysmdda.org/u/vlad_1492)
#### Post date: [August 28, 2018, 7:24am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/654 "2018-08-28T07:24:10Z")

</div>

Not installing a CBM.

Am trying to get Cata ++ to load under the current experimental.

---

<div class="post-metadata">

### Author: ![Shady\_Mcshade](https://avatars.discourse-cdn.com/v4/letter/s/898d66/32.png) [@Shady\_Mcshade](https://discourse.cataclysmdda.org/u/Shady_Mcshade)
#### Post date: [August 28, 2018, 10:53am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/655 "2018-08-28T10:53:55Z")

</div>

Well that is a lot more work to get through, so let me just post list of changes you need to make to make this… functional.

My style of change is to delete the conflicted issue line so I will never ever have to see the said thing again…

We have lot to go through so I will just list changes you need to make.  
Little warning is that this all require you to kind of know what you are doing.

CHANGE 1. Missing “threshold\_mut”  
Go to Cata++\Mutations\c\_bio\_mutation\_category.json and replace the entire file with below line.

[  
{  
“type”: “mutation\_category”,  
“id”: “mutation\_bio\_weapon”,  
“name”: “Bio-Weapon”,  
“category”: “BIO-WEAPON”,  
“threshold\_mut” : “”,  
“mutagen\_message”: “This is a bug, report to Noctifer if you see this.”,  
“iv\_message”: “This is a bug, report to Noctifer if you see this.”,  
“memorial\_message”: “All your enhancements came short of immortality.”  
},  
{  
“type” : “mutation”,  
“id” : “THRESH\_BIO-WEAPON”,  
“name” : “Bio-Weapon”,  
“threshold\_mut” : “”,  
“points” : 1,  
“description” : “You are not human. You can’t even remember anymore, whether you were ever human to begin with. What matters is that now, you are more than human.”,  
“valid”: false,  
“purifiable”: false,  
“threshold”: true  
}  
]

CHANGE 2. changed mutation ID on infusion set and defusion sets.  
Go to Cata++\Surv\_help\c\_tools.json and change following lines.  
from  
“use\_action” : “MUT\_IV”,

to

“use\_action” : {  
“type” : “mutagen\_iv”  
},

AND  
from  
“use\_action” : “PURIFY\_IV”,  
to  
“use\_action” : “PURIFIER”

(Why does devs have to change the god damn variable names.)

CHANGE 3. Invalid vehicles.  
I am just going to delete invalid vehicles because annoying.

Delete Cata++\Vehicles\c\_vehicles.json  
Delete Cata++\Vehicles\c\_vehicle\_groups.json

go to Cata++\Terrain\Survivor\_Holdout.json and replace it with

[  
{  
“type”: “mapgen”,  
“method”: “json”,  
“om\_terrain”: [“Survivor\_Holdout”],  
“weight”: 1000,  
“object”: {  
“//”: “One vehicle goes inside the other…”,  
“rows”: [  
“…o…”,  
“$$$$$$$++++++++++$$$$$$$”,  
“.....o................”,  
“......................”,  
“......................”,  
“......................”,  
“......................”,  
“.......s.C..s.s.......”,  
“......s|||rr|||s......”,  
“......s|{O\_\_O{|s......”,  
“.......|{\_\_\_\_{|.......”,  
“......s|{\_;;\_{|s......”,  
“......s|=\_\_\_\_f|s......”,  
“.......|\_\_\_\_\_B|.......”,  
“......s|U^aFbB|s...|w|”,  
“......s||||||||s...re|”,  
“.......ss.ss.ss....|w|”,  
“......................”,  
“#.#.#.#.#.77.#.#.#.#.#”,  
“#.#.#.#.#.77.#.#.#.#.#”,  
“#.#.#.#.#.77.#.#.#.#.#”,  
“#.#.#.#.#.77.#.#.#.#.#”,  
“#.#.#.#.#.77.#.#.#.#.#”,  
“$$$$$$$$$$$$$$$$$$$$$$$$”  
],  
“terrain”: {  
“#”: “t\_dirtmound”,  
“": "t\_palisade", "+": "t\_palisade\_gate", ".": "t\_dirt", "7": "t\_tree\_apple\_harvested", ";": "t\_utility\_light", "=": "t\_metal\_floor", "B": "t\_metal\_floor", "C": "t\_water\_pump", "F": "t\_metal\_floor", "O": "t\_metal\_floor", "U": "t\_metal\_floor", "^": "t\_metal\_floor", "\_": "t\_metal\_floor", "a": "t\_metal\_floor", "b": "t\_metal\_floor", "c": "t\_fence\_post", "e": "t\_metal\_floor", "f": "t\_metal\_floor", "o": "t\_palisade\_pulley", "r": "t\_door\_metal\_c\_peep", "s": "t\_shrub\_strawberry\_harvested", "w": "t\_window\_enhanced", "{": "t\_metal\_floor", "|": "t\_wall\_metal" }, "furniture": { "#": "f\_null", "”: “f\_null”,  
“+”: “f\_null”,  
“.”: “f\_null”,  
“7”: “f\_null”,  
“;”: “f\_null”,  
“=”: “f\_smoking\_rack”,  
“B”: “f\_bed”,  
“C”: “f\_null”,  
“F”: “f\_forge”,  
“O”: “f\_standing\_tank”,  
“U”: “f\_kiln\_empty”,  
“^”: “f\_still”,  
“\_”: “f\_null”,  
“a”: “f\_anvil”,  
“b”: “f\_fireplace”,  
“c”: “f\_null”,  
“e”: “f\_toilet”,  
“f”: “f\_fridge”,  
“o”: “f\_null”,  
“r”: “f\_null”,  
“s”: “f\_null”,  
“w”: “f\_null”,  
“{”: “f\_locker”,  
“|”: “f\_null”  
},  
“place\_toilets”: [  
{ “x”: 21, “y”: 15 }  
],  
“place\_items”: [  
{ “item”: “default\_zombie\_death\_drops”, “x”: 19, “y”: 15, “chance”: 50 },  
{ “item”: “default\_zombie\_death\_drops”, “x”: 3, “y”: 15, “chance”: 50 },  
{ “item”: “default\_zombie\_death\_drops”, “x”: 4, “y”: 11, “chance”: 50 },  
{ “item”: “default\_zombie\_death\_drops”, “x”: 2, “y”: 9, “chance”: 50 },  
{ “item”: “default\_zombie\_death\_drops”, “x”: 21, “y”: 7, “chance”: 50 },  
{ “item”: “default\_zombie\_death\_drops”, “x”: 18, “y”: 5, “chance”: 50 },  
{ “item”: “default\_zombie\_death\_drops”, “x”: 3, “y”: 4, “chance”: 50 },  
{ “item”: “default\_zombie\_death\_drops”, “x”: 21, “y”: 3, “chance”: 50 },  
{ “item”: “default\_zombie\_death\_drops”, “x”: 7, “y”: 3, “chance”: 50 },  
{ “item”: “default\_zombie\_death\_drops”, “x”: 13, “y”: 2, “chance”: 50 },  
{ “item”: “weapons”, “x”: 9, “y”: 10, “chance”: 75 },  
{ “item”: “gear\_survival”, “x”: 9, “y”: 9, “chance”: 75 },  
{ “item”: “tools\_common”, “x”: 14, “y”: 9, “chance”: 75 },  
{ “item”: “cannedfood”, “x”: 14, “y”: 12, “chance”: 100 },  
{ “item”: “raw\_materials”, “x”: 14, “y”: 10, “chance”: 75 }  
],  
“add”: [  
{ “item”: “recipe\_surv”, “x”: 14, “y”: 12, “repeat”: 1 },  
{ “item”: “wire\_barbed”, “x”: 5, “y”: 0, “repeat”: 2 },  
{ “item”: “wire\_barbed”, “x”: 0, “y”: 1, “repeat”: 2 },  
{ “item”: “wire\_barbed”, “x”: 23, “y”: 2, “repeat”: 2 },  
{ “item”: “wire\_barbed”, “x”: 23, “y”: 4, “repeat”: 2 },  
{ “item”: “wire\_barbed”, “x”: 0, “y”: 6, “repeat”: 2 },  
{ “item”: “wire\_barbed”, “x”: 23, “y”: 12, “repeat”: 2 },  
{ “item”: “wire\_barbed”, “x”: 0, “y”: 13, “repeat”: 2 },  
{ “item”: “wire\_barbed”, “x”: 0, “y”: 18, “repeat”: 2 },  
{ “item”: “wire\_barbed”, “x”: 23, “y”: 18, “repeat”: 2 },  
{ “item”: “wire\_barbed”, “x”: 2, “y”: 23, “repeat”: 2 },  
{ “item”: “wire\_barbed”, “x”: 6, “y”: 23, “repeat”: 2 },  
{ “item”: “wire\_barbed”, “x”: 13, “y”: 23, “repeat”: 2 },  
{ “item”: “wire\_barbed”, “x”: 21, “y”: 23, “repeat”: 2 },  
{ “item”: “semap”, “x”: 14, “y”: 12, “repeat”: 1 }  
],  
“place\_npcs”: [  
{ “class”: “bff”, “x”: 11, “y”: 13 }  
],  
“place\_monster”: [  
{ “monster”: “mon\_zombie\_necro”, “x”: 9, “y”: 7 },  
{ “monster”: “mon\_zombie\_necro”, “x”: 14, “y”: 7 },  
{ “monster”: “mon\_zombie\_necro”, “x”: 7, “y”: 10 },  
{ “monster”: “mon\_zombie\_brute\_shocker”, “x”: 16, “y”: 10 },  
{ “monster”: “mon\_zombie\_brute\_shocker”, “x”: 7, “y”: 13 },  
{ “monster”: “mon\_zombie\_brute\_shocker”, “x”: 16, “y”: 13 },  
{ “monster”: “mon\_zombie\_corrosive”, “x”: 10, “y”: 16 },  
{ “monster”: “mon\_zombie\_corrosive”, “x”: 13, “y”: 16 }  
]  
}  
}  
]

And THEN you are done. Good luck on playing!

---

<div class="post-metadata">

### Author: ![vlad\_1492](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/vlad_1492/32/2989_2.png) [@vlad\_1492](https://discourse.cataclysmdda.org/u/vlad_1492)
#### Post date: [August 28, 2018, 4:05pm UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/656 "2018-08-28T16:05:27Z")

</div>

Thank you very much!

---

<div class="post-metadata">

### Author: ![TheOneAndOnlyMuffinC](https://avatars.discourse-cdn.com/v4/letter/t/edb3f5/32.png) [@TheOneAndOnlyMuffinC](https://discourse.cataclysmdda.org/u/TheOneAndOnlyMuffinC)
#### Post date: [August 29, 2018, 10:02pm UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/657 "2018-08-29T22:02:52Z")

</div>

can someone link me a list of everything that’s in the mod? thx

---

<div class="post-metadata">

### Author: ![Zhilkin](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/zhilkin/32/3749_2.png) [@Zhilkin](https://discourse.cataclysmdda.org/u/Zhilkin)
#### Post date: [August 30, 2018, 7:17am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/658 "2018-08-30T07:17:58Z")

</div>

> <https://github.com/Noctifer-de-Mortem/nocts_cata_mod/blob/master/README.md>

---

<div class="post-metadata">

### Author: ![TheJanissaire](https://avatars.discourse-cdn.com/v4/letter/t/a8b319/32.png) [@TheJanissaire](https://discourse.cataclysmdda.org/u/TheJanissaire)
#### Post date: [October 22, 2018, 8:49am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/660 "2018-10-22T08:49:51Z")

</div>

Shady\_Mcshade is helpful but his edit may show up as a different looking “aggressive” " and the game may refuse to load

 ![bandicam%202018-10-22%2004-47-52-702](https://us1.discourse-cdn.com/flex016/uploads/cataclysmdda/original/2X/5/54b4356269230d7447c06e51fcdaf98216cca376.jpeg) use notepad, open it in it and use the “search” then replace with normal " like in the picture.

edit: copy paste them in it from the notepad document the “aggressive” " and input th normal " yourself in the Replace with

---

<div class="post-metadata">

### Author: ![Matthew\_Collins](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/matthew_collins/32/3579_2.png) [@Matthew\_Collins](https://discourse.cataclysmdda.org/u/Matthew_Collins)
#### Post date: [November 10, 2018, 5:32am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/661 "2018-11-10T05:32:12Z")

</div>

Encountered a weird bug after running into one of those Bio-Hunters I rescued before.

 ![BioBug1](https://us1.discourse-cdn.com/flex016/uploads/cataclysmdda/original/2X/9/99f8b9d9d43905c75f31e276a332b189540e9413.png)

---

<div class="post-metadata">

### Author: ![Delts](https://avatars.discourse-cdn.com/v4/letter/d/7993a0/32.png) [@Delts](https://discourse.cataclysmdda.org/u/Delts)
#### Post date: [November 10, 2018, 11:40am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/662 "2018-11-10T11:40:57Z")

</div>

How to run mod on the android version? I jusy add it but when generating map my game got crashed

---

<div class="post-metadata">

### Author: ![Noctifer](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/noctifer/32/458_2.png) [@Noctifer](https://discourse.cataclysmdda.org/u/Noctifer)
#### Post date: [November 24, 2018, 12:49am UTC](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523/663 "2018-11-24T00:49:12Z")

</div>

It’s been quite a while since I made an update… I have just lost interest in the forums for quite a while… Probably won’t come back anytime soon… Anyways, this mod is still being updated, just made an update in the OP. All download links but this [one](https://github.com/Noctifer-de-Mortem/nocts_cata_mod/archive/master.zip) are no longer valid. Check the [github](https://github.com/Noctifer-de-Mortem/nocts_cata_mod) for updates there or the cdda unofficial discord where I am still around. Feel free to leave a comment or feed back in either locations. I’ll try to post an update here that will be a link to the latest PR in the mod’s github with the latest changes as a summary. Here is the most current one. [https://github.com/Noctifer-de-Mortem/nocts\_cata\_mod/pull/57](https://github.com/Noctifer-de-Mortem/nocts_cata_mod/pull/57)

The mod is still alive and being updated, no worries. Am currently working on rebalancing some overpowered stuff so there is that. Ok then, thank you for anyone still sticking around, happy gaming.

[Previous page](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523.md?page=32)

[Next page](https://discourse.cataclysmdda.org/t/cataclysm-mod/10523.md?page=34)
