Facebook
From Gekispell, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 206
  1.     spell-class: ".MultiSpell"
  2.     name: "Bakudo 9 - Geki!"
  3.     cast-item: stick
  4.     cooldown: 30
  5.     cost:
  6.         - 25 mana
  7.     str-cost: 25 mana
  8.     require-entity-target: false
  9.     spells:
  10.         - GekiStun
  11.         - GekiDmg
  12.         - GekiGlown      
  13. GekiStun:
  14.     spell-class: ".targeted.StunSpell"
  15.     duration: 4
  16.     interval: 5
  17.     can-target: players,nonplayers
  18.     effects:
  19.       eff1:
  20.         position: target
  21.         effect: effectlib
  22.         effectlib:
  23.             class: SphereEffect
  24.             particle: REDSTONE
  25.             color: FF5555
  26.             radius: 1
  27.             particles: 35
  28.             period: 2
  29.             iterations: 8
  30.             relativeOffset: 0,1,0
  31.       eff2:
  32.         position: target
  33.         effect: effectlib
  34.         effectlib:
  35.             class: SphereEffect
  36.             particle: REDSTONE
  37.             color: FF5555
  38.             radius: 1
  39.             particles: 35
  40.             period: 2
  41.             iterations: 8
  42.             relativeOffset: 0,2,0
  43. GekiGlown:
  44.     spell-class: ".targeted.PotionEffectSpell"
  45.     type: Glowing
  46.     duration: 30
  47.     strength: 1
  48.     targeted: true
  49.     ambient: true
  50.     hidden: false  
  51. GekiDmg:
  52.     spell-class: ".targeted.PainSpell"
  53.     damage: 5
  54.     damage-type: ENTITY_ATTACK
  55.     ignore-armor: false
  56.     can-target: players,nonplayers    

Replies to Untitled rss

Title Name Language When
Re: Untitled Gekispell text 4 Years ago.