Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.47 KB | None | 0 0
  1. claw:
  2.     name: claw
  3.     spell-class: ".MultiSpell"
  4.     check-individual-cooldowns: false
  5.     cooldown: 20
  6.     can-target: players,nonplayers
  7.     check-individual-modifiers: true
  8.     spells:
  9.        - claw_attack
  10.         - claw_dash
  11. claw_attack:
  12.     permission-name: subspell
  13.     spell-class: ".instant.ParticleProjectileSpell"
  14.     projectile-velocity: 13
  15.     particle-name: sweepAttack
  16.     particle-speed: 0
  17.     particle-count: 3
  18.     check-plugins: false
  19.     particle-horizontal-spread: 0.6
  20.     particle-vertical-spread: 0.1
  21.     max-distance: 4
  22.     spell: bleed
  23. bleed:
  24.     permission-name: subspell
  25.     spell-class: ".TargetedMultiSpell"
  26.     check-individual-cooldowns: false
  27.     check-plugins: false
  28.     check-individual-modifiers: false
  29.     spells:
  30.        - bleed_pain
  31.         - DELAY 30
  32.         - bleed_pain
  33.         - DELAY 30
  34.         - bleed_pain
  35.         - DELAY 30
  36.         - bleed_pain
  37. claw_dash:
  38.     permission-name: subspell
  39.     spell-class: ".instant.LeapSpell"
  40.     spell-icon: diamond_boots
  41.     description: Leap forward.
  42.     cast-item: stick
  43.     forward-velocity: 6
  44.     upward-velocity: 3
  45. bleed_pain:
  46.     spell-class: ".targeted.PainSpell"
  47.     damage: 1
  48.     range: 100
  49.     ignore-armor: false
  50.     check-plugins: false
  51.     effects:
  52.       bleed:
  53.         position: target
  54.         effect: particles
  55.         particle-name: reddust
  56.         horiz-spread: 0.3
  57.         vert-spread: 0.3
  58.         speed: 0
  59.         count: 10
  60.         y-offset: 1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement