update_entity
Modify existing RPG Maker MZ database records by specifying an entity type, ID, and the fields to change. Update only the attributes you provide; other values stay intact.
Instructions
Update an existing entity. Only provided fields will be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID to update | |
| data | Yes | Fields to update (JSON object) | |
| entityType | Yes | Entity type |