aboutsummaryrefslogtreecommitdiff
path: root/features/beast_of_burden.json
blob: 3e6c9b1f600694ca16c6ef5c6810fa61418dc1ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "beast of burden",
    "text": "The {NAME} is considered to be a Large animal for the purpose of determining its carrying capacity.",
    "subfeatures": [
        {
            "trigger": [ "passive" ],
            "conditions": [],
            "effects": [{
                "target": "self",
                "effect": [ "Set property PROPERTY to X", "Carrying capacity size is X", "Large" ]
            }]
        }
    ]
}