blob: 6f9ede1fced730392986f16ae249214ca1104a5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "ambusher",
"text": "The {NAME} has advantage on attack rolls against any creature it has surprised.",
"subfeatures": [
{
"trigger": [ "N attacks N", "self", "creature" ],
"conditions": [ "N is surprised", "creature" ],
"effects": [{
"target": "self",
"effect": [ "Grant advantage" ]
}]
}
]
}
|