forked from InclusiveRec/Legacy-Magic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
spells-school-fire.yml
258 lines (242 loc) · 6.23 KB
/
spells-school-fire.yml
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
predefined-items:
# School grimoire; standard
# item factory.
fire_grimoire:
type: "enchanted_book"
name: "&4Fiery Grimoire"
lore:
- "A Grimoire written"
- "by a Master of the"
- "fire school of magic."
# Cast item to amplify spells
fire_staff:
type: "blaze_rod"
name: "&4Rod of Pyromancy"
lore:
- "This wand is hot to the"
- "touch, and smokes and sparks"
- "with pyromantic magics."
#######################
# Item Creation #
#######################
lore_of_flame:
spell-class: ".instant.ConjureSpell"
cast-item: book
spell-icon: "enchanted_book"
xp-required:
- fire 500
xp-granted:
- fire 1
cost:
- book 1
- levels 30
- blaze_rod 5
memory: 10
items:
- fire_grimoire 1
allow-command-casting: false
bindable: false
description: |
&4Lore of Flame: Fire Masters' Spell
Creates a fiery grimoire.
str-cost: "A book, 30 levels, and five blaze rods."
fiery_staff:
permission-name: fire
spell-class: ".instant.ConjureSpell"
cast-item: fire_grimoire
spell-icon: blaze_rod
xp-required:
- fire 500
xp-granted:
- fire 1
cost:
- levels 10
- blaze_rod 1
prerequisites:
- scroll
- spark
memory: 5
add-to-inventory: false
allow-command-casting: false
bindable: false
items:
- fire_staff 1
- blaze_powder 6-10
str-cast-self: "You create a fiery staff."
str-cost: "A blaze rod and 10 levels."
description: |
Firestaff: 10 Memory Fire School.
Creates a powerful wand of fire magic.
Requires the spark spell.
################
# Basic spells #
################
firebreathing:
permission-name: fire
spell-class: ".instant.ParticleProjectileSpell"
cast-item: fire_staff,blaze_powder
spell-icon: blaze_powder
xp-granted:
- fire 1
cost:
- mana 10
memory: 3
allow-command-casting: false
cooldown: 10
check-plugins: true
hit-non-players: true
hit-players: true
particle-name: lava
projectile-spread: 0.1
spell: combust
description: |
Firebreathing: 3 Memory Fire School
Breathe fire upon your foes!
Uses 3 memory slots.
str-cost: 10 mana
fireproof:
permission-name: fire
spell-class: ".targeted.PotionEffectSpell"
cast-item: blaze_rod,fire_staff
spell-icon: magma_cream
xp-granted:
- death -1
- fire -1
cost:
- mana 30
- 378 1
cooldown: 30
memory: 3
duration: 1200
strength: 1
target-self: true
type: 12
str-cost: "30 mana and a dollop of magma cream."
str-cast-self: "You apply magma cream to protect yourself from fire and lava!"
str-fade: "The protection of the magma cream wears off."
description: |
&2Fireproof: 3 Memory Fire Spell
Apply magma cream to protect yourself from fire and lava.
smoke:
permission-name: fire
spell-class: ".targeted.AreaEffectSpell"
cast-item: fire_staff,blaze_powder
spell-icon: "160:8"
xp-granted:
- fire 1
cost:
- levels 3
- mana 10
memory: 3
cooldown: 10
allow-command-casting: false
check-plugins: true
fail-if-no-targets: false
horizontal-radius: 5
point-blank: false
spell-source-in-center: true
spells:
- nauseate
- poison
target-caster: true
target-players: true
vertical-radius: 2
str-cast-self: "Casty"
description: |
&2Smoke: 3 Memory Fire Spell
Uses 3 memory slots.
effects:
smokey:
position: special
effect: particles
particle-name: largesmoke
horiz-spread: 3
vert-spread: 1
speed: 0.2
count: 50
spark:
permission-name: fire
spell-class: ".targeted.FireballSpell"
cast-item: fire_staff,377
spell-icon: fireball
xp-granted:
- fire 1
cost:
- mana 20
- blaze_powder 1
cooldown: 1
memory: 3
cooldown: 10
allow-command-casting: false
check-plugins: true
no-explosion: true
range: 20
require-entity-target: false
small-fireball: true
target-players: true
description: |
&rSpark: 3 Memory Fire School
&3Cast a fiery bolt at monsterous foes.
str-cost: 20 mana and 1 blaze powder. Uses 3 memory slots.
str-cast-self: "You hurl a bolt of fiery energy!"
str-cast-others: "%a hurls a bolt of fiery energy!"
#########################
# Intermediate Spells #
#########################
fireball:
enabled: false
permission-name: fire
spell-class: ".targeted.FireballSpell"
cast-item: fire_staff
spell-icon: "351:1"
xp-granted:
- fire 1
cost:
- mana 50
- blaze_powder 1
cooldown: 10
prerequisites:
- fiery_staff
- spark
memory: 5
allow-command-casting: false
check-plugins: true
damage-multiplier: 2
target-players: true
str-cost: "50 mana and one blaze powder."
description: |
&4Fireball: Lv05 Fire Spell
Launches a great ball of fiery destruction.
Requires the &4firestaff&3 spell.
fire_nova:
enabled: false
permission-name: fire
spell-class: ".instant.FirenovaSpell"
cast-item: fire_staff,377
spell-icon: blaze_powder
xp-granted:
- fire 1
warmth:
enabled: false
permission-name: fire
spell-class: ".targeted.DummySpell"
xp-granted:
- fire 1
cast-item: fire_staff
prerequisites:
- fiery_grimoire
###################
# Advanced spells #
###################
fire_shield:
permission-name: fire
spell-class: ".instant.DummySpell"
xp-granted:
- fire 1
cast-item: fire_staff
prerequisites:
- fiery_grimoire
# warmth
# fire shield
# FireballSpell
# Roaring Flames