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

1.4 KiB

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

Sortie prep accessory icon QA

  • URL checked: http://127.0.0.1:4200/heros_web/?debug&debugSortiePrep&renderer=canvas
  • Result: sortie prep opened on a desktop 1280x720 canvas and rendered the generated accessory textures in roster, slot, and detail surfaces.
  • Browser console warnings/errors: none observed.
  • Follow-up target from the updated audit: remaining low-detail equipment icons.