Advertisement
Thundurr

Untitled

Aug 11th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. paper1:
  2. spell-class: ".instant.ParticleProjectileSpell"
  3. projectile-velocity: 0.1
  4. projectile-gravity: 0.1
  5. projectile-spread: 12
  6. tick-interval: 1
  7. special-effect-interval: 1
  8. particle-name: take
  9. projectile-horiz-spread: 0
  10. projectile-vert-spread: 0
  11. particle-speed: 0.025
  12. max-distance: 20
  13. max-duration: 10
  14. hit-radius: 0.1
  15. vertical-hit-radius: 0.1
  16. hug-surface: false
  17. hit-ground: true
  18. spell-on-hit-ground: AOE_paperexplode
  19. stop-on-hit-ground: false
  20. stop-on-hit-entity: true
  21. hit-air-at-end: false
  22. hit-air-during: false
  23. spell: BlackP
  24. relative-offset: 0,4,0
  25. effects:
  26. 1:
  27. position: special
  28. effect: effectlibentity
  29. effectlib:
  30. class: SphereEffect
  31. particle: redstone
  32. color: ffffff
  33. speed: 1
  34. radius: 0.01
  35. particles: 1
  36. iterations: 1
  37. paper2:
  38. spell-class: ".instant.ParticleProjectileSpell"
  39. projectile-velocity: 0.1
  40. projectile-gravity: 0.1
  41. projectile-spread: -12
  42. tick-interval: 1
  43. special-effect-interval: 1
  44. particle-name: take
  45. projectile-horiz-spread: 0
  46. projectile-vert-spread: 0
  47. particle-speed: 0.025
  48. max-distance: 20
  49. max-duration: 10
  50. hit-radius: 0.1
  51. vertical-hit-radius: 0.1
  52. hug-surface: false
  53. hit-ground: true
  54. spell-on-hit-ground: AOE_paperexplode
  55. stop-on-hit-ground: false
  56. stop-on-hit-entity: true
  57. hit-air-at-end: false
  58. hit-air-during: false
  59. spell: BlackP
  60. relative-offset: 0,4,0
  61. effects:
  62. 1:
  63. position: special
  64. effect: effectlibentity
  65. effectlib:
  66. class: SphereEffect
  67. particle: redstone
  68. color: ffffff
  69. speed: 1
  70. radius: 0.01
  71. particles: 1
  72. iterations: 1
  73. C3Explode:
  74. spell-class: ".targeted.ExplodeSpell"
  75. spell-icon: tnt
  76. description: Create an explosion.
  77. cast-item: blaze_rod
  78. cooldown: 30
  79. range: 25
  80. explosion-size: 1
  81. prevent-block-damage: true
  82. prevent-player-damage: false
  83. damage-multiplier: 300
  84. add-fire: false
  85. simulate-tnt: false
  86. ignore-canceled: false
  87. AOE_paperexplode:
  88. spell-class: ".targeted.AreaEffectSpell"
  89. horizontal-radius: 2
  90. vertical-radius: 2
  91. point-blank: false
  92. can-target: self,players,nonplayers
  93. fail-if-no-targets: false
  94. spell-source-in-center: true
  95. spells:
  96. - C3Explode
  97. papermulti:
  98. spell-class: ".MultiSpell"
  99. check-individual-cooldowns: false
  100. name: "PaperExplosion"
  101. cost:
  102. - mana 80
  103. str-cost: 80 chakra
  104. cooldown: 25
  105. spells:
  106. - paper1
  107. - paper2
  108. - paper1
  109. - paper2
  110. - paper1
  111. - paper2
  112. - paper1
  113. - paper2
  114. - paper1
  115. - paper2
  116. - paper1
  117. - paper2
  118. - paper1
  119. - paper2
  120. - paper1
  121. - paper2
  122. - paper1
  123. - paper2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement