{ type = "parallel" children = [ // add enemies damaging us to the global list of threats { type = "decorator_sensor" entity_type_filter = "DAMAGE" output = "Damage" child = { type = "decorator_set_reaction_time" input = "Damage" child = { type = "decorator_memory" input = "Damage" output_domain = "AllBots" output = "Threats" } } }, ] }