36 lines
1.7 KiB
Markdown
36 lines
1.7 KiB
Markdown
# Accessory Equipment Icon Pass
|
|
|
|
Generated after the accessory icon rework in `src/game/scenes/BootScene.ts`.
|
|
|
|
## Scope
|
|
|
|
- `peach-charm`
|
|
- `war-manual`
|
|
- `mountain-guide-scroll`
|
|
- `bravery-token`
|
|
- `grain-pouch`
|
|
- `yellow-scarf-charm`
|
|
- `wind-quiver`
|
|
|
|
## Before and After
|
|
|
|
| item id | previous helper | current helper | previous primitives | current primitives | audit concerns |
|
|
| --- | --- | --- | ---: | ---: | --- |
|
|
| `bravery-token` | `drawTokenIcon` | `drawBraveryTokenIcon` | 4 | 19 | none |
|
|
| `mountain-guide-scroll` | `drawMapScrollIcon` | `drawMountainGuideScrollIcon` | 13 | 23 | none |
|
|
| `peach-charm` | `drawCharmIcon` | `drawPeachCharmIcon` | 4 | 22 | none |
|
|
| `war-manual` | `drawBookIcon` | `drawWarManualIcon` | 7 | 20 | none |
|
|
| `wind-quiver` | `drawQuiverIcon` | `drawWindQuiverIcon` | 8 | 24 | none |
|
|
| `grain-pouch` | `drawPouchIcon` | `drawGrainPouchIcon` | 7 | 22 | none |
|
|
| `yellow-scarf-charm` | `drawCharmIcon` | `drawYellowScarfCharmIcon` | 4 | 25 | none |
|
|
|
|
## Browser QA
|
|
|
|

|
|
|
|
- URL checked: `http://127.0.0.1:4200/heros_web/?debug&debugSortiePrep&renderer=canvas`
|
|
- Historical capture result: the PNG above preserves the original desktop 1280x720 session and has not been relabeled or upscaled.
|
|
- Current-standard revalidation (2026-07-17): sortie prep passed at an explicit 1920x1080 CSS viewport, 100% browser zoom, and DPR 1, with the generated accessory textures visible in the roster, slot, and detail surfaces.
|
|
- Browser console warnings/errors: none observed during the historical capture or current-standard revalidation.
|
|
- Follow-up target from the updated audit: remaining low-detail equipment icons.
|