Added on_kill for melee_attack

This commit is contained in:
DaanV2
2021-06-03 16:05:10 +02:00
parent 35d59872c4
commit f95b0a9251

View File

@@ -41,6 +41,7 @@
"description": "If true, this goal will only trigger if the mob can reach its target.",
"title": "Require Complete Path"
},
"on_attack": { "$ref": "../types/event.json", "title": "On Attack", "description": "UNDOCUMENTATED" }
"on_attack": { "$ref": "../types/event.json", "title": "On Attack", "description": "UNDOCUMENTATED" },
"on_kill": { "$ref": "../types/event.json", "title": "On Attack", "description": "UNDOCUMENTATED" }
}
}