aboutsummaryrefslogtreecommitdiff
path: root/features/angelic_weapons.json
diff options
context:
space:
mode:
Diffstat (limited to 'features/angelic_weapons.json')
-rw-r--r--features/angelic_weapons.json17
1 files changed, 17 insertions, 0 deletions
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" ]
+ }]
+ }
+ ]
+}