OtherDrops

226k Downloads

tool: ONDAMAGE_ & effect: KILL_VICTIM

Zarius opened this issue ยท 1 comments

commented

CREATURE_ZOMBIE:
- tool: ONDAMAGE_LIGHTNING
drop: CREATURE_SKELETON
quantity: 3
effect: [KILL_VICTIM, EXPLODE]

ONDAMAGE will take effect when creature gets hurt in someway, effect: KILL_VICTIM will instantly kill the entity

commented

ondamage_lightning has been implemented via action: HIT, tool: LIGHTNING.

KILL_VICTIM implemented via damage.victim: 10000 # pretty much guaranteed to kill 99% of players :)