Additional scriptable property on thang-died events.

This commit is contained in:
Nick Winter 2014-11-19 15:13:45 -08:00
parent 07a09e34d8
commit c82d1d0f36

View file

@ -9,6 +9,7 @@ module.exports =
thang: {type: 'object'}
killer: {type: 'object'}
killerHealth: {type: ['number', 'undefined']}
maxHealth: {type: 'number'}
'world:thang-touched-goal': c.object {required: ['actor', 'touched']},
replacedNoteChain: {type: 'array'}