blob: c3f6509c65bf0c4fae096427e36d2e0ad542239f (
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 N = N", "CARRY_CAPACITY", "(30,STR,*)" ]
}]
}
]
}
|