This is probably a weird question
but i'm making a Slime that will summon 3 more Slimes with a different name
OnDeath trigger wont work
but i'm making a Slime that will summon 3 more Slimes with a different name
Code:
GT3: Type: SLIME Display: '&eVeoblax' Health: 45 Damage: 6 Drops: Options: PreventSlimeSplit: true AlwaysShowName: true PreventOtherDrops: true MovementSpeed: 0.3 Size: 3 Skills: - summon{type=GT2;amount=3} @Trigger ~onDeath - skill{s=VSplit1} @Trigger ~onDeath
Code:
VSplit1: Cooldown: 1 Skills: - summon{type=GT2;amount=3}...