A collection of utilities for the Daggerheart SRD katari.fyi
daggerheart ttrpg gleam api
at main 28 lines 1.1 kB view raw
1{ 2 "id": "vengeance", 3 "name": "Vengeance", 4 "description": "Play the Vengeance if you want to strike down enemies who harm you or your allies.", 5 "spellcast_trait": null, 6 "foundation_features": [ 7 { 8 "name": "At Ease", 9 "description": "Gain an additional Stress slot." 10 }, 11 { 12 "name": "Revenge", 13 "description": "When an adversary within Melee range succeeds on an attack against you, you can mark 2 Stress to force the attacker to mark a Hit Point." 14 } 15 ], 16 "specialization_features": [ 17 { 18 "name": "Act of Reprisal", 19 "description": "When an adversary damages an ally within Melee range, you gain a +1 bonus to your Proficiency for the next successful attack you make against that adversary." 20 } 21 ], 22 "mastery_features": [ 23 { 24 "name": "Nemesis", 25 "description": "Spend 2 Hope to Prioritize an adversary until your next rest. When you make an attack against your Prioritized adversary, you can swap the results of your Hope and Fear Dice. You can only Prioritize one adversary at a time." 26 } 27 ] 28}