Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adding Totem Warrior subclass #543

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions src/5e-SRD-Subclasses.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@
"subclass_levels": "/api/subclasses/berserker/levels",
"url": "/api/subclasses/berserker"
},
{
"index": "totem-warrior",
"class": {
"index": "barbarian",
"name": "Barbarian",
"url": "/api/classes/barbarian"
},
"name": "Totem Warrior",
"subclass_flavor": "Primal Path",
"desc": [
"The Path of the Totem Warrior is a spiritual journey, as the barbarian accepts a spirit animal as guide, protector, and inspiration. In battle, your totem spirit fills you with supernatural might, adding magical fuel to your barbarian rage. Most barbarian tribes consider a totem animal to be kin to a particular clan. In such cases, it is unusual for an individual to have more than one totem animal spirit, though exceptions exist."
],
"subclass_levels": "/api/subclasses/totem-warrior/levels",
"url": "/api/subclasses/totem-warrior"
},
{
"index": "lore",
"class": {
Expand Down
Loading