mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
.
This commit is contained in:
@@ -1,49 +0,0 @@
|
|||||||
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
|
|
||||||
Reference in New Issue
Block a user