Advertisement
Guest User

Untitled

a guest
Jun 11th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.12 KB | None | 0 0
  1. #Guard-like Enderman
  2. Frienderman:
  3.     Type: ENDERMAN
  4.     Display: '&DFrienderman'
  5.     Health: 60
  6.     Damage: 10
  7.     Faction: Allies
  8.     AIGoalSelectors:
  9.        - 0 clear
  10.         - 1 opendoors
  11.         - 2 meleeattack
  12.     AITargetSelectors:
  13.        - 0 clear
  14.         - 1 hurtbytarget
  15.         - 2 otherfactionmonsters
  16.     Skills:
  17.        - potion{type=REGENERATION; duration = 1200; level = 2; cooldown = 75} @NearestPlayer{r=50} ~onAttack
  18.     Options:
  19.         PreventTeleport: true
  20.         PreventMobKillDrops: true
  21.         FollowRange: 50
  22.  
  23. #Causes a powerful poision explosion to nearby players when it dies        
  24. CursedZombie:
  25.     Type: ZOMBIE
  26.     Display: '&CCursed Zombie'
  27.     Health: 20
  28.     Damage: 10
  29.     Faction: Enemies
  30.     AIGoalSelectors:
  31.        - 0 clear
  32.         - 1 meleeattack
  33.     AITargetSelectors:
  34.        - 0 clear
  35.         - 1 hurtbytarget
  36.         - 2 players
  37.         - 3 otherfactionmonsters
  38.     Skills:
  39.        - potion{type=POISON; duration = 600; level = 1} @PlayersInRadius{r=10} ~onDeath
  40.     Options:
  41.         PreventMobKillDrops: true
  42.         FollowRange: 50
  43.         MovementSpeed: .23
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement