我的世界Boss技能制作

副本boss模板
[兩個積分板,聊天欄輸入即可]
/scoreboard objectives add 特效 dummy
/scoreboard objectives add 技能 dummy
—————劃分線——————
[第一條循環(huán) 其它全部連鎖 無條件 0延遲]
[召喚特效部分]?
execute @e[type=item,name="海洋之心",x=●,y=●,z=●,r=3] ~ ~ ~ tag @s add 召喚
tp @e[type=item,name="海洋之心",x=●,y=●,z=●,r=3,tag=召喚] 坐標(biāo)?
execute @e[type=item,name="海洋之心",tag=召喚] ~~50~ summon armor_stand 召喚 ~~~
kill @e[type=item,name="海洋之心",tag=召喚]
scoreboard players add @e[type=armor_stand,name=召喚] 特效 1
execute @e[type=armor_stand,name=召喚,scores={特效=1..}] ~~~ tp @s ~~0.01~~12
execute @e[type=armor_stand,name=召喚,scores={特效=1..}] ~~-50~ particle minecraft:falling_dust_top_snow_particle ^^^1
execute @e[type=armor_stand,name=召喚,scores={特效=1..}] ~~-50~ particle minecraft:falling_dust_top_snow_particle ^^^-1
execute @e[type=armor_stand,name=召喚,scores={特效=500..}] ~~-50~ particle minecraft:knockback_roar_particle ~~~
execute @e[type=armor_stand,name=召喚,scores={特效=599}] ~~~ summon minecraft:wither "§l§o §b<§f------------------------§e《§c地獄騎士§e》§f------------------------§b>§f
§a╢§f護甲:§7/§d8§a╟ §a╢§f等級:§7/§d2§a╟§f §a╢§f血條:§7/§d1§a╟§b§f" 坐標(biāo)?
execute @e[type=minecraft:wither,name="§l§o §b<§f------------------------§e《§c地獄騎士§e》§f------------------------§b>§f
§a╢§f護甲:§7/§d8§a╟ §a╢§f等級:§7/§d2§a╟§f §a╢§f血條:§7/§d1§a╟§b§f"] ~~~ tag @s add 副本a
execute @e[type=armor_stand,name=召喚,scores={特效=599}] ~~-50~ summon minecraft:zombie "§a§r" ~ ~ ~
kill @e[type=armor_stand,name=召喚,scores={特效=600..}]
[怪物裝備與血量匹配]?
execute @e[hasitem={item=netherite_helmet,quantity=0,location=slot.armor.head},type=minecraft:zombie,name="§a§r"] ~~~ damage @e[type=minecraft:wither,tag=副本a,tag=副本a] 1 entity_attack
execute @e[hasitem={item=netherite_chestplate,quantity=0,location=slot.armor.chest},type=minecraft:zombie,name="§a§r",tag=副本a] ~~~ damage @e[type=minecraft:wither,tag=副本a] 2 entity_attack
execute @e[hasitem={item=netherite_leggings,quantity=0,location=slot.armor.legs},type=minecraft:zombie,name="§a§r",tag=副本a] ~~~ damage @e[type=minecraft:wither,tag=副本a] 3 entity_attack
execute @e[hasitem={item=netherite_boots,quantity=0,location=slot.armor.feet},type=minecraft:zombie,name="§a§r",tag=副本a] ~~~ damage @e[type=minecraft:wither,tag=副本a] 4 entity_attack
execute @e[type=minecraft:zombie,name="§a§r"] ~~~ replaceitem entity @s slot.armor.head 0 destroy netherite_helmet 1 403
execute @e[type=minecraft:zombie,name="§a§r"] ~~~ replaceitem entity @s slot.armor.chest 0 destroy netherite_chestplate 1 589
execute @e[type=minecraft:zombie,name="§a§r"] ~~~ replaceitem entity @s slot.armor.legs 0 destroy netherite_leggings 1 553
execute @e[type=minecraft:zombie,name="§a§r"] ~~~ replaceitem entity @s slot.armor.feet 0 destroy netherite_boots 1 480
execute @e[type=minecraft:zombie,name="§a§r"] ~~~ replaceitem entity @s slot.weapon.mainhand 0 keep netherite_sword 1 0
tag @e[type=minecraft:zombie,name="§a§r",tag=!副本a] add 副本a
[boss Buff部分]?
execute @e[type=minecraft:zombie,name="§a§r"] ~~~ effect @s resistance 2 55 true
execute @e[type=minecraft:zombie,name="§a§r"] ~~~ effect @s speed 2 3 true
execute @e[type=minecraft:zombie,name="§a§r"] ~~~ effect @s strength 2 3 true
[boss技能部分,雷雨暴破陣]?
execute @e[type=minecraft:zombie,name="§a§r"] ~~~ scoreboard players add @s 技能 1
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=600}] ~~~ title @a title §l§o§c《§d雷雨暴破陣§c》
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=600}] ~~~ title @a subtitle §l§o§bboss§d技能 §c注意躲避
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=600}] ~~50~ summon armor_stand "雷雨暴破陣" ~ ~ ~
@e[type=minecraft:zombie,name="§a§r",scores={技能=600}] ~~~ playsound mob.wither.ambient
scoreboard players add @e[type=armor_stand,name="雷雨暴破陣"] 技能 1
execute @e[type=armor_stand,name="雷雨暴破陣",scores={技能=1..}] ~~~ tp @s ~~~~15
execute @e[type=armor_stand,name="雷雨暴破陣",scores={技能=1..}] ^^^7 summon armor_stand "Grumm" ~ ~ ~
execute @e[type=armor_stand,name="雷雨暴破陣",scores={技能=1..}] ^^^-7 summon armor_stand "Grumm" ~ ~ ~
execute @e[type=armor_stand,name="Grumm"] ~~~ effect @s invisibility 1 0 true
execute @e[type=armor_stand,name="Grumm"] ~~~ replaceitem entity @s slot.weapon.mainhand 0 keep tnt 1 0
execute @e[type=armor_stand,name="Grumm",tag=地] ~ ~ ~ tag @s remove 地
execute @e[type=armor_stand,name="Grumm"] ~ ~ ~ detect ~ ~-0.5 ~ air 0 tag @s add 地
execute @e[type=armor_stand,name="Grumm",tag=地] ~ ~ ~ particle minecraft:basic_flame_particle ~~~
execute @e[type=armor_stand,name="Grumm",tag=地] ~ ~ ~ particle minecraft:soul_particle
kill @e[name=炸藥]
execute @e[type=armor_stand,name="Grumm",tag=!地] ~ ~ ~ particle minecraft:huge_explosion_lab_misc_emitter ~~~
execute @e[type=armor_stand,name="Grumm",tag=!地] ~ ~ ~ playsound random.explode @a ~ ~ ~
execute @e[type=armor_stand,name="Grumm",tag=!地] ~~~ damage @e[r=4,type=!item,name=!"§a§r"] 25 entity_explosion
execute @e[type=armor_stand,name="Grumm",tag=!地] ~~~ kill @s
execute @e[type=armor_stand,name="雷雨暴破陣",scores={技能=12..}] ~~~ kill @s
[boss技能部分,影分身]?
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=1200..1203}] ~~~ summon minecraft:zombie "§b§r" ~ ~ ~
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=1200}] ~~~ title @a title §l§o§c《§d影分身之術(shù)§c》
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=1200}] ~~~ title @a subtitle §l§o§bboss§d技能 §c主意分身
execute @e[type=minecraft:zombie,name="§b§r"] ~~~ replaceitem entity @s slot.armor.head 0 destroy netherite_helmet 1 403
execute @e[type=minecraft:zombie,name="§b§r"] ~~~ replaceitem entity @s slot.armor.chest 0 destroy netherite_chestplate 1 589
execute @e[type=minecraft:zombie,name="§b§r"] ~~~ replaceitem entity @s slot.armor.legs 0 destroy netherite_leggings 1 553
execute @e[type=minecraft:zombie,name="§b§r"] ~~~ replaceitem entity @s slot.armor.feet 0 destroy netherite_boots 1 480
execute @e[type=minecraft:zombie,name="§b§r"] ~~~ replaceitem entity @s slot.weapon.mainhand 0 keep netherite_sword 1 0
execute @e[type=minecraft:zombie,name="§b§r"] ~~~ scoreboard players add @s 技能 1
execute @e[type=minecraft:zombie,name="§b§r",scores={技能=3000..}] ~~~ tp @s ~~-350~
[分身 Buff部分]?
execute @e[type=minecraft:zombie,name="§b§r"] ~~~ effect @s speed 2 3 true
execute @e[type=minecraft:zombie,name="§b§r"] ~~~ effect @s strength 2 3 true
[boss技能部分,火遁]?
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=1800}] ~~~ title @a title §l§o§c《§d火遁火球術(shù)§c》
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=1800}] ~~~ title @a subtitle §l§o§bboss§d技能 §c目標(biāo)追蹤
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=1800..1810}] ~~~ summon bat "§a§r" ~ ~ ~
execute @e[type=bat,name="§a§r"] ~~~ scoreboard players add @s 技能 1
execute @e[type=bat,name="§a§r"] ~~~ effect @s invisibility 2 0 true
execute @e[type=bat,name="§a§r"] ~~~ particle minecraft:mobflame_single
execute @e[type=bat,name="§a§r",scores={技能=60..}] ~~~ tp @s ~~~ facing @p
execute @e[type=bat,name="§a§r",scores={技能=60..}] ~~~ tp @s ^^^0.1
execute @e[type=bat,name="§a§r"] ~~~ damage @e[type=!bat,type=!minecraft:zombie,name=!"§a§r",name=!"§b§r",r=1.5] 8 entity_attack
execute @a ~~~ kill @e[type=bat,name="§a§r",r=1.5]
execute @e[type=bat,name="§a§r",scores={技能=200..}] ~~~ kill @s
[boss技能部分,雷電千鳥]?
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=2400}] ~~~ title @a title §l§o§c《§d雷電千鳥§c》
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=2400}] ~~~ title @a subtitle §l§o§bboss§d技能 §c隨機目標(biāo)
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=2400}] ~~~ execute @r[r=50] ~~~ summon minecraft:lightning_bolt ~~~
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=2415}] ~~~ execute @r[r=50] ~~~ summon minecraft:lightning_bolt ~~~
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=2430}] ~~~ execute @r[r=50] ~~~ summon minecraft:lightning_bolt ~~~
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=2445}] ~~~ execute @r[r=50] ~~~ summon minecraft:lightning_bolt ~~~
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=2460}] ~~~ execute @r[r=50] ~~~ summon minecraft:lightning_bolt ~~~
[boss技能部分,橫掃千軍]?
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=2940}] ~~~ title @a title §l§o§c《§d橫掃千軍§c》
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=2940}] ~~~ title @a subtitle §l§o§bboss§d技能 §c范圍橫掃攻擊
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=3000}] ~~~ structure load 橫掃千軍 ~~~
execute @e[type=armor_stand,name="橫掃千軍"] ~~~ scoreboard players add @s 技能 1
execute @e[type=armor_stand,name="橫掃千軍"] ~~~ effect @s invisibility 1 0 true
execute @e[type=armor_stand,name="橫掃千軍",scores={技能=1}] ~~~ tp @s @e[type=minecraft:zombie,name="§a§r",c=1]
execute @e[type=armor_stand,name="橫掃千軍"] ~~~ tp @s ~~~~-4
playanimation @e[name=橫掃千軍] animation.ghast.scale default 1000000
execute @e[type=armor_stand,name="橫掃千軍"] ^-2.5^1.5^2.6 particle minecraft:mobflame_single
execute @e[type=armor_stand,name="橫掃千軍"] ^-3.1^1.5^2.8 particle minecraft:mobflame_single
execute @e[type=armor_stand,name="橫掃千軍"] ^-3.7^1.5^3 particle minecraft:mobflame_single
execute @e[type=armor_stand,name="橫掃千軍"] ^-4.3^1.5^3.2 particle minecraft:mobflame_single
execute @e[type=armor_stand,name="橫掃千軍"] ^-4.9^1.5^3.4 particle minecraft:mobflame_single
execute @e[type=armor_stand,name="橫掃千軍"] ^-5.6^1.5^3.6 particle minecraft:mobflame_single
execute @e[type=armor_stand,name="橫掃千軍"] ~~0.5~ damage @e[type=!armor_stand,name=!"橫掃千軍",type=!minecraft:zombie,name=!"§a§r",r=2] 15 entity_attack
execute @e[type=armor_stand,name="橫掃千軍"] ^-2.5^0.5^2.6 damage @e[type=!armor_stand,name=!"橫掃千軍",type=!minecraft:zombie,name=!"§a§r",r=1] 15 entity_attack
execute @e[type=armor_stand,name="橫掃千軍"] ^-3.1^0.5^2.8 damage @e[type=!armor_stand,name=!"橫掃千軍",type=!minecraft:zombie,name=!"§a§r",r=1] 15 entity_attack
execute @e[type=armor_stand,name="橫掃千軍"] ^-3.7^0.5^3 damage @e[type=!armor_stand,name=!"橫掃千軍",type=!minecraft:zombie,name=!"§a§r",r=1] 15 entity_attack
execute @e[type=armor_stand,name="橫掃千軍"] ^-4.3^0.5^3.2 damage @e[type=!armor_stand,name=!"橫掃千軍",type=!minecraft:zombie,name=!"§a§r",r=1] 15 entity_attack
execute @e[type=armor_stand,name="橫掃千軍"] ^-4.9^0.5^3.4 damage @e[type=!armor_stand,name=!"橫掃千軍",type=!minecraft:zombie,name=!"§a§r",r=1] 15 entity_attack
execute @e[type=armor_stand,name="橫掃千軍"] ^-5.6^0.5^3.6 damage @e[type=!armor_stand,name=!"橫掃千軍",type=!minecraft:zombie,name=!"§a§r",r=1] 15 entity_attack
execute @e[type=minecraft:zombie,name="§a§r",scores={技能=3000}] ~~~ scoreboard players set @s 技能 0
execute @e[type=armor_stand,name="橫掃千軍",scores={技能=182..}] ~~~ tp @s ~~-350~
execute @e[type=minecraft:zombie,name="§a§r"] ~~~ tag @s remove 死亡
execute @e[type=minecraft:wither,tag=副本a] ~~~ tag @e[type=minecraft:zombie,name="§a§r"] add 死亡
execute @e[type=minecraft:zombie,name="§a§r",tag=死亡] ~~~ fog @a[r=50] push minecraft:fog_crimson_forest a
execute @e[type=minecraft:zombie,name="§a§r",tag=!死亡] ~~~ fog @a remove a
execute @e[type=minecraft:zombie,name="§a§r",tag=!死亡] ~~~ kill @s