Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3917/entity/damage \ --header 'Content-Type: application/json' \ --data ' { "amount": 25, "entity_id": 1 } '
{ "ok": true, "message": "<string>" }
apply damage to an entity
Target entity id and damage amount.
The body is of type any.
any
Damage event queued for the entity.