Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.61 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.         radius_effects:
  9.           - potion_effect:
  10.                 potion_type: regeneration
  11.                 duration: 10
  12.                 strength: 1
  13.             radius: 10
  14.             target: friendlies
  15.         projectiles:
  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