From 76d1994ee23849b105ee17d8ab61a03c15948a94 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Mon, 14 Aug 2023 15:57:46 -0500 Subject: [PATCH] Adding srd feat. --- data/v2/wizards-of-the-coast/srd/Feat.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/v2/wizards-of-the-coast/srd/Feat.json diff --git a/data/v2/wizards-of-the-coast/srd/Feat.json b/data/v2/wizards-of-the-coast/srd/Feat.json new file mode 100644 index 00000000..cffb3713 --- /dev/null +++ b/data/v2/wizards-of-the-coast/srd/Feat.json @@ -0,0 +1,12 @@ +[ +{ + "model": "api_v2.feat", + "pk": "grappler", + "fields": { + "name": "Grappler", + "desc": "You've developed the skills necessary to hold your own in close-quarters grappling. You gain the following benefits:\r\n* You have advantage on attack rolls against a creature you are grappling.\r\n* You can use your action to try to pin a creature grappled by you. The creature makes a Strength or Dexterity saving throw against your maneuver DC. On a failure, you and the creature are both restrained until the grapple ends.", + "prerequisite_desc": "Strength 13 or higher", + "document": "srd" + } +} +]