请以火影忍者佩恩做一个mythicmobs插件的怪物要有很多技能和粒子特效
以下是一个基于火影忍者中佩恩角色的mythicmobs插件怪物:
Name: Pein Display: '&c佩恩' Health: 500 Damage: 20 Armor: 10 Skills:
-
skill: 'summon{type=ZOMBIE,amount=10,cooldown=20s,target=player}' trigger: 'random'
-
skill: 'fireball{power=2,cooldown=15s,target=player}' trigger: 'random'
-
skill: 'stun{duration=5s,cooldown=30s,target=player}' trigger: 'random'
-
skill: 'lightning{power=2,cooldown=20s,target=player}' trigger: 'random'
-
skill: 'heal{amount=50%,cooldown=60s,target=self}' trigger: 'health_below{amount=50}'
-
skill: 'explode{power=2,cooldown=10s,target=player}' trigger: 'health_below{amount=20}'
-
skill: 'teleport{range=20,cooldown=30s,target=player}' trigger: 'random'
-
skill: 'summon{type=SKELETON_HORSE,amount=1,cooldown=60s,target=player}' trigger: 'random'
-
skill: 'summon{type=IRON_GOLEM,amount=1,cooldown=60s,target=player}' trigger: 'random'
-
skill: 'summon{type=WITCH,amount=1,cooldown=60s,target=player}' trigger: 'random'
-
skill: 'summon{type=BLAZE,amount=1,cooldown=60s,target=player}' trigger: 'random'
-
skill: 'summon{type=GHAST,amount=1,cooldown=60s,target=player}' trigger: 'random'
-
skill: 'summon{type=GUARDIAN,amount=1,cooldown=60s,target=player}' trigger: 'random'
-
skill: 'summon{type=ELDER_GUARDIAN,amount=1,cooldown=60s,target=player}' trigger: 'random'
ParticleEffects: skill: summon: 'witchMagic' fireball: 'explosion' stun: 'smoke' lightning: 'lightning' heal: 'happyVillager' explode: 'explosionHuge' teleport: 'portal' default: 'witchMagic'
这个怪物具有多种技能,包括召唤僵尸、火球术、眩晕、闪电术、治疗、爆炸、传送以及召唤多种其他怪物。每个技能都有自己的粒子特效,包括魔法、爆炸、烟雾、闪电、愉快的村民等等。这个怪物的血量、伤害和防御力都比较高,因此需要一支实力强大的队伍来击败它。
原文地址: https://www.cveoy.top/t/topic/bumL 著作权归作者所有。请勿转载和采集!