It is the animation.boat_geometry.damage
The animation is referenced in my entity file :
"animations": {
"setup": "animation.boat_geometry.setup",
"move": "animation.boat_geometry.move",
"damage":"animation.boat_geometry.damage"
},
"scripts": {
"animate": [
"setup",
"damage",
{
"move": "query.is_moving"
}
]
}```
It does not trigger with `/playanimation`