diff --git a/ansible/files/zorweth-config/plugins/MythicMobs/skills/UndyingSkills.yml b/ansible/files/zorweth-config/plugins/MythicMobs/skills/UndyingSkills.yml new file mode 100644 index 000000000..9758de8b3 --- /dev/null +++ b/ansible/files/zorweth-config/plugins/MythicMobs/skills/UndyingSkills.yml @@ -0,0 +1,49 @@ +UndyingGrip: + Cooldown: 30 + Conditions: + - targetwithin{d=25} + Skills: + - forcepull{spread=2} @PlayersInRadius{r=20} + - delay 20 + - explosion{yield=4} @Self + - effect:sound{s=block.sculk_shrieker.shriek;volume=1.0;pitch=0.4} +UndyingFear: + Cooldown: 12 + Conditions: + - day false + Skills: + - shootskull{y=1;v=1} @target + - delay 20 + - shootskull{y=1;v=1} @target + - delay 20 + - shootskull{y=1;v=1} @target +UndyingJump: + Cooldown: 30 + Conditions: + - targetwithin{d=25} + - targetinlineofsight true + Skills: + - leap{velocity=200} @target + - delay 20 + - jump{velocity=-100} + - effect:explosion @self + - damage{amount=20} @EntitiesInRadius{r=5} +UndyingMinionSwarm: + Cooldown: 30 + Conditions: + - variableinrange{var=caster.minions;value=<10} + Skills: + - variableadd{var=caster.minions;amount=3} + - summon{mob=UndyingMinion;amount=1;noise=5} @Self + - delay 20 + - summon{mob=UndyingMinion;amount=1;noise=5} @Self + - delay 20 + - summon{mob=UndyingMinion;amount=1;noise=5} @Self +UndyingMinionAttack: + Cooldown: 12 + Conditions: + - targetwithin{d=25} + Skills: + - damage{amount=8;ignorearmor=true} @target + - ignite{ticks=100} @target + - potion{type=WITHER;duration=30;level=2} @target