Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.58 KB | None | 0 0
  1. skills:
  2.   Log Shot:
  3.     description: Shoots a big ol' log
  4.     type: active
  5.     mana: 100
  6.     cooldown: 150
  7.     effects:
  8.       - type: radius
  9.         radius: 10
  10.         target: friendlies
  11.         potion_effect:
  12.             potion_type: regeneration
  13.             duration: 10
  14.             strength: 1
  15.       - type: projectile
  16.         entity: arrow
  17.         speed: 10
  18.         on_hit_effects:
  19.           - potion_effect:
  20.                 potion_type: slowness
  21.                 duration: 10
  22.                 strength: 1
  23.           - modify_health: -5
  24.         trail_effects:
  25.           - spawn_entity:
  26.                 entity_type: FALLING_SAND
  27.                 block_type: OAK_LOG
  28.                 lifetime: 2
  29.           - spawn_particle:
  30.                 particle_type: SMOKE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement