Advertisement
Guest User

Untitled

a guest
Apr 14th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Oviumfors:
  2. icon: diamond_axe:176
  3. icon_disabled: diamond_hoe:176
  4. icon_url: http://textures.minecraft.net/texture/7e453aa5908121dcf1cd8cf9f04459741f7879d99c01fb71bf243c25c3188
  5. category: transfiguracion
  6. description: Hechizo de transformación que permite transformar seres vivos en ovejas.
  7. worth: 300
  8. earns_sp: 8
  9. actions:
  10. cast:
  11. - class: CustomProjectile
  12. actions:
  13. - class: Disguise
  14. - class: PotionEffect
  15. effects:
  16. cast:
  17. - class: EffectSingle
  18. sound: magic.zap_big
  19. - class: EffectSingle
  20. sound: magic.zap
  21. tick:
  22. - location: target
  23. particle: fireworks_spark
  24. particle_count: 3
  25. particle_offset_x: 0.01
  26. particle_offset_y: 0.01
  27. particle_offset_z: 0.01
  28. hit:
  29. - class: EffectSingle
  30. location: target
  31. color: F5EFFB
  32. firework: ball
  33. - class: EffectSingle
  34. sound: entity_experience_orb_pickup
  35. location: target
  36. requires_entity_target: true
  37. particle_override: particleOrbital
  38. effectlib:
  39. class: AtomEffect
  40. particleNucleus: fireworks_spark
  41. particleOrbital: fireworks_spark
  42. iterations: 20
  43. costs:
  44. mana: 50
  45. parameters:
  46. velocity: 150
  47. range: 48
  48. disguise:
  49. type: sheep
  50. target_type: LivingEntity
  51. target_breakables: 1
  52. target: other
  53. undo: 20000
  54. duration: 20000
  55. effect_slow: 2
  56. hitbox: true
  57. cooldown: 30000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement