d2r_save_scan
Validate Diablo II Resurrected save files by scanning with d2rdoctor. Returns checksum status, item counts, and error reports to prevent deploying corrupted saves.
Instructions
Run d2rdoctor scanner on a .d2s save file.
Returns a structured result with checksum/size status, item counts, and any scanner errors or warnings. status == "error" iff errors is non-empty. Deployment-blocker rule: never deploy a save that this tool flags as error (see CLAUDE.md Rule #17).
Args: path: Absolute path to .d2s file, or bare character name (resolved against Steam saves dir).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |