summaryrefslogtreecommitdiff
path: root/data/activities/havencast.yml
blob: ce84d24881b152e2a9b516520f7945816d0b968c (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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
havencast_light:
  name: "Cast Light"
  description: "Risk a little light."
  whatnot:
    tags:
      - "spell"
      - "cantrip"
    requirements:
      - type: "skill"
        gid: "havencast"
        level: 1
      - type: "stat"
        gid: "mana"
        value: 1
    duration:
      base: 62
      minimum: 35
      scaling:
        - type: "skill"
          gid: "havencast"
          scale_value: 0.5
        - type: "stat"
          gid: "havencast_speed"
          scale_value: 1
    results:
      - type: "condition"
        gid: "light"
        duration: 3600 # 1 Hour
        message: "A ball of light glows before you."
      - type: "xp"
        gid: "havencast"
        base: 2
havencast_dazzle:
  name: "Cast Dazzle"
  description: "Cast the Dazzle cantrip."
  whatnot:
    tags:
      - "spell"
      - "cantrip"
    duration:
      base: 62
      minimum: 35
      scaling:
        - type: "skill"
          gid: "havencast"
          scale_value: 0.5
        - type: "stat"
          gid: "havencast_speed"
          scale_value: 1
    requirements:
      - type: "skill"
        gid: "havencast"
        level: 2
      - type: "stat"
        gid: "mana"
        value: 1
    results:
      - type: "condition"
        gid: "dazzle"
        duration: 600 # 10 minutes
        message: "Sparkling lights distract your enemies."
      - type: "xp"
        gid: "havencast"
        base: 3
havencast_decipher_simple_magicscript:
  name: "Cast Decipher Simple Magicscript"
  description: "Cast the Decipher Simple Magicscript cantrip."
  whatnot:
    tags:
      - "spell"
      - "cantrip"
    duration:
      base: 64
      minimum: 35
      scaling:
        - type: "skill"
          gid: "havencast"
          scale_value: 0.5
        - type: "stat"
          gid: "havencast_speed"
          scale_value: 1
    requirements:
      - type: "skill"
        gid: "havencast"
        level: 3
      - type: "stat"
        gid: "mana"
        value: 1
    cost:
      - type: "item"
        gid: "simple_spellpage"
        quantity: 1
    results:
      - type: "xp"
        gid: "havencast"
        base: 5
      - type: "activity"
        chance: 1
        table:
          - gid: "havencast_stinging_rays"
            score: 0
          - gid: "havencast_flame_whirl"
            score: .50
havencast_enchant_apprentice_wand:
  name: "Cast Enchant Apprentice Wand"
  description: "Cast the Enchant Apprentice Wand spell."
  whatnot:
    tags:
      - "spell"
      - "cantrip"
    duration:
      base: 70
      minimum: 35
      scaling:
        - type: "skill"
          gid: "havencast"
          scale_value: 0.5
        - type: "stat"
          gid: "havencast_speed"
          scale_value: 1
    requirements:
      - type: "skill"
        gid: "havencast"
        level: 5
      - type: "stat"
        gid: "mana"
        value: 1
    cost:
      - type: "item"
        gid: "wood"
        quantity: 1
      - type: "item"
        gid: "arcane_dust"
        quantity: 10
      - type: "item"
        gid: "shimmering_essence"
        quantity: 1
    results:
      - type: "item"
        gid: "apprentice_wand"
      - type: "xp"
        gid: "havencast"
        base: 8
havencast_stinging_rays:
  name: "Cast Stinging Rays"
  description: "Cast the Stinging Rays spell."
  innate: false
  whatnot:
    tags:
      - "spell"
    duration:
      base: 70
      minimum: 35
      scaling:
        - type: "skill"
          gid: "havencast"
          scale_value: 0.5
        - type: "stat"
          gid: "havencast_speed"
          scale_value: 1
    requirements:
      - type: "skill"
        gid: "havencast"
        level: 5
      - type: "stat"
        gid: "mana"
        value: 1
      - type: "equipment"
        tag: "focus"
    results:
      - type: "condition"
        gid: "stinging_rays"
        duration: 600 # 10 minutes
        message: "Beams of arcane energy appear in the air around you."
      - type: "xp"
        gid: "havencast"
        base: 7
havencast_flame_whirl:
  name: "Cast Flame Whirl"
  description: "Cast the Flame Whirl spell."
  innate: false
  whatnot:
    tags:
      - "spell"
    duration:
      base: 80
      minimum: 35
      scaling:
        - type: "skill"
          gid: "havencast"
          scale_value: 0.5
        - type: "stat"
          gid: "havencast_speed"
          scale_value: 1
    requirements:
      - type: "skill"
        gid: "havencast"
        level: 10
      - type: "stat"
        gid: "mana"
        value: 2
      - type: "equipment"
        tag: "focus"
    results:
      - type: "condition"
        gid: "flame_whirl"
        duration: 600 # 10 minutes
        message: "A thin disc of fire encircles you."
      - type: "xp"
        gid: "havencast"
        base: 9