blob: 5aef5282c576dbbedbc27acc3ca4562c2f6d9476 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "amphibious",
"text": "The {NAME} can breathe air and water.",
"subfeatures": [
{
"trigger": [ "passive" ],
"conditions": [],
"effects": [{
"target": "self",
"effect": [ "Set property PROPERTY to X", "Can breathe air", "True" ]
},
{
"target": "self",
"effect": [ "Set property PROPERTY to X", "Can breathe water", "True" ]
}]
}
]
}
|