This repository has been archived by the owner on Aug 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathspell-effects.yml
252 lines (251 loc) · 6.58 KB
/
spell-effects.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
bleeding:
spell-class: ".targeted.PainSpell"
check-plugins: true
damage: 3
target-players: true
spell-damage-type: animal
str-on-cooldown: "Cooldown"
effects:
sound:
position: target
effect: sound
sound: mob.slime.big
visual:
position: target
effect: particles
particle-name: spell
count: 20
horiz-spread: 1.5
vert-spread: 1.2
combust:
permission-name: fire
spell-class: ".targeted.CombustSpell"
check-plugins: true
fire-tick-damage: 4
cripple:
spell-class: ".targeted.CrippleSpell"
effect-duration: 100
effect-strength: 2
fireworkblast:
spell-class: ".TargetedMultiSpell"
cast-random-spell-instead: true
check-individual-cooldowns: false
spells:
- fwblast1
- fwblast2
- fwblast3
- fwblast4
- fwblast5
fwblast1:
spell-class: ".targeted.ExplodeSpell"
explosion-size: 0
prevent-block-damage: true
prevent-player-damage: true
effects:
- pos2 fireworks yes yes 0 FF0000,00FF00,0000FF FFFF00,FF00FF,00FFFF
fwblast2:
spell-class: ".targeted.ExplodeSpell"
explosion-size: 0
prevent-block-damage: true
prevent-player-damage: true
effects:
- pos2 fireworks yes yes 1 FF0000,00FF00,0000FF FFFF00,FF00FF,00FFFF
fwblast3:
spell-class: ".targeted.ExplodeSpell"
explosion-size: 0
prevent-block-damage: true
prevent-player-damage: true
effects:
- pos2 fireworks yes yes 2 FF0000,00FF00,0000FF FFFF00,FF00FF,00FFFF
fwblast4:
spell-class: ".targeted.ExplodeSpell"
explosion-size: 0
prevent-block-damage: true
prevent-player-damage: true
effects:
- pos2 fireworks yes yes 3 FF0000,00FF00,0000FF FFFF00,FF00FF,00FFFF
fwblast5:
spell-class: ".targeted.ExplodeSpell"
explosion-size: 0
prevent-block-damage: true
prevent-player-damage: true
effects:
- pos2 fireworks yes yes 4 FF0000,00FF00,0000FF FFFF00,FF00FF,00FFFF
getvined:
spell-class: ".TargetedMultiSpell"
spells:
- viney
- cripple
idontfeelsogood:
spell-class: ".targeted.PotionEffectSpell"
duration: 60
strength: 1
targeted: false
type: 9
nauseate:
spell-class: ".targeted.PotionEffectSpell"
duration: 60
strength: 1
target-players: true
targeted: true
type: 9
monster_invisibility:
spell-class: ".buff.InvisibilitySpell"
cancel-on-give-damage: true
cancel-on-logout: true
cancel-on-spell-cast: true
duration: 30
invisible-to-players: false
prevent-pickups: false
str-fade: "You have emerged from cover!"
poison:
spell-class: ".targeted.PotionEffectSpell"
check-plugins: true
duration: 60
strength: 1
target-players: true
targeted: true
type: 19
pain:
spell-class: ".targeted.PainSpell"
damage: 4
ignore-armor: true
spell-damage-type: death
str-cast-others: "%t was hit by a death ray!"
str-cast-target: "You were hit by a death ray!"
effects:
hit:
position: target
effect: smoke
ouch:
position: target
effect: sound
sound: game.hostile.hurt.fall.big
volume: 2
paralysis:
spell-class: ".targeted.StunSpell"
duration: 3
punch:
spell-class: ".targeted.ForcetossSpell"
check-plugins: true
horizontal-force: 25
range: 5
target-players: true
vertical-force: 10
effects:
bang:
position: target
effect: explosion
second_wind:
spell-class: ".instant.PrayerSpell"
amount-healed: 10
spawn_random:
spell-class: ".TargetedMultiSpell"
cast-random-spell-instead: true
spells:
- spawn_zombie
- spawn_zombie
- spawn_zombie
- spawn_zombie
- spawn_skeleton
effect:
heckfire:
position: target
effect: particles
spawn_skeleton:
spell-class: ".targeted.SpawnMonsterSpell"
entity-type: skeleton
spawn_zombie:
spell-class: ".targeted.SpawnMonsterSpell"
entity-type: zombie
shove:
spell-class: ".instant.ForcepushSpell"
additional-vertical-force: 3
max-vertical-force: 6
pushback-force: 6
effects:
haha:
position: caster
effect: sound
sound: mob.ghast.fireball
stun:
spell-class: ".targeted.StunSpell"
duration: 3
sunrise:
spell-class: ".ExternalCommandSpell"
command-to-execute:
- "time set 0"
execute-on-console-instead: true
description: "Makes the sun rise."
sunset:
spell-class: ".ExternalCommandSpell"
command-to-execute:
- "time set 12000"
execute-on-console-instead: true
description: "Makes the sun set."
stormy-helper:
spell-class: ".ExternalCommandSpell"
command-to-execute:
- "weather thunder"
execute-on-console-instead: true
sunny-helper:
spell-class: ".ExternalCommandSpell"
command-to-execute:
- "weather clear"
execute-on-console-instead: true
tempwolf:
spell-class: ".targeted.SpawnMonsterSpell"
cost:
- mana 50
- bone 3
duration: 400
allow-spawn-in-midair: true
entity-type: wolf
memory: 3
requires: wolf
tamed: true
modifiers:
- chance 50 required
str-cost: "50 mana and 3 bones. Uses 3 memory slots."
effects:
woosh:
position: target
type: splash
pot: 6
trycow:
spell-class: ".targeted.SpawnMonsterSpell"
entity-type: cow
modifiers:
- biome PLAINS,SAVANNA required
trysheep:
spell-class: ".targeted.SpawnMonsterSpell"
entity-type: sheep
modifiers:
- biome EXTREME_HILLS required
trypig:
spell-class: ".targeted.SpawnMonsterSpell"
entity-type: pig
modifiers:
- biome FOREST,FOREST_HILLS,BIRCH_FOREST,ROOFED_FOREST required
tryrabbit:
spell-class: ".targeted.SpawnMonsterSpell"
entity-type: rabbit
viney:
spell-class: ".targeted.GeyserSpell"
animation-speed: 1
damage: 1
geyser-height: 6
geyser-type: 106
velocity: 0
watersee_effect:
spell-class: ".targeted.PotionEffectSpell"
beneficial: true
cooldown: 30
duration: 600
targeted: false
type: 16
xp_pot:
spell-class: ".instant.ConjureSpell"
add-to-inventory: true
items:
- 384 1