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"
> ]
> }
> },
> {