spells/Fireball III

# The projectile type can be Snowball, SmallFireball, Fireball, Arrow or an Egg.
projectile-type: SmallFireball

# The speed of the projectile.
projectile-velocity: 2

# The projectile hit effect can be Ender_Signal, Mobspawner_Flames, Potion_Break or Smoke.
projectile-hit-effect: Mobspawner_Flames

# How often the spell can be activated in seconds.
cooldown: 15

heal:
  # The health given to the target when the projectile hits the target.
  direct-heal-amount: 0

  # Additional health given to players around the target.
  aoe-heal-amount: 0

  # Additional health will be given to players within the range of the target.
  aoe-heal-range: 0

damage:
  # The damage dealt when the projectile hits the target.
  direct-damage-amount: 14

  # Additional damage dealt to enemies around the target.
  aoe-damage-amount: 10

  # Additional damage will be dealt to enemies within the range of the target.
  aoe-damage-range: 3

# Commands below will be exectuded one after the other.
commands:
# List all commands like so without the /;
# - say Executing command1
# - say Executing command2
# - speed 3
# - heal Supavitax

Comments

Posts Quoted:
Reply
Clear All Quotes