-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGoblin Underboss.json
68 lines (68 loc) · 1.38 KB
/
Goblin Underboss.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
{
"name": "Goblin Underboss",
"ancestry": [
"Goblin",
"Humanoid"
],
"roles": [
"Support"
],
"level": 1,
"ev": 10,
"stamina": 20,
"immunities": [],
"weaknesses": [],
"speed": "5 (climb)",
"size": "1S",
"stability": 0,
"free_strike": 2,
"might": -1,
"intuition": 0,
"agility": 1,
"reason": 0,
"presence": 1,
"traits": [
{
"name": "Crafty",
"effect": "The underboss doesn’t provoke opportunity attacks by moving."
}
],
"abilities": [
{
"name": "Sword",
"type": "Action",
"roll": "2d10 + 1",
"cost": "Signature",
"keywords": [
"Melee",
"Weapon"
],
"distance": "Reach 1",
"target": "One creature or object",
"t1": "2 damage",
"t2": "5 damage",
"t3": "6 damage",
"effects": [
{
"name": "Effect",
"effect": "One ally of the underboss adjacent to the target can make a free strike against them. "
}
]
},
{
"name": "Get Reckless!",
"type": "Maneuver",
"keywords": [
"Ranged"
],
"distance": "Ranged 10",
"target": "Each ally",
"effects": [
{
"name": "Effect",
"effect": "Until the start of the underboss’s next turn, each target gains an edge on attacks, and attacks against them gain an edge. "
}
]
}
]
}