-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDemon Torlas.json
76 lines (76 loc) · 1.65 KB
/
Demon Torlas.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
{
"name": "Demon Torlas",
"ancestry": [
"Demon",
"Planar"
],
"roles": [
"Controller"
],
"level": 1,
"ev": 9,
"stamina": 15,
"immunities": [],
"weaknesses": [
"Holy 3"
],
"speed": "5",
"size": "1S",
"stability": 0,
"free_strike": 2,
"might": 0,
"intuition": 0,
"agility": 1,
"reason": 0,
"presence": 1,
"traits": [
{
"name": "Lethe",
"effect": "While winded, the torlas has an edge on attacks, and attacks have an edge against them."
},
{
"name": "Soulsight",
"effect": "Each creature within 2 squares of the torlas can’t be hidden from them."
}
],
"abilities": [
{
"name": "Cronenstorm",
"type": "Action",
"roll": "2d10 + 1",
"cost": "Signature",
"keywords": [
"Area",
"Magic",
"Ranged"
],
"distance": "3 cube within 10",
"target": "Each creature",
"t1": "Slide 1",
"t2": "Slide 2",
"t3": "Slide 3",
"effects": [
{
"name": "Effect",
"effect": "The area turns into a morass of spongy flesh before the targets are force moved. Until the start of the torlas’s next turn, the area is difficult terrain, and each creature who moves within the area takes 1 damage for each square moved. "
}
]
},
{
"name": "Grasping Tendons",
"type": "Maneuver",
"keywords": [
"Magic",
"Ranged"
],
"distance": "Ranged 10",
"target": "Three creatures",
"effects": [
{
"name": "Effect",
"effect": "The torlas pulls the target up to 2 squares. "
}
]
}
]
}