aboutsummaryrefslogtreecommitdiff
path: root/features/change_shape.json
blob: e7c05f51988f1fe7ec8fbd17b8edbfcf6c2f77ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "change shape",
    "text": "The {NAME} magically polymorphs into a humanoid or beast that has a challenge rating no higher than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the {NAME}'s choice).",
    "subfeatures": [
        {
            "trigger": [ "action" ],
            "conditions": [],
            "effects": [{
                "target": "self",
                "effect": [ "Polymorph N into creature <= X cr", "self", "(CR)" ],
                "duration": "Until overridden or dead"
            }]
        }
    ]
}