aboutsummaryrefslogtreecommitdiff
path: root/features/barbed_hide.json
blob: 946ea234201dbb868f62bde3d419e5c15bdfdc34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "barbed hide",
    "text": "At the start of each of its turns, the {NAME} deals {V0}d{V1} piercing damage to any creature grappling it.",
    "subfeatures": [
        {
            "trigger": [ "N start of turn", "self" ],
            "conditions": [ "N has condition CONDITION given by N", "self", "grappled", "creature"],
            "effects": [{
                "target": "creature",
                "effect": [ "Inflict XdX TYPE damage", "V0", "V1", "piercing" ]
            }]
        }
    ]
}