Files
heros_web/docs/equipment-icon-armor-pass.md

32 lines
1.4 KiB
Markdown

# Armor Equipment Icon Pass
Generated after the armor icon rework in `src/game/scenes/BootScene.ts`.
## Scope
- `oath-robe`
- `reinforced-lamellar`
- `cloth-armor`
- `lamellar-armor`
- `rebel-vest`
## Before and After
| item id | previous helper | current helper | previous primitives | current primitives | audit concerns |
| --- | --- | --- | ---: | ---: | --- |
| `oath-robe` | `drawRobeIcon` | `drawOathRobeIcon` | 7 | 25 | none |
| `reinforced-lamellar` | `drawArmorIcon` | `drawReinforcedLamellarIcon` | 12 | 24 | none |
| `cloth-armor` | `drawRobeIcon` | `drawClothArmorIcon` | 7 | 24 | none |
| `lamellar-armor` | `drawArmorIcon` | `drawLamellarArmorIcon` | 12 | 23 | none |
| `rebel-vest` | `drawVestIcon` | `drawRebelVestIcon` | 4 | 24 | none |
## Browser QA
![Sortie prep armor icon QA](./equipment-icon-armor-sortie-prep.png)
- URL checked: `http://127.0.0.1:4198/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 armor 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: accessory charms and tokens.