update_enemy
Adjust an existing enemy's parameters including name, HP, attack, experience, gold, and battler image.
Instructions
Update an existing enemy's properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Enemy ID to update | |
| name | No | ||
| maxHp | No | ||
| atk | No | ||
| exp | No | ||
| gold | No | ||
| battlerName | No |