-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWar Dog Subcommander.json
74 lines (74 loc) · 1.59 KB
/
War Dog Subcommander.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
71
72
73
74
{
"name": "War Dog Subcommander",
"ancestry": [
"Humanoid",
"War Dog"
],
"roles": [
"Support"
],
"level": 2,
"ev": 12,
"stamina": 25,
"immunities": [],
"weaknesses": [],
"speed": "5",
"size": "1M",
"stability": 0,
"free_strike": 3,
"might": 1,
"intuition": 0,
"agility": 0,
"reason": 0,
"presence": 0,
"traits": [
{
"name": "The Iron Saint Does Not Recognize Retreat",
"effect": "Each ally within 5 squares of the subcommander adds 3 to their stability."
},
{
"name": "Loyalty Collar",
"effect": "When the subcommander dies, they explode, dealing 1d6 damage to each adjacent enemy."
}
],
"abilities": [
{
"name": "Command Saber",
"type": "Action",
"roll": "2d10 + 1",
"cost": "Signature",
"keywords": [
"Attack",
"Melee",
"Weapon"
],
"distance": "Reach 1",
"target": "One creature or object",
"t1": "3 damage",
"t2": "5 damage",
"t3": "7 damage",
"effects": [
{
"name": "Effect",
"effect": "One ally of the subcommander within 5 squares of them can make a free strike against the target. "
}
]
},
{
"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. "
}
]
}
]
}