# Custom Professions Mod

**URL:** https://discourse.cataclysmdda.org/t/custom-professions-mod/10439
**Category:** The Lab
**Created:** [August 31, 2015, 3:14am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439 "2015-08-31T03:14:30Z")
**Posts on this page:** 20
**Page:** 1

<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: [August 31, 2015, 3:14am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/1 "2015-08-31T03:14:30Z")

</div>

_WARNING_!!!: This mod requires the experimental builds for it to work.

This is a mod(s) with many new professions and scenarios. It comes in two separate mods. The Extra\_professions includes professions and and scenarios that do not break the game balance while the custom\_professions one contains ones that do. They both contain my own creations as well as submissions so feel free to request.

9 new professions:  
-Dragonblood (PL-SUB) (OTT): The blood of dragons flows through your veins! With humanity gone, you will reign supreme!  
-Jack of all trades (PL-SUB) (OTT): Has the tools to do a little bit of everything.  
-Loner (PL-SUB) (OTT): Came out alive but it all went to shit again, you will survive in this new zone as well.  
-Special Air Service Member (PL-SUB) (OTT): Member of the elite SAS forces makes the cataclysm easier to handle.  
 -Traceur/Traceuse (PL-SUB): Zombie can’t climb walls unlike you! (Mainlined by Creator).  
-Bionic Spec-Op: The latest in military combatants.  
-Bionic SWAT Officer: When a bionic police officer gets a promotion.  
-Prepper: Member of the outgoing fad of supply hording.  
-Awakened: Cataclysm victim in nightwear and a flashlight.  
-Bionic Cyclist: Pseudo Combination of Bionic Athlete and Cyclist.

5 new scenarios:  
-FEMA Death Camp: You were sent to control the crowd in a fema camp, now they attacked you!  
-Prision Break: The cataclysm allowed your sentence to be nullified, all that is left is to leave the prison.  
-Prepper Household: You knew something was coming so you prepared, when it did you boarded up your house just to be safe.  
-Fantasy Scenario: Were all the out of balance professions lay.  
-Mansion Holdout: When the cataclysm reaches your mansion it might be time to go.

Current edit :  
4-Added the following clases to Reaaly bad day scenerio:  
\*Hobo.  
\*Failed Cyborg.  
\*Broken Cyborg.  
\*Bionic Monster.  
4-Added Bionic Swat Officer to Attack on Precinct-Z scenerio.  
4-Added Failed Cyborg and Bionic Monster to the following scenerios:  
\*Experiment.  
\*Lab challange.  
4-Added class Bionic Spec-Ops to Helicopter Crash scenerio.  
4-Added clothing and electronic store to the following scenarios:  
\*Really Bad Day  
\*Mised  
\*Infected  
\*Burning building  
4-Added magazines to professions that needed them.  
4-Chabges to bionic spec-ops:  
\*Changed unarmed skill for piercing weapons.  
\*Deleted close quarters combat bionics.  
\*Deleted bionic claws bionics.  
\*Added sheath.  
\*Added RM42 righting knife.  
\*added bionics from bionic soldier class.

Download here:  
[https://app.box.com/s/66mes0p7szmg16652dquzsu8cm1vq9np](https://app.box.com/s/66mes0p7szmg16652dquzsu8cm1vq9np) (box)  
[http://1drv.ms/1Oadzrm](http://1drv.ms/1Oadzrm) (one drive)

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [August 31, 2015, 5:13am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/2 "2015-08-31T05:13:41Z")

</div>

It would be amusing if a dragonblood mutant was in it. o3o

---

<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: [August 31, 2015, 5:43am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/3 "2015-08-31T05:43:28Z")

</div>

Post it and will see.

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [August 31, 2015, 6:25am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/4 "2015-08-31T06:25:03Z")

</div>

Alright, lemme get it again…this time I’m gonna look at the point costs of those mutations to see what point cost would make sense.

```auto
    {
        "type": "profession",
        "ident": "dragonblood",
        "name": "Dragonblood",
        "description": "You are not human. Not entirely, at least. No, you have the blood of a dragon running through your veins.",
        "points": 3,
        "traits": [
            "SCALES",
            "WINGS_BAT",
            "TAIL_THICK",
            "CLAWS",
            "FANGS",
            "LIZ_EYE",
            "FORKED_TONGUE",
            "HISS",
            "CARNIVORE"
        ],
        "items": {
            "both": [
                "pants",
                "longshirt",
                "socks",
                "boots"
            ],
            "male": [
                "boxer_shorts"
            ],
            "female": [
                "bra",
                "panties"
            ]
        }
    }
```

Scales: 6  
Thick Tail: 3  
Claws: 2  
Fangs: 2

Total: 13

Bat Wings: -1  
Hissing Voice: -1  
Carnivore: -4

Total: -6

That would mean a point cost of 7 from the mutation values, which is…insane. Not sure what other traits to add on to adjust this.

---

<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: [August 31, 2015, 6:40am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/5 "2015-08-31T06:40:11Z")

</div>

Night vision and Tough would make it cost only 3 points. It still makes sense,reptiles see better at night and are dragons are tough. Seem good?

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [August 31, 2015, 7:38am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/6 "2015-08-31T07:38:18Z")

</div>

Would interact oddly with the traits screen though, if I recall. Unless they fixed that.

Either way…actually picking a less OP trait in place of scales could work, but replacing reptilian eyes doesn’t affect the point cost. It’s reptilian IR that has a point cost.

---

<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: [August 31, 2015, 8:07am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/7 "2015-08-31T08:07:00Z")

</div>

We can always just give it more items,like a sword and sheath.

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [August 31, 2015, 8:20am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/8 "2015-08-31T08:20:36Z")

</div>

That would fit the character I’m basing it own. However…I need an excuse to LOWER the point cost, not raise it.

---

<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: [August 31, 2015, 8:29am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/9 "2015-08-31T08:29:38Z")

</div>

Or the items could be used to justify the high point cost.

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [August 31, 2015, 8:36am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/10 "2015-08-31T08:36:00Z")

</div>

That could work, admittedly…lemme see. Einen moment.

EDIT:

```auto
    {
        "type": "profession",
        "ident": "dragonblood",
        "name": "Dragonblood",
        "description": "You are not human. Not entirely, at least. No, you have the blood of a dragon running through your veins.",
        "points": 7,
        "traits": [
            "SCALES",
            "WINGS_BAT",
            "TAIL_THICK",
            "CLAWS",
            "FANGS",
            "LIZ_EYE",
            "FORKED_TONGUE",
            "HISS",
            "CARNIVORE"
        ],
        "items": {
            "both": [
                "pants",
                "longshirt",
                "socks",
                "boots",
                "mbag",
                "scabbard",
                "rapier"
            ],
            "male": [
                "boxer_shorts"
            ],
            "female": [
                "bra",
                "panties"
            ]
        }
    }
```

---

<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: [August 31, 2015, 9:25am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/11 "2015-08-31T09:25:34Z")

</div>

If you are happy with this design I would gladly added to the mod.  
Installation was a success.

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [August 31, 2015, 3:09pm UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/12 "2015-08-31T15:09:29Z")

</div>

Ah, yay. \<3

And now back to my usual breaking of the source code.

---

<div class="post-metadata">

### Author: ![Rasip](https://avatars.discourse-cdn.com/v4/letter/r/4af34b/32.png) [@Rasip](https://discourse.cataclysmdda.org/u/Rasip)
#### Post date: [August 31, 2015, 8:03pm UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/13 "2015-08-31T20:03:05Z")

</div>

```auto
    {
        "type": "profession",
        "ident": "JoAT",
        "name": "Jack of all trades",
        "description": ".",
        "points": 1,
        "items": {
            "both": [
                "pockknife",
                "boots_hiking",
                "gloves_liner",
                "balclava",
                "hoodie",
                "footrags_wool",
                "diving_watch",
                "survivor_belt",
                "socks",
                "pants_cargo",
                "waterskin",
                "duffelbag"
            ]
        }
    }
```

---

<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: [August 31, 2015, 8:41pm UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/14 "2015-08-31T20:41:20Z")

</div>

Jack of all trades implemented.

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [August 31, 2015, 9:43pm UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/15 "2015-08-31T21:43:34Z")

</div>

You’re a jack of all trades with no skills? I was expecting something like a single point in most crafting skills. o3o

---

<div class="post-metadata">

### Author: ![Rasip](https://avatars.discourse-cdn.com/v4/letter/r/4af34b/32.png) [@Rasip](https://discourse.cataclysmdda.org/u/Rasip)
#### Post date: [August 31, 2015, 11:04pm UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/16 "2015-08-31T23:04:25Z")

</div>

it was, but between the utility belt,diving watch, and starting with a duffel bag… they were balanced out… 😑

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [August 31, 2015, 11:11pm UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/17 "2015-08-31T23:11:05Z")

</div>

Guess that makes sense, though…hmm. If one trades the duffel bag for a messenger bag, the diving watch for a wrist watch, and the survivor belt for the tools contained, I wonder how many skills that’d be worth. Maybe 1 each in fabrication, construction, and mechanics?

---

<div class="post-metadata">

### Author: ![Artyom177](https://avatars.discourse-cdn.com/v4/letter/a/48db29/32.png) [@Artyom177](https://discourse.cataclysmdda.org/u/Artyom177)
#### Post date: [September 1, 2015, 12:38am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/18 "2015-09-01T00:38:53Z")

</div>

Here’s something that I wanted to put into my mod but never got around it. You can use it if you want 😃

{  
“type”: “profession”,  
“ident”: “stalker”,  
“name”: “Loner”,  
“description”: “You walked out of the zone with all your loot thinking it was over. But once you got back everything turned to shit. Only thing for you to do now is to hold out, just like last time.”,  
“points”: 5,  
“skills”: [  
{  
“level”: 2,  
“name”: “gun”  
},  
{  
“level”: 2,  
“name”: “survival”  
},  
{  
“level”: 2,  
“name”: “rifle”  
},  
{  
“level”: 1,  
“name”: “firstaid”  
},  
{  
“level”: 2,  
“name”: “pistol”  
}  
],  
“items”: {  
“both”: [  
“pants\_survivor”,  
“undershirt”,  
“jacket\_army”,  
“helmet\_liner”,  
“helmet\_army”,  
“mask\_gas”,  
“gloves\_fingerless”,  
“socks”,  
“boots\_combat”,  
“ak74”,  
“545”,  
“knife\_combat”,  
“binoculars”,  
“sheath”  
],  
“male”: [  
“boxer\_shorts”  
],  
“female”: [  
“sports\_bra”,  
“boxer\_shorts”  
]  
}  
},

---

<div class="post-metadata">

### Author: ![railmonkey](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/railmonkey/32/2578_2.png) [@railmonkey](https://discourse.cataclysmdda.org/u/railmonkey)
#### Post date: [September 4, 2015, 6:32am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/19 "2015-09-04T06:32:26Z")

</div>

Reposting this because this is exactly the sort of mod I’ve been hoping for! (Re)introducing the Parkour Practitioner. Like the Ballroom Dancer profession, only cooler. Martial artist build suggested.

```auto
{
        "type": "profession",
        "ident": "parkour_practitioner",
        "name": {
            "male": "Traceur",
            "female": "Traceuse"
        },
        "description": "You've practiced parkour for many years, and made the world your playground. It wouldn't be a lie to say that running is your life. Which is good, because now that the end has come, you're running for your life.",
        "points": 2,
		"traits": [
            "PARKOUR"
		],	
        "skills": [
            {
                "level": 4,
                "name": "dodge"
            }
        ],
        "items": {
            "both" : [
		"tshirt",
		"hoodie",
		"pants_cargo",
		"socks",
		"sneakers",
		"runner_bag"
            ],
            "male": [
                "briefs"
            ],
            "female": [
                "bra",
                "boy_shorts"

            ]
        }
    }
```

---

<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: [September 5, 2015, 1:52am UTC](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439/20 "2015-09-05T01:52:34Z")

</div>

Since this is going a bit slow, I will post the mod right now with the classes posted here. Thank you for contributing and spread the word if you want more. Go to the OP.

[Next page](https://discourse.cataclysmdda.org/t/custom-professions-mod/10439.md?page=2)
