Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.77 KB | None | 0 0
  1. ## MOB
  2.  
  3. SkeletonIsMinion:
  4.   Type: zombie
  5.   Options:
  6.     HasArms: true
  7.     Invisible: false
  8.     Invincible: true
  9.     Small: false
  10.     Interactable: false
  11.   Equipment:
  12.  - 0:5
  13.   - 0:3
  14.   - 0:2
  15.   - 0:1
  16.   - 0:0
  17.   Skills:
  18.  - custompathfinder{goal="1 travelaround 2 true"} @self ~onSpawn
  19.   - skill{s=PickUpSword} @self ~onSignal:PickUp
  20.  
  21.  
  22. SkeletonMinionSword:
  23.   Type: armor_stand
  24.   Options:
  25.     HasArms: true
  26.     Invisible: true
  27.     Invincible: true
  28.     Small: false
  29.     Interactable: false
  30.   Pose:
  31.     Head: 0,0,0
  32.     Body: 0,0,0
  33.     LeftArm: 0,0,0
  34.     RightArm: 0,0,90
  35.   Skills:
  36.  - asequip{item=stone_sword:0} ~onSpawn
  37.   - signal{s=PickUp} @MIR{t=SkeletonIsMinion;r=50} ~onTimer:60
  38.  
  39.  
  40. ## SKILLS
  41.  
  42. PickUpSword:
  43.   Skills:
  44.  - addtravelpoint @trigger
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement