-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
661541c
commit 03b5b6d
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
] | ||
} | ||
] |