--- id: 6e05e5f7-8418-4240-9643-b83a77505715 type: solution title: "ActorSheetV2 editImage action override" tags: [vagabond-rpg, foundry-vtt, applicationv2, pattern] importance: 0.7 confidence: 0.8 created: "2025-12-22T21:01:39.043688+00:00" updated: "2025-12-22T21:01:39.043688+00:00" --- When overriding DEFAULT_OPTIONS.actions in ActorSheetV2, the parent's built-in actions (like editImage) are lost. Must implement custom #onEditImage handler using FilePicker API: new FilePicker({type:'image', current, callback: path => this.document.update({[field]: path})}).render(true)