aboutsummaryrefslogtreecommitdiff
path: root/features/blind_senses.json
blob: ebf114a7a59b14bd168c60ada2e14b728c159417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "blind senses",
    "text": "The {NAME} can't use its blindsight while deafened and unable to smell.",
    "subfeatures": [
        {
            "trigger": [ "passive" ],
            "conditions": [],
            "effects": [{
                "target": "self",
                "effect": [ "Set N = N", "BLINDSIGHT", "(30,BLINDED,!,CAN_SMELL,&,&)" ]
            }]
        }
    ]
}