Facebook
From Gekispell, 4 Years ago, written in Plain Text.
This paste is a reply to Untitled from Gekispell - go back
Embed
Viewing differences between Untitled and Re: Untitled
MultiGeki: 
    spell-class: ".MultiSpell"
    name: "Bakudo 9 - Geki!"
    cast-item: stick
    cooldown: 30
    cost:
        - 25 mana
    str-cost: 25 mana
    require-entity-target: false
    spells:
        - GekiStun
        - GekiDmg
        - GekiGlown       
GekiStun:
    spell-class: ".targeted.StunSpell"
    duration: 4
    interval: 5
    can-target: players,nonplayers
    effects:
      eff1:
        position: target
        effect: effectlib
        effectlib:
            class: SphereEffect
            particle: REDSTONE
            color: FF5555
            radius: 1
            particles: 35
            period: 2
            iterations: 8
            relativeOffset: 0,1,0
      eff2:
        position: target
        effect: effectlib
        effectlib:
            class: SphereEffect
            particle: REDSTONE
            color: FF5555
            radius: 1
            particles: 35
            period: 2
            iterations: 8
            relativeOffset: 0,2,0
GekiGlown:
    spell-class: ".targeted.PotionEffectSpell"
    type: Glowing
    duration: 30
    strength: 1
    targeted: true
    ambient: true
    hidden: false   
GekiDmg:
    spell-class: ".targeted.PainSpell"
    damage: 5
    damage-type: ENTITY_ATTACK
    ignore-armor: false
    can-target: players,nonplayers