Advertisement
Guest User

MGSpells

a guest
Apr 18th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.15 KB | None | 0 0
  1. Bombarda:
  2.     spell-class: ".targeted.ExplodeSpell"
  3.     name: Bombarda
  4.     spell-icon: tnt
  5.     description: Crea una explosion pequeña.
  6.     cast-item: "2265|&5Varita_de_Pelo_de_Veela"
  7.     require-cast-item-on-command: true
  8.     cooldown: 30
  9.     range: 25
  10.     explosion-size: 5
  11.     backfire-chance: 3
  12.     prevent-block-damage: false
  13.     prevent-player-damage: false
  14.     damage-multiplier: 10
  15.     add-fire: false
  16.     simulate-tnt: true
  17.     ignore-canceled: false
  18.     cost:
  19.         - mana 40
  20.     str-cost: 40 mana
  21.     str-no-target: Tu no puedes lanzar Bombarda aqui.
  22.     str-cast-self: Boom!
  23.     str-cast-others: Boom!
  24.     effects:
  25.       1:
  26.         position: trail
  27.         effect: particles
  28.         particle-name: angryVillager
  29.         horiz-spread: 0.4
  30.         vert-spread: 0.7
  31.         speed: 0.3
  32.         count: 140
  33.       2:
  34.         position: target
  35.         effect: particles
  36.         particle-name: instantSpell
  37.         horiz-spread: 0.2
  38.         vert-spread: 0.2
  39.         speed: 0.8
  40.         count: 70
  41.       3:
  42.         position: caster
  43.         effect: sound
  44.         sound: mob.irongolem.death
  45.         volume: 3.0
  46.         pitch: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement