From 03b5b6dfb44560b2dbad9d1a5c0136cfdd14b0ad Mon Sep 17 00:00:00 2001 From: Nicholas Stefanski Date: Thu, 26 Oct 2023 15:35:47 -0500 Subject: [PATCH] dragonborn subrace --- data/taldorei/races.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 data/taldorei/races.json diff --git a/data/taldorei/races.json b/data/taldorei/races.json new file mode 100644 index 00000000..d805d073 --- /dev/null +++ b/data/taldorei/races.json @@ -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." + } + ] + } +]