-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRadenwight Piper.json
84 lines (84 loc) · 1.79 KB
/
Radenwight Piper.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
75
76
77
78
79
80
81
82
83
84
{
"name": "Radenwight Piper",
"ancestry": [
"Humanoid",
"Radenwight"
],
"roles": [
"Support"
],
"level": 1,
"ev": 13,
"stamina": 30,
"immunities": [],
"weaknesses": [],
"speed": "5 (climb)",
"size": "1S",
"stability": 0,
"free_strike": 2,
"might": 0,
"intuition": 1,
"agility": 0,
"reason": 0,
"presence": 1,
"traits": [],
"abilities": [
{
"name": "Piercing Trill",
"type": "Action",
"roll": "2d10 + 1",
"cost": "Signature",
"keywords": [
"Attack",
"Magic",
"Melee",
"Ranged"
],
"distance": "Reach 1 or Ranged 10",
"target": "One creature or object",
"t1": "3 sonic damage; push 1",
"t2": "5 sonic damage; push 3",
"t3": "7 sonic damage; push 4",
"effects": [
{
"name": "Effect",
"effect": "The piper or an ally within distance regains stamina equal to half the damage dealt. "
}
]
},
{
"name": "Vivace Vivace!",
"type": "Maneuver",
"cost": "3 VP",
"keywords": [
"Area",
"Magic"
],
"distance": "5 burst",
"target": "Each ally",
"effects": [
{
"name": "Effect",
"effect": "Each target who has used their Ready Rodent ability since their last turn regains the use of their triggered action. "
}
]
},
{
"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 piper makes a free strike against the target."
}
]
}
]
}