aboutsummaryrefslogtreecommitdiff
path: root/features/cantrip.json
diff options
context:
space:
mode:
Diffstat (limited to 'features/cantrip.json')
-rw-r--r--features/cantrip.json11
1 files changed, 5 insertions, 6 deletions
diff --git a/features/cantrip.json b/features/cantrip.json
index 904d3f3..993f0bb 100644
--- a/features/cantrip.json
+++ b/features/cantrip.json
@@ -1,14 +1,13 @@
{
- "name": "cantrip (legendary_action)",
- "text": "The lich casts a cantrip.",
+ "name": "cantrip",
+ "text": "The {NAME} casts a cantrip.",
"subfeatures": [
{
- "trigger": [],
+ "trigger": [ "legendary action costing X", 1 ],
"conditions": [],
"effects": [{
- "target": "",
- "effect": [],
- "duration": ""
+ "target": "self",
+ "effect": [ "Take action ACTION", "cantrip" ]
}]
}
]