blob: 0ef1b5f5a454a3b55414cb15e4c7b5226b61a320 (
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 N = N", "BREATHES_AIR", 1 ]
},
{
"target": "self",
"effect" : [ "Set N = N", "BREATHES_WATER", 1 ]
}]
}
]
}
|