#---------------------------------------------------------------------------# # Made by: ButterflyBullets # #---------------------------------------------------------------------------# #---------------------------------------------------------------------------# # {Healing Golem MOB} # #---------------------------------------------------------------------------# HealingGolem: Type: IRON_GOLEM Display: '&aHealing Golem Lvl - ' Health: 200 Damage: 20 Faction: Guard Skills: - skill{s=HealOwner} @Owner ~onAttack Equipment: - Rose OFFHAND Options: AlwaysShowName: true MovementSpeed: 0.6 MaxCombatDistance: 20 PreventOtherDrops: true Despawn: false Drops: - HealingGolemDrops AIGoalSelectors: - 0 clear - 1 lookaround - 2 randomstroll - 3 lookatplayer - 4 meleeattack AITargetSelectors: - 0 clear - 1 hurtbytarget - 2 otherfactionmonsters LevelModifiers: - Health: 20 - Damage: 5 KillMessages: - ' smashed to oblivion by a ' #---------------------------------------------------------------------------# # {Healing Golem SKILLS} # #---------------------------------------------------------------------------# HealOwner: Conditions: - targetwithin 10 Skills: - heal{amount=4} @self 0.25 - potion{type=STRENGTH;duration=3;level=2} - effect:flames @self #---------------------------------------------------------------------------# # {Healing Golem ITEMS} # #---------------------------------------------------------------------------# Rose: id: POPPY Data: 0 Amount: 1 Display: 'Lovely Rose' Lore: - 'Smells like heaven' Enchantments: - MENDING:1 Hide: - ENCHANTS #---------------------------------------------------------------------------# # {Healing Golem DROPS} # #---------------------------------------------------------------------------# HealingGolemDrops: Conditions: - playerwithin 10 Drops: - HealingGolemItemDrops 1 - experience 25 HealingGolemItemDrops: MinItems: 1 MaxItems: 2 Drops: - IRON_INGOT 1-16 1 - Rose 1 0.5