# My custom profession

**URL:** https://discourse.cataclysmdda.org/t/my-custom-profession/15164
**Category:** The Lab
**Created:** [March 23, 2018, 3:02pm UTC](https://discourse.cataclysmdda.org/t/my-custom-profession/15164 "2018-03-23T15:02:09Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Rot](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/rot/32/454_2.png) [@Rot](https://discourse.cataclysmdda.org/u/Rot)
#### Post date: [March 23, 2018, 3:02pm UTC](https://discourse.cataclysmdda.org/t/my-custom-profession/15164/1 "2018-03-23T15:02:09Z")

</div>

Sorry something unfinished here, but I wanted to see if you guys have made similar things, and to basically iron out my attempt at making a new profession.

```
> {
> "type": "profession",
> "ident": "Hero",
> "name": {
> "male": "Otherworld Hero",
> "female": "Otherworld Heroine"
> },
> "description":
> "The Elder god of your world reincarnated you into this one after your defeat by the Demon King. Not new to the bloodshed of battle and hardships ahead, you are determined to return to your original world and challenge the Demon King once more.",
> "points": -14,
> "traits": [
> "
> "items": {
> "both" : [
> "socks", "breeches", "knee_high_boots", "leather_belt", "tshirt", "vest_leather", "chainmail_vest", "cuirass_lightplate", "vambrace_larmor", "legguard_metal", "scabbard", "leather_pouch", "leather_pouch", "ring", "crown_golden", "cloak", "longsword"],
> "male": [
> "loincloth"
> ],
> "female": [
> "loincloth",
> "chestwrap"
> }
> ],
> "skills" : [
> {
> "level": 8,
> "name": "melee"
> },
> {
> "level": 8,
> "name": "cutting"
> },
> {
> "level": 5,
> "name": "dodge"
> }
> {
> "level": 4,
> "name": "unarmed"
> },
> {
> "level": 3,
> "name": "bashing"
> },
> {
> "level": 3,
> "name": "speech"
> }
> ],
> 
> "skills" : [
> {
> "Quick", "Melee_Weapon_Training", "Indefatigable", "Fast_Learner"
> ]
> }
> },
> {
```

---

<div class="post-metadata">

### Author: ![Code\_4Life](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/code_4life/32/11659_2.png) [@Code\_4Life](https://discourse.cataclysmdda.org/u/Code_4Life)
#### Post date: [March 23, 2018, 11:33pm UTC](https://discourse.cataclysmdda.org/t/my-custom-profession/15164/2 "2018-03-23T23:33:10Z")

</div>

caint think of one though 😕

---

<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: [March 24, 2018, 12:55am UTC](https://discourse.cataclysmdda.org/t/my-custom-profession/15164/3 "2018-03-24T00:55:16Z")

</div>

Perhaps start injured and/or bleeding if you just lost a fight to a demon king? You could even start with a random artifact, if that’s possible.

---

<div class="post-metadata">

### Author: ![Rot](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/rot/32/454_2.png) [@Rot](https://discourse.cataclysmdda.org/u/Rot)
#### Post date: [March 24, 2018, 11:13am UTC](https://discourse.cataclysmdda.org/t/my-custom-profession/15164/4 "2018-03-24T11:13:38Z")

</div>

An artifact weapon would be cool as hell, but i’m not sure how to implement that. Question is, does this profession actually work in-game as intended? I need someone to test it out and/or modify it for me, as i’m not really good at troubleshooting.

---

<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: [March 24, 2018, 12:08pm UTC](https://discourse.cataclysmdda.org/t/my-custom-profession/15164/5 "2018-03-24T12:08:50Z")

</div>

Perhaps make it into a proper mod file? Just giving it as text makes it pretty hard to use.

---

<div class="post-metadata">

### Author: ![Code\_4Life](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/code_4life/32/11659_2.png) [@Code\_4Life](https://discourse.cataclysmdda.org/u/Code_4Life)
#### Post date: [March 25, 2018, 2:19am UTC](https://discourse.cataclysmdda.org/t/my-custom-profession/15164/6 "2018-03-25T02:19:44Z")

</div>

I usually just inject(put) my code in the game files. also how to put that background when typing words?

---

<div class="post-metadata">

### Author: ![Rot](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/rot/32/454_2.png) [@Rot](https://discourse.cataclysmdda.org/u/Rot)
#### Post date: [March 25, 2018, 4:22am UTC](https://discourse.cataclysmdda.org/t/my-custom-profession/15164/7 "2018-03-25T04:22:29Z")

</div>

Hmm, no idea how to do that, but i’ll look into it.
