aboutsummaryrefslogtreecommitdiff
path: root/features/aberrant_ground.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-01-16 21:32:01 -0500
committerYour Name <you@example.com>2022-01-16 21:32:01 -0500
commitd0e356d09e30a11c1e072415a5088f829d5c0a04 (patch)
tree1e64d37b9b424cd74c30ad4c8225828c7a76874e /features/aberrant_ground.json
parent3f78a7e1647ba94129236bd2bf4fc855c109628a (diff)
downloaddmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.tar.gz
dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.tar.bz2
dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.zip
Worked on features
Diffstat (limited to 'features/aberrant_ground.json')
-rw-r--r--features/aberrant_ground.json30
1 files changed, 27 insertions, 3 deletions
diff --git a/features/aberrant_ground.json b/features/aberrant_ground.json
index a7f99de..4e72225 100644
--- a/features/aberrant_ground.json
+++ b/features/aberrant_ground.json
@@ -1,3 +1,27 @@
-[
-
-]
+{
+ "name": "aberrant ground",
+ "text": "The ground in a 10-foot radius around the {NAME} is doughlike difficult terrain. Each creature that starts its turn in that area must succeed on a DC {(8,PROF,STR,+,+)} Strength saving throw or have its speed reduced to 0 until the start of its next turn.",
+ "subfeatures": [
+ {
+ "trigger": [ "N end of turn", "self" ],
+ "conditions": [],
+ "effects": [{
+ "target": "self",
+ "effect": [ "Terrain in X ft radius is difficult", 10 ],
+ "duration": "Start of next turn"
+ }]
+ },
+ {
+ "trigger": [ "N start of turn", "creature" ],
+ "conditions": [
+ [ "N is within radius X of N", "creature", 10, "self" ],
+ [ "N succeeds dc X ABILITY save by at least X", "creature", "(8,PROF,STR,+,+)", "STR", 0 ]
+ ],
+ "effects": [{
+ "target": "creature",
+ "effect": [ "Set movement speed to X", 0 ],
+ "duration": "Start of next turn"
+ }]
+ }
+ ]
+}