blob: ddc2cd5f24bcaed99e9755bb961f1f21921809e8 (
plain)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
worldcall_hearth_passage:
name: "Cast Hearth Passage"
description: "Teleport to the location of your hearth."
whatnot:
tags:
- "spell"
- "worldcall"
requirements:
- type: "skill"
gid: "worldcall"
level: 1
cost:
- type: "item"
gid: "stone"
quantity: 5
- type: "item"
gid: "wood"
quantity: 5
duration:
base: 60
minimum: 35
scaling:
- type: "skill"
gid: "worldcall"
scale_value: 0.5
- type: "stat"
gid: "worldcall_speed"
scale_value: 1
results:
- type: "hearth_location"
- type: "xp"
gid: "worldcall"
base: 4
worldcall_floret_passage:
name: "Cast Floret Passage"
description: "Teleport to Floret."
whatnot:
tags:
- "spell"
- "worldcall"
requirements:
- type: "skill"
gid: "worldcall"
level: 3
cost:
- type: "item"
gid: "wisp_of_the_current"
quantity: 1
duration:
base: 62
minimum: 35
scaling:
- type: "skill"
gid: "worldcall"
scale_value: 0.5
- type: "stat"
gid: "worldcall_speed"
scale_value: 1
results:
- type: "location"
gid: "floret"
- type: "xp"
gid: "worldcall"
base: 10
worldcall_project_thought:
name: "Cast Project Thought"
description: "Open brief, faint rifts to random areas in your current location, possibly attracting a balgoloth."
whatnot:
tags:
- "spell"
- "worldcall"
requirements:
- type: "skill"
gid: "worldcall"
level: 5
cost:
- type: "item"
gid: "gem_dust"
quantity: 1
duration:
base: 64
minimum: 35
scaling:
- type: "skill"
gid: "worldcall"
scale_value: 0.5
- type: "stat"
gid: "worldcall_speed"
scale_value: 1
results:
- type: "create_monster_spawn"
gid: "balgoloth"
chance: 0.04
- type: "xp"
gid: "worldcall"
base: 6
worldcall_call_sulfur_scuttler:
name: "Cast Call Sulfur Scuttler"
description: "Summon a sulfur scuttler from Bloodmarch."
whatnot:
tags:
- "spell"
- "worldcall"
requirements:
- type: "skill"
gid: "worldcall"
level: 8
cost:
- type: "item"
gid: "salt"
quantity: 5
duration:
base: 66
minimum: 35
scaling:
- type: "skill"
gid: "worldcall"
scale_value: 0.5
- type: "stat"
gid: "worldcall_speed"
scale_value: 1
results:
- type: "monster"
table:
- gid: "sulfur_scuttler"
score: 0
- type: "xp"
gid: "worldcall"
base: 7
|