Advertisement
Guest User

Untitled

a guest
Oct 12th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.76 KB | None | 0 0
  1. SentryCannonShrapnel:
  2.   Mobtype: Armor_Stand
  3.   Disguise:
  4.     Invisible: true
  5.   Skills:
  6.   - potion{t=INVISIBILITY;duration=2147483647;l=1} @Self ~onSpawn
  7.    - projectile{ontick=SentryCannon_Shrapnel_Tick;onhit=SentryCannon_Shrapnel_Hit;hitnonplayers=true;velocity=12;i=1;horizontalradius=1;verticalradius=1;startyoffset=1.0;targetyoffset=0.8;maxrange=50;gravity=0.9;duration=60} @Cone{angle=360;points=25;range=50;rotation=360} ~onSpawn
  8.    - remove @self ~onTimer:50
  9.   AITargetSelectors:
  10.  - 0 clear
  11.   AIGoalSelectors:
  12.  - 0 clear
  13.   Options:
  14.     Collidable: false
  15.     Invincible: true
  16.     KnockbackResistance: 1.0
  17.     MovementSpeed: 0.001
  18.     PreventRandomEquipment: true
  19.     PreventOtherDrops: true
  20.     Silent: true
  21.     Invisible: true
  22.     HasGravity: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement