Advertisement
jacklin213

spells.yml

Jun 5th, 2015
4,481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.31 KB | None | 0 0
  1. #########################
  2. ## Spell Configuration ##
  3. #########################
  4.  
  5. ## When configuring spells, seconds are assumed. If you'd like to specify ticks (1/20 of a second), append a 't' to the value.
  6. ## For example, 600t = 600 ticks = 30 seconds
  7. ## while 600 (without the t) = 600 seconds
  8.  
  9. spells:
  10.   accio:
  11.     radius: 5  # The maximum distance drops can be from the player to still be attracted
  12.   aguamenti:
  13.     duration: 30 # How long before the water disappears
  14.   aparecium:
  15.     radius: 5  # The maximum distance players can be from the caster to still be turned visible
  16.   arania-exumai:
  17.     knockback: 10 # How much the spider is knocked backwards
  18.   avis:
  19.     randomness: 1 # How randomly should the bats or chickens be spread out
  20.     chickens:
  21.       amount: 5  # How many chickens the wand should shoot
  22.       velocity: 2 # The velocity of the chickens that get shot out of the wand
  23.     bats:
  24.       amount: 0  # How many bats the wand should shoot
  25.       velocity: 2 # The velocity of the bats that get shot out of the wand
  26.   confundo:
  27.     duration: 200t  # How long the target should be confused for
  28.   crucio:
  29.     duration: 10 # How long the target should be victimised for
  30.   deprimo:
  31.     duration: 100t  # How long the target should be slowed for
  32.   episkey:
  33.     duration: 100t  # How long the target should be healed for
  34.   evanesco:
  35.     duration: 300t  # How long the caster will be invisible for
  36.   expelliarmus:
  37.     disarm-weapons: true  # Should Expelliarmus disarm weapons (swords and bows) as well as wands?
  38.   flame-freezing-charm:
  39.     duration: 60 # How long the Fire Resistance effect lasts for
  40.   homenum-revelio:
  41.     box: # The size of the box used in the search for nearby players
  42.       x: 10  # 1/2 the size of the box along x axis
  43.       y: 10  # 1/2 the size of the box along y axis
  44.       z: 10  # 1/2 the size of the box along z axis
  45.     effect-color: yellow  # The color the effect around the hidden player should be
  46.   incendio:
  47.     duration: 100t  # How long the fire should last
  48.   legilimens:
  49.     duration: 20 # How long targets inventory can be seen
  50.   multicorfors:
  51.     explosion-effect: true  # Should an explosion happen on color change
  52.   obscuro:
  53.     duration: 400t  # How long the target should be blinded for
  54.   petrificus-totalus:
  55.     duration: 100t  # How long the target should be petrified (frozen) for
  56.   reducto:
  57.     replace-blocks: 100t # After how long should the blocks be replaced
  58.   refiling-charm:
  59.     bucket: water # Wether the spell fills the bucket with water or milk
  60.   silencio:
  61.     duration: 30 # How long the target is muted for.
  62.   spongify:
  63.     duration: 600t  # How long damage should be cancelled for
  64.   stupefy:
  65.     vertical-knockback: 2  # How much the target should be knocked backwards
  66.     horizontal-knockback: 0.5  # How much the target should be knocked upwards (into the air)
  67.     confusion-duration: 200t  # How long the target should be confused for
  68.     weakness-duration: 100t  # How long the target should be weakened for
  69.     damage: 2  # How many half-hearts the user should be damaged (set to 0 for no damage)
  70.   timespell:
  71.     lightning: true  # Should lightning strike on casting of the spell
  72.   wingardium-leviosa:
  73.     cancel-fall-damage: true  # Should fall damage be cancelled when flying
  74.     duration: 200t  # How long the caster should be able to fly for
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement