From 947d83c59ea86615e3a81a2ec122d843b5eceee9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 18 Feb 2022 16:47:53 -0500 Subject: More features work --- features/angelic_weapons.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 features/angelic_weapons.json (limited to 'features/angelic_weapons.json') diff --git a/features/angelic_weapons.json b/features/angelic_weapons.json new file mode 100644 index 0000000..39eb8ba --- /dev/null +++ b/features/angelic_weapons.json @@ -0,0 +1,17 @@ +{ + "name": "angelic weapons", + "text": "The {NAME}'s weapon attacks are magical. When the {NAME} hits with any weapon, the weapon deals an extra {V0}d{V1} radiant damage.", + "subfeatures": [ + { + "trigger": [ "N hits N", "self", "creature" ], + "conditions": [ "N used a weapon", "self" ], + "effects": [{ + "target": "creature", + "effect": [ "Inflict XdX TYPE damage", "V0", "V1", "radiant" ] + }, { + "target": "self", + "effect": [ "Damage dealt is magical" ] + }] + } + ] +} -- cgit v1.2.3