A collection of utilities for the Daggerheart SRD katari.fyi
daggerheart ttrpg gleam api
at main 36 lines 1.2 kB view raw
1{ 2 "id": "stalwart", 3 "name": "Stalwart", 4 "description": "Play the Stalwart if you want to take heavy blows and keep fighting.", 5 "spellcast_trait": null, 6 "foundation_features": [ 7 { 8 "name": "Unwavering", 9 "description": "Gain a permanent +1 bonus to your damage thresholds." 10 }, 11 { 12 "name": "Iron Will", 13 "description": "When you take physical damage, you can mark an additional Armor Slot to reduce the severity." 14 } 15 ], 16 "specialization_features": [ 17 { 18 "name": "Unrelenting", 19 "description": "Gain a permanent +2 bonus to your damage thresholds." 20 }, 21 { 22 "name": "Partners-in-Arms", 23 "description": "When an ally within Very Close range takes damage, you can mark an Armor Slot to reduce the severity by one threshold." 24 } 25 ], 26 "mastery_features": [ 27 { 28 "name": "Undaunted", 29 "description": "Gain a permanent +3 bonus to your damage thresholds." 30 }, 31 { 32 "name": "Loyal Protector", 33 "description": "When an ally within Close range has 2 or fewer Hit Points and would take damage, you can mark a Stress to sprint to their side and take the damage instead." 34 } 35 ] 36}