A collection of utilities for the Daggerheart SRD
katari.fyi
daggerheart
ttrpg
gleam
api
1{
2 "id": "elemental-origin",
3 "name": "Elemental Origin",
4 "description": "Play the Elemental Origin if you want to channel raw magic to take the shape of a particular element.",
5 "spellcast_trait": "instinct",
6 "foundation_features": [
7 {
8 "name": "Elementalist",
9 "description": "Choose one of the following elements at character creation: air, earth, fire, lightning, water.\nYou can shape this element into harmless effects. Additionally, spend a Hope and describe how your control over this element helps an action roll you’re about to make, then either gain a +2 bonus to the roll or a +3 bonus to the roll’s damage."
10 }
11 ],
12 "specialization_features": [
13 {
14 "name": "Natural Evasion",
15 "description": "You can call forth your element to protect you from harm. When an attack roll against you succeeds, you can mark a Stress and describe how you use your element to defend you. When you do, roll a d6 and add its result to your Evasion against the attack."
16 }
17 ],
18 "mastery_features": [
19 {
20 "name": "Transcendence",
21 "description": "Once per long rest, you can transform into a physical manifestation of your element. When you do, describe your transformation and choose two of the following benefits to gain until your next rest:\n- +4 bonus to your Severe threshold\n- +1 bonus to a character trait of your choice\n- +1 bonus to your Proficiency\n- +2 bonus to your Evasion"
22 }
23 ]
24}