A collection of utilities for the Daggerheart SRD
katari.fyi
daggerheart
ttrpg
gleam
api
1{
2 "id": "wordsmith",
3 "name": "Wordsmith",
4 "description": "Play the Wordsmith if you want to use clever wordplay and captivate crowds.",
5 "spellcast_trait": "presence",
6 "foundation_features": [
7 {
8 "name": "Rousing Speech",
9 "description": "Once per long rest, you can give a heartfelt, inspiring speech. All allies within Far range clear 2 Stress."
10 },
11 {
12 "name": "Heart of a Poet",
13 "description": "After you make an action roll to impress, persuade, or offend someone, you can spend a Hope to add a d4 to the roll."
14 }
15 ],
16 "specialization_features": [
17 {
18 "name": "Eloquent",
19 "description": "Your moving words boost morale. Once per session, when you encourage an ally, you can do one of the following:\n- Allow them to find a mundane object or tool they need.\n- Help an Ally without spending Hope.\n- Give them an additional downtime move during their next rest."
20 }
21 ],
22 "mastery_features": [
23 {
24 "name": "Epic Poetry",
25 "description": "Your Rally Die increases to a d10. Additionally, when you Help an Ally, you can narrate the moment as if you were writing the tale of their heroism in a memoir. When you do, roll a d10 as your advantage die."
26 }
27 ]
28}