blob: d154b9295ec624e20749aae0267f351ce72a8c81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "cast a spell",
"text": "The {NAME} casts a spell from its list of prepared spells, using a spell slot as normal.",
"subfeatures": [
{
"trigger": [ "legendary action costing X", 3 ],
"conditions": [],
"effects": [{
"target": "self",
"effect": [ "Take action ACTION", "cast spell" ]
}]
}
]
}
|