From 5937d893da5656be3f486c863ae54e08bbe66579 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 9 Aug 2022 16:57:53 -0400 Subject: Added generic items, worked on features --- features/cantrip.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'features/cantrip.json') 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" ] }] } ] -- cgit v1.2.3