-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRadenwight Redeye.json
67 lines (67 loc) · 1.33 KB
/
Radenwight Redeye.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
{
"name": "Radenwight Redeye",
"ancestry": [
"Humanoid",
"Radenwight"
],
"roles": [
"Artillery",
"Minion"
],
"level": 1,
"ev": 6,
"stamina": 8,
"immunities": [],
"weaknesses": [],
"speed": "5 (climb)",
"size": "1S",
"stability": 0,
"free_strike": 2,
"might": 1,
"intuition": 0,
"agility": 1,
"reason": -1,
"presence": 0,
"traits": [],
"abilities": [
{
"name": "Eyes-On-Me Shot",
"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": "5 damage",
"t3": "6 damage",
"effects": [
{
"name": "Effect",
"effect": "An ally of the redeye within 2 squares of the target can shift up to 2 squares. "
}
]
},
{
"name": "Ready Rodent",
"type": "Triggered Action",
"keywords": [
"Melee",
"Weapon"
],
"distance": "Reach 1",
"target": "One creature",
"trigger": "An ally deals damage to the target.",
"effects": [
{
"name": "Effect",
"effect": "The redeye makes a free strike against the target."
}
]
}
]
}