From d493a9e0721717f99fd0b922d5ea55d7101b050e Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Wed, 13 Jul 2022 21:22:09 +0100 Subject: [PATCH] Update melee_attack.json #47 --- source/behavior/entities/format/behaviors/melee_attack.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/behavior/entities/format/behaviors/melee_attack.json b/source/behavior/entities/format/behaviors/melee_attack.json index d30bc60c..a9b5a68c 100644 --- a/source/behavior/entities/format/behaviors/melee_attack.json +++ b/source/behavior/entities/format/behaviors/melee_attack.json @@ -65,6 +65,11 @@ "$ref": "../types/trigger.json", "description": "Defines the event to trigger when this entity successfully attacks." }, + "on_kill": { + "title": "On Kill", + "$ref": "../types/trigger.json", + "description": "Defines the event to trigger when this entity successfully kills." + }, "outer_boundary_time_increase": { "title": "Outer Boundary Time Increase", "type": "number",