-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWar Dog Pestilite.json
70 lines (70 loc) · 1.6 KB
/
War Dog Pestilite.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "War Dog Pestilite",
"ancestry": [
"Humanoid",
"War Dog"
],
"roles": [
"Controller"
],
"level": 3,
"ev": 13,
"stamina": 25,
"immunities": [
"Poison 3"
],
"weaknesses": [],
"speed": "5",
"size": "1M",
"stability": 0,
"free_strike": 2,
"might": 0,
"intuition": 0,
"agility": 1,
"reason": 0,
"presence": 1,
"traits": [
{
"name": "Loyalty Collar",
"effect": "When the pestilite dies, they explode, dealing 1d6 damage to each adjacent enemy."
}
],
"abilities": [
{
"name": "Plaguecaster (Action) ◆ INU RR ◆ Signature",
"keywords": [
"Area",
"Magic",
"Ranged",
"Resistance"
],
"distance": "3 cube within 10",
"target": "Each creature",
"t1": "8 poison damage; frightened (INU ends)",
"t2": "5 poison damage; frightened (EoT)",
"t3": "2 poison damage",
"effects": [
{
"name": "Effect",
"effect": "The area is covered in a cloud of pestilence that lasts until the start of the pestilite’s next turn. Any creature who enters the area for the first time in a round or starts their turn there takes 2 poison damage. "
}
]
},
{
"name": "Posthumous Promotion",
"type": "Maneuver",
"keywords": [
"Magic",
"Ranged"
],
"distance": "Ranged 10",
"target": "One war dog with a loyalty collar",
"effects": [
{
"name": "Effect",
"effect": "The target’s loyalty collar detonates, killing them instantly. "
}
]
}
]
}