From 937be36583cb64af1d44fa99de0e0742d5450839 Mon Sep 17 00:00:00 2001 From: zennie Date: Fri, 12 Jun 2026 03:56:58 +0100 Subject: [PATCH] . --- .../plugins/MythicMobs/Undying.yml | 58 ------------------- 1 file changed, 58 deletions(-) delete mode 100644 ansible/files/zorweth-config/plugins/MythicMobs/Undying.yml diff --git a/ansible/files/zorweth-config/plugins/MythicMobs/Undying.yml b/ansible/files/zorweth-config/plugins/MythicMobs/Undying.yml deleted file mode 100644 index 2e0477208..000000000 --- a/ansible/files/zorweth-config/plugins/MythicMobs/Undying.yml +++ /dev/null @@ -1,58 +0,0 @@ -The_Undying: - Type: WITHER_SKELETON - Display: '&5&lThe Undying' - Health: 100 - Damage: 15 - Drops: - - light_weighted_pressure_plate{name="&gTotem Shard"} 1 0.05 - - gold_nugget{name="&gTotem Fragment"} 3-5 - Skills: - - setvariable{var=caster.minions;type=INTEGER;val=0} @self ~onSpawn - - skill{s=UndyingFear} @PlayersInRadius{r=25} 0.3 - - skill{s=UndyingMinionSwarm} @self 0.1 - - skill{s=UndyingGrip} @self ~onTimer:150 0.4 - - skill{s=UndyingJump} @target 0.2 - - damage{amount=25} @trigger ~onBowHit - - ignite{ticks=20} @trigger ~onBowHit - BossBar: - Enabled: false - Title: '&5&lThe Undying' - Range: 25 - Color: DARK_PURPLE - Style: SOLID - Options: - AlwaysShowName: true - MaxCombatDistance: 25 - PreventOtherDrops: true - KnockbackResistance: 0.5 - Despawn: NEVER - DigOutOfGround: true - DamageModifiers: - - PROJECTILE 1.2 - - ENTITY_ATTACK 0.8 - - ENTITY_EXPLOSION 0 - - BLOCK_EXPLOSION 0 - KillMessages: - - &4eviscerated - - -UndyingMinion: - Type: WITHER_SKELETON - Health: 25 - Drops: - - gold_nugget{name="&gTotem Fragment"} 0-2 0.5 - - coal 0-3 - Skills: - - skill{s=UndyingMinionAttack} @target 0.2 - - damage{amount=16} @trigger ~onBowHit - - ignite{ticks=20} @trigger ~onBowHit - Options: - MaxCombatDistance: 25 - PreventOtherDrops: true - Despawn: NEVER - DigOutOfGround: true - DamageModifiers: - - FIRE 0 - - LAVA 0 - - FIRE_TICK 0 - - PROJECTILE 0.5