Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.68 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.         effects:
  12.           - potion_effect:
  13.                 potion_type: regeneration
  14.                 duration: 10
  15.                 strength: 1
  16.           - potion_effect:
  17.                 potion_type: strength
  18.                 duration: 10
  19.                 strength: 1
  20.       - type: projectile
  21.         entity: arrow
  22.         speed: 10
  23.         on_hit_effects:
  24.           - potion_effect:
  25.                 potion_type: slowness
  26.                 duration: 10
  27.                 strength: 1
  28.           - modify_health: -5
  29.         trail_effects:
  30.           - spawn_entity:
  31.                 entity_type: FALLING_SAND
  32.                 block_type: OAK_LOG
  33.                 lifetime: 2
  34.           - spawn_particle:
  35.                 particle_type: SMOKE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement