Advertisement
Guest User

Need help with mult spells can u tell me whats wrong

a guest
Jun 26th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.53 KB | None | 0 0
  1. LaserBeam:
  2.     spell-class: ".instant.ParticleProjectileSpell"
  3.     name: &BNavalLaser Quirk: LaserBeam
  4.     cast-item: nether_star
  5.     particle-name: iconcrack_57
  6.     particle-count: 75
  7.     hug-surface: True
  8.     projectile-velocity: 35
  9.     cooldown: 17
  10.     hit-players: true
  11.     particle-speed: 0.01
  12.     spell: LaserBeamPain
  13.    
  14. LaserBeamPain:
  15.     spell-class: ".targeted.PainSpell"
  16.     damage: 4
  17.     name: LaserBeamPain
  18.     range: 69696969
  19.     ignore-armor: false
  20.     obey-los: true
  21.     target-players: true
  22.     target-non-players: true
  23.     check-plugins: true
  24.    
  25. LaserBeamRight:
  26.     spell-class: ".instant.ParticleProjectileSpell"
  27.     name: LaserBeamRight
  28.     particle-name: iconcrack_57
  29.     particle-count: 75
  30.     hug-surface: True
  31.     projectile-velocity: 35
  32.     cooldown: 17
  33.     projectile-horiz-offset: 90
  34.     spell: LaserBeamPain
  35.    
  36. LaserBeamBack:
  37.     spell-class: ".instant.ParticleProjectileSpell"
  38.     name: LaserBeamBack
  39.     particle-name: iconcrack_57
  40.     particle-count: 75
  41.     hug-surface: True
  42.     projectile-velocity: 35
  43.     cooldown: 17
  44.     projectile-horiz-offset: 180
  45.     spell: LaserBeamPain
  46.    
  47. LaserBeamLeft:
  48.     spell-class: ".instant.ParticleProjectileSpell"
  49.     name: LaserBeamLeft
  50.     particle-name: iconcrack_57
  51.     particle-count: 75
  52.     hug-surface: True
  53.     projectile-velocity: 35
  54.     cooldown: 17
  55.     projectile-horiz-offset: -90
  56.     spell: LaserBeamPain
  57.    
  58. LaserBombExplode:
  59.     spell-class: ".targeted.ExplodeSpell"
  60.     name: LaserBombExplode
  61.     prevent-block-damage: true
  62.     damage-multiplier: 4
  63.    
  64. LaserBomb:
  65.     spell-class: ".instant.ParticleProjectileSpell"
  66.     cast-item: nether_star
  67.     name: &BNavalLaser Quirk: LaserBomb
  68.     particle-name: iconcrack_57
  69.     particle-count: 75
  70.     Projectitle-velocity: 35
  71.     particle-vertical-spread: 1.5
  72.     particle-horizon-spread: 1.5
  73.     hug-surface: true
  74.     spell: LaserBombExplode
  75.    
  76. NavalTriShot:
  77.     spell-class: ".MultiSpell"
  78.     cooldown: 30
  79.     name: &BNavalLaser Quirk: NavalTriShot
  80.     check-individual-cooldowns: false
  81.     target-players: false
  82.     spells:
  83.        - LaserBeam
  84.         - DELAY 3
  85.         - LaserBeam
  86.         - DELAY 3
  87.         - LaserBeam
  88.        
  89. NavalSpin:
  90.     spell-class: ".MultiSpell"
  91.     cast-item: nether_star
  92.     cooldown: 40
  93.     name: &BNavalLaser Quirk: NavalSpin
  94.     check-individual-cooldown: false
  95.     spells:
  96.       - LaserBeam
  97.        - Dealy 5
  98.        - LaserBeamRight
  99.        - Dealy 5
  100.        - LaserBeamBack
  101.        - Dealy 5
  102.        - LaserBeamLeft
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement