-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGoblin Sniper.json
55 lines (55 loc) · 1.05 KB
/
Goblin Sniper.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
{
"name": "Goblin Sniper",
"ancestry": [
"Goblin",
"Humanoid"
],
"roles": [
"Artillery",
"Minion"
],
"level": 1,
"ev": 4,
"stamina": 5,
"immunities": [],
"weaknesses": [],
"speed": "5 (climb)",
"size": "1S",
"stability": 0,
"free_strike": 2,
"might": -2,
"intuition": 0,
"agility": 1,
"reason": 0,
"presence": -1,
"traits": [
{
"name": "Crafty",
"effect": "The sniper doesn’t provoke opportunity attacks by moving."
}
],
"abilities": [
{
"name": "Bow",
"type": "Action",
"roll": "2d10 + 1",
"cost": "Signature",
"keywords": [
"Attack",
"Ranged",
"Weapon"
],
"distance": "Ranged 10",
"target": "One creature or object per minion",
"t1": "2 damage",
"t2": "4 damage",
"t3": "5 damage",
"effects": [
{
"name": "Effect",
"effect": "If the sniper doesn’t use a maneuver or a move action this turn, the ability deals an extra 2 damage. "
}
]
}
]
}