Skip to content

Commit

Permalink
Added new profession: Mixed Martial Artist (#72395)
Browse files Browse the repository at this point in the history
* Added new profession: Mixed Martial Artist

Adds Mixed Martial Artist profession

* Update data/json/professions.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/json/professions.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Hymore246 and github-actions[bot] authored Mar 25, 2024
1 parent 8472b14 commit 2a21f9f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7324,5 +7324,32 @@
"male": { "entries": [ { "item": "boxer_shorts" } ] },
"female": { "entries": [ { "item": "sports_bra" }, { "item": "boxer_shorts" } ] }
}
},
{
"type": "profession",
"id": "mma_fighter",
"name": "Mixed Martial Artist",
"description": "You've spent plenty of time training to become the next big thing. But now it looks like you will be fighting your life from now on. At least that training won't go to waste!",
"points": 5,
"flags": [ "NO_BONUS_ITEMS" ],
"skills": [ { "level": 3, "name": "melee" }, { "level": 3, "name": "unarmed" } ],
"starting_styles_choices": [
"style_boxing",
"style_judo",
"style_karate",
"style_kickboxing",
"style_muay_thai",
"style_pankration",
"style_taekwondo",
"style_wingchun"
],
"starting_styles_choices_amount": 3,
"proficiencies": [ "prof_unarmed_familiar" ],
"items": {
"both": { "entries": [ { "item": "gloves_fingerless" }, { "item": "b_shorts" }, { "item": "mouthpiece" } ] },
"male": { "entries": [ { "item": "boxer_shorts" } ] },
"female": { "entries": [ { "item": "sports_bra" }, { "item": "boy_shorts" } ] }
},
"missions": [ "MISSION_BLACK_BELT_GOAL" ]
}
]

0 comments on commit 2a21f9f

Please sign in to comment.