blob: 39eb8ba1cd6f5704b5406a237449003d8c050f45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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" ]
}]
}
]
}
|