aboutsummaryrefslogtreecommitdiff
path: root/features/cantrip.json
blob: 993f0bb25bba36c2e9b12c9dad7f28ed36b201bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "cantrip",
    "text": "The {NAME} casts a cantrip.",
    "subfeatures": [
        {
            "trigger": [ "legendary action costing X", 1 ],
            "conditions": [],
            "effects": [{
                "target": "self",
                "effect": [ "Take action ACTION", "cantrip" ]
            }]
        }
    ]
}