Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- windgeyser:
- spell-class: ".targeted.GeyserSpell"
- name: windgeyser
- description: Create a geyser of wind at your enemy's feet.
- cast-item: blaze_rod
- range: 20
- damage: 0
- velocity: 15
- animation-speed: 2
- geyser-height: 10
- geyser-type: air
- ignore-armor: false
- can-target: players,monsters,animals
- check-plugins: true
- cost:
- - mana 10
- str-cost: 10 mana
- str-cast-self: You create a geyser of wind at your enemy's feet.
- str-no-target: No target found.
- tornado:
- spell-class: ".instant.ParticleProjectileSpell"
- cast-item: blaze_rod
- projectile-velocity: 1
- projectile-gravity: 0
- particle-name: largeexplode
- particle-speed: 0.0001
- particle-count: 100
- particle-horizontal-spread: 0.2
- particle-vertical-spread: 30
- render-distance: 100
- tick-interval: 1
- stop-on-hit-entity: false
- max-distance: 100
- max-duration: 50
- spell-interval: 50
- stop-on-hit-ground: false
- hit-air-during: true
- hit-radius: 5
- hit-players: true
- hit-ground: true
- str-cast-self: You summon a tornado!
- str-cast-others: "%a summons a tornado!"
- spell: tornado_aoe
- cost:
- - mana 40
- str-cost: 40 mana
- cooldown: 50
- special-effect-interval: 1
- effects:
- eff1:
- effect: sound
- position: special
- pitch: 0.1
- volume: 1000.0
- sound: ambient.weather.rain
- tornado_aoe:
- spell-class: ".targeted.AreaEffectSpell"
- horizontal-radius: 5
- vertical-radius: 5
- point-blank: true
- hit-players: true
- fail-if-no-targets: false
- max-targets: 10
- spell-source-in-center: false
- spells:
- - windgeyser
Advertisement
Add Comment
Please, Sign In to add comment