Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. freeze_effect:
  2. spell-class: ".targeted.PotionEffectSpell"
  3. name: freeze_potion
  4. spell-icon: snowball
  5. cast-item: blaze_rod
  6. type: Slowness
  7. duration: 80
  8. targeted: false
  9. strength: 2
  10. hidden: true
  11. spell-power-affects-duration: false
  12. freeze:
  13. spell-class: ".instant.ProjectileSpell"
  14. name: freeze
  15. spell-icon: snowball
  16. cast-item: blaze_rod
  17. description: Dispara una rafaga de bolas de nieve a tus enemigos.
  18. cooldown: 5
  19. projectile-type: snowball
  20. velocity: 1
  21. vertical-spread: 0.3
  22. horizontal-spread: 0.5
  23. require-hit-entity: false
  24. remove-projectile: true
  25. max-distance: 25
  26. max-duration: 8
  27. spell: freeze_effect
  28. cost:
  29. - mana 10
  30. - snowball 1
  31. str-cost: 10 mana y 1 bola de nieve
  32. str-cast-self: Disparaste una rafaga de bolas de nieve.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement