Skip to content

Commit

Permalink
dragonborn subrace
Browse files Browse the repository at this point in the history
  • Loading branch information
nstefanski authored Oct 26, 2023
1 parent 661541c commit 03b5b6d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/taldorei/races.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[
{
"name": "Dragonborn",
"subtypes": [
{
"name": "Ravenous",
"desc": "Should your character be born from the toil and history of the ravenous clans, make these adjustments in place of the base Dragonborn traits. Age, Alignment, and Size remain the same as base dragonborn:",
"asi-desc": "**_Ability Score Increase._** Your Constitution score increases by 1 and your Wisdom score increases by 1.",
"asi": [
{
"attributes": [
"Constitution"
],
"value": 1
},
{
"attributes": [
"Wisdom"
],
"value": 1
}
],
"speed": {
"walk": 35
},
"traits": "**Damage Resistance._** You have resistance to non-magical slashing damage.\n\n**Speed._** Your base walking speed is 35 feet."
}
]
}
]

0 comments on commit 03b5b6d

Please sign in to comment.