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