diff options
Diffstat (limited to 'features/pack_tactics.json')
-rw-r--r-- | features/pack_tactics.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/features/pack_tactics.json b/features/pack_tactics.json new file mode 100644 index 0000000..0d35128 --- /dev/null +++ b/features/pack_tactics.json @@ -0,0 +1,15 @@ +{ + "name": "pack tactics (feature)", + "text": "The warrior has advantage on an attack roll against a creature if at least one of the warrior's allies is within 5 feet of the creature and the ally isn't incapacitated.", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} |