diff --git a/docs/handpaint-batch3-wei-strategist-blue-source-v1.png b/docs/handpaint-batch3-wei-strategist-blue-source-v1.png new file mode 100644 index 0000000..a4cec45 Binary files /dev/null and b/docs/handpaint-batch3-wei-strategist-blue-source-v1.png differ diff --git a/docs/handpaint-batch3-wei-strategist-blue-v3-animation.gif b/docs/handpaint-batch3-wei-strategist-blue-v3-animation.gif new file mode 100644 index 0000000..093e4d2 Binary files /dev/null and b/docs/handpaint-batch3-wei-strategist-blue-v3-animation.gif differ diff --git a/docs/handpaint-batch3-wei-strategist-blue-v3-battle-composite.png b/docs/handpaint-batch3-wei-strategist-blue-v3-battle-composite.png new file mode 100644 index 0000000..02cb2e3 Binary files /dev/null and b/docs/handpaint-batch3-wei-strategist-blue-v3-battle-composite.png differ diff --git a/docs/handpaint-batch3-wei-strategist-blue-v3-before-after.png b/docs/handpaint-batch3-wei-strategist-blue-v3-before-after.png new file mode 100644 index 0000000..9edd672 Binary files /dev/null and b/docs/handpaint-batch3-wei-strategist-blue-v3-before-after.png differ diff --git a/docs/handpaint-batch3-wei-strategist-blue-v3-contact.png b/docs/handpaint-batch3-wei-strategist-blue-v3-contact.png new file mode 100644 index 0000000..9adbe9b Binary files /dev/null and b/docs/handpaint-batch3-wei-strategist-blue-v3-contact.png differ diff --git a/docs/handpaint-batch3-wei-strategist-blue-v3-debug-preview-battle-check.png b/docs/handpaint-batch3-wei-strategist-blue-v3-debug-preview-battle-check.png new file mode 100644 index 0000000..f67acb6 Binary files /dev/null and b/docs/handpaint-batch3-wei-strategist-blue-v3-debug-preview-battle-check.png differ diff --git a/docs/handpaint-batch3-wei-strategist-blue-v3-report.md b/docs/handpaint-batch3-wei-strategist-blue-v3-report.md new file mode 100644 index 0000000..0389067 --- /dev/null +++ b/docs/handpaint-batch3-wei-strategist-blue-v3-report.md @@ -0,0 +1,24 @@ +# Wei Blue Strategist v3 sprite report + +- source: `handpaint-batch3-wei-strategist-blue-source-v1.png` +- base status: ok +- action status: ok +- base partial alpha: 0, opaque pixels: 2087788 +- action partial alpha: 0, opaque pixels: 4986681 +- base frame border hits: 0 +- action frame border hits: 0 +- base empty frames: 0 +- action empty frames: 0 +- base bbox width range: 165..210 +- base bbox height range: 288..288 +- base bottom range: 303..303 +- action bbox width range: 165..246 +- action bbox height range: 264..288 +- action bottom range: 303..303 +- contact: `handpaint-batch3-wei-strategist-blue-v3-contact.png` +- animation: `handpaint-batch3-wei-strategist-blue-v3-animation.gif` +- before/after: `handpaint-batch3-wei-strategist-blue-v3-before-after.png` +- scale compare: `handpaint-batch3-wei-strategist-blue-v3-scale-compare.png` +- battle composite: `handpaint-batch3-wei-strategist-blue-v3-battle-composite.png` +- manual checks: run build and local browser verification after generation +- note: battle composite is a scale review image; gameplay roster is unchanged during sample approval diff --git a/docs/handpaint-batch3-wei-strategist-blue-v3-scale-compare.png b/docs/handpaint-batch3-wei-strategist-blue-v3-scale-compare.png new file mode 100644 index 0000000..dffe5a7 Binary files /dev/null and b/docs/handpaint-batch3-wei-strategist-blue-v3-scale-compare.png differ diff --git a/docs/unit-sprite-art-quality-gate.md b/docs/unit-sprite-art-quality-gate.md index c2c0097..39b8968 100644 --- a/docs/unit-sprite-art-quality-gate.md +++ b/docs/unit-sprite-art-quality-gate.md @@ -6,9 +6,9 @@ This gate catches obvious sprite-art failures before user approval. It does not - Manifest: `docs/unit-sprite-rework-manifest.json` - Audit: `docs/unit-sprite-rework-audit.json` -- Approved baseline units: 59 +- Approved baseline units: 60 - Pending approval units: 0 -- Queued rework units: 32 +- Queued rework units: 31 ## Checked Rules diff --git a/docs/unit-sprite-batch-queue.json b/docs/unit-sprite-batch-queue.json index 83412e3..ab31b15 100644 --- a/docs/unit-sprite-batch-queue.json +++ b/docs/unit-sprite-batch-queue.json @@ -56,6 +56,7 @@ "unit-wei-officer-iron", "unit-wei-strategist", "unit-wei-strategist-black", + "unit-wei-strategist-blue", "unit-wu-archer", "unit-wu-cavalry", "unit-wu-infantry", @@ -66,8 +67,8 @@ "pendingApproval": [], "nextAfterApproval": [], "stageCounts": { - "approved-baseline": 59, - "queued-rework": 32 + "approved-baseline": 60, + "queued-rework": 31 }, "batches": [ { @@ -441,24 +442,10 @@ "label": "Batch 3 Wei generic units", "total": 16, "stageCounts": { - "approved-baseline": 14, - "queued-rework": 2 + "approved-baseline": 15, + "queued-rework": 1 }, "units": [ - { - "stem": "unit-wei-strategist-blue", - "reviewStage": "queued-rework", - "queueRole": "queued rework", - "baseStatus": "border-hits=32", - "actionStatus": "border-hits=98", - "battleBasePx": [ - 38.8, - 39.3, - 44.7, - 44.9 - ], - "spec": null - }, { "stem": "unit-wei-yan", "reviewStage": "queued-rework", @@ -668,6 +655,20 @@ 46.0 ], "spec": null + }, + { + "stem": "unit-wei-strategist-blue", + "reviewStage": "approved-baseline", + "queueRole": "approved reference", + "baseStatus": "ok", + "actionStatus": "ok", + "battleBasePx": [ + 26.4, + 33.5, + 46.0, + 46.0 + ], + "spec": null } ] }, diff --git a/docs/unit-sprite-batch-queue.md b/docs/unit-sprite-batch-queue.md index c455b3a..a65d5da 100644 --- a/docs/unit-sprite-batch-queue.md +++ b/docs/unit-sprite-batch-queue.md @@ -6,9 +6,9 @@ Use this as the long-running queue for the full hand-painted sprite rework. It i ## Current State -- Approved baseline units: 59 +- Approved baseline units: 60 - Pending approval units: 0 -- Queued rework units: 32 +- Queued rework units: 31 - Manifest: `docs/unit-sprite-rework-manifest.json` - Audit: `docs/unit-sprite-rework-audit.json` @@ -73,11 +73,10 @@ No next unit is currently defined. - Batch key: `batch3-wei` - Total units: 16 -- Stage counts: approved-baseline 14, queued-rework 2 +- Stage counts: approved-baseline 15, queued-rework 1 | unit | role | stage | status | battle base px | spec | | --- | --- | --- | --- | --- | --- | -| `unit-wei-strategist-blue` | queued rework | queued-rework | base border-hits=32; actions border-hits=98 | 38.8..39.3 x 44.7..44.9 | | | `unit-wei-yan` | queued rework | queued-rework | base border-hits=32; actions border-hits=82 | 31.0..40.6 x 44.6..44.6 | | | `unit-wei-archer` | approved reference | approved-baseline | technical ok | 30.4..39.1 x 46.0..47.3 | | | `unit-wei-archer-crossbow` | approved reference | approved-baseline | technical ok | 29.7..36.7 x 46.0..46.3 | | @@ -93,6 +92,7 @@ No next unit is currently defined. | `unit-wei-officer-iron` | approved reference | approved-baseline | technical ok | 34.2..36.6 x 44.2..46.0 | | | `unit-wei-strategist` | approved reference | approved-baseline | technical ok | 25.6..37.2 x 46.3..46.3 | | | `unit-wei-strategist-black` | approved reference | approved-baseline | technical ok | 23.3..34.0 x 43.1..46.0 | | +| `unit-wei-strategist-blue` | approved reference | approved-baseline | technical ok | 26.4..33.5 x 46.0..46.0 | | ### Batch 4 Wu generic units diff --git a/docs/unit-sprite-current-approval-board.png b/docs/unit-sprite-current-approval-board.png index 1b7af5f..599ba68 100644 Binary files a/docs/unit-sprite-current-approval-board.png and b/docs/unit-sprite-current-approval-board.png differ diff --git a/docs/unit-sprite-next-steps.md b/docs/unit-sprite-next-steps.md index 48c6900..5c9e9b2 100644 --- a/docs/unit-sprite-next-steps.md +++ b/docs/unit-sprite-next-steps.md @@ -4,9 +4,9 @@ This file is generated by `scripts/write-unit-sprite-next-steps.py`. ## Current Gate -- Approved baseline units: 59 +- Approved baseline units: 60 - Pending approval units: 0 -- Queued rework units: 32 +- Queued rework units: 31 - Manifest: `docs/unit-sprite-rework-manifest.json` - Audit: `docs/unit-sprite-rework-audit.json` - Current approval board: not generated until the next pending sample. diff --git a/docs/unit-sprite-review-approved-and-pending.png b/docs/unit-sprite-review-approved-and-pending.png index c59f401..7ca7b49 100644 Binary files a/docs/unit-sprite-review-approved-and-pending.png and b/docs/unit-sprite-review-approved-and-pending.png differ diff --git a/docs/unit-sprite-review-batch3-wei.png b/docs/unit-sprite-review-batch3-wei.png index 610ce44..49bbbf9 100644 Binary files a/docs/unit-sprite-review-batch3-wei.png and b/docs/unit-sprite-review-batch3-wei.png differ diff --git a/docs/unit-sprite-review-index.png b/docs/unit-sprite-review-index.png index b9fd894..4d80a4e 100644 Binary files a/docs/unit-sprite-review-index.png and b/docs/unit-sprite-review-index.png differ diff --git a/docs/unit-sprite-rework-audit.json b/docs/unit-sprite-rework-audit.json index 1c4e50e..33885ee 100644 --- a/docs/unit-sprite-rework-audit.json +++ b/docs/unit-sprite-rework-audit.json @@ -11,8 +11,8 @@ "batch7-unique-officer": 19 }, "stage_counts": { - "approved-baseline": 59, - "queued-rework": 32 + "approved-baseline": 60, + "queued-rework": 31 }, "rows": [ { @@ -3893,7 +3893,7 @@ }, { "batch": "batch3-wei", - "review_stage": "queued-rework", + "review_stage": "approved-baseline", "stem": "unit-wei-strategist-blue", "base": { "key": "unit-wei-strategist-blue", @@ -3903,23 +3903,23 @@ 1252 ], "partial_alpha": 0, - "opaque_pixels": 1999925, - "border_hits": 32, - "min_width": 243, - "max_width": 246, - "min_height": 280, - "max_height": 281, - "min_bottom": 281, - "max_bottom": 287, + "opaque_pixels": 2087788, + "border_hits": 0, + "min_width": 165, + "max_width": 210, + "min_height": 288, + "max_height": 288, + "min_bottom": 303, + "max_bottom": 303, "empty_frames": 0, - "width_swing": 3, - "height_swing": 1, - "bottom_swing": 6, - "battle_min_width_px": 38.8, - "battle_max_width_px": 39.3, - "battle_min_height_px": 44.7, - "battle_max_height_px": 44.9, - "status": "border-hits=32" + "width_swing": 45, + "height_swing": 0, + "bottom_swing": 0, + "battle_min_width_px": 26.4, + "battle_max_width_px": 33.5, + "battle_min_height_px": 46.0, + "battle_max_height_px": 46.0, + "status": "ok" }, "actions": { "key": "unit-wei-strategist-blue-actions", @@ -3929,23 +3929,23 @@ 1252 ], "partial_alpha": 0, - "opaque_pixels": 4453376, - "border_hits": 98, - "min_width": 220, - "max_width": 255, - "min_height": 275, - "max_height": 281, - "min_bottom": 274, - "max_bottom": 289, + "opaque_pixels": 4986681, + "border_hits": 0, + "min_width": 165, + "max_width": 246, + "min_height": 264, + "max_height": 288, + "min_bottom": 303, + "max_bottom": 303, "empty_frames": 0, - "width_swing": 35, - "height_swing": 6, - "bottom_swing": 15, - "battle_min_width_px": 35.1, - "battle_max_width_px": 40.7, - "battle_min_height_px": 43.9, - "battle_max_height_px": 44.9, - "status": "border-hits=98" + "width_swing": 81, + "height_swing": 24, + "bottom_swing": 0, + "battle_min_width_px": 26.4, + "battle_max_width_px": 39.3, + "battle_min_height_px": 42.2, + "battle_max_height_px": 46.0, + "status": "ok" } }, { diff --git a/docs/unit-sprite-rework-audit.md b/docs/unit-sprite-rework-audit.md index d325f2f..178e384 100644 --- a/docs/unit-sprite-rework-audit.md +++ b/docs/unit-sprite-rework-audit.md @@ -29,8 +29,8 @@ Visual review boards are generated by `scripts/render-unit-sprite-review-boards. ## Review Stage Counts -- approved-baseline: 59 -- queued-rework: 32 +- approved-baseline: 60 +- queued-rework: 31 ## Batch Plan @@ -120,7 +120,7 @@ Visual review boards are generated by `scripts/render-unit-sprite-review-boards. | batch3-wei | approved-baseline | `unit-wei-officer-iron` | ok | ok | 214..229 x 277..288 | 201..258 x 230..288 | 34.2..36.6 x 44.2..46.0 | w15 h11 b0 | | batch3-wei | approved-baseline | `unit-wei-strategist` | ok | ok | 160..233 x 290..290 | 160..243 x 288..290 | 25.6..37.2 x 46.3..46.3 | w73 h0 b0 | | batch3-wei | approved-baseline | `unit-wei-strategist-black` | ok | ok | 146..213 x 270..288 | 146..240 x 249..288 | 23.3..34.0 x 43.1..46.0 | w67 h18 b0 | -| batch3-wei | queued-rework | `unit-wei-strategist-blue` | border-hits=32 | border-hits=98 | 243..246 x 280..281 | 220..255 x 275..281 | 38.8..39.3 x 44.7..44.9 | w3 h1 b6 | +| batch3-wei | approved-baseline | `unit-wei-strategist-blue` | ok | ok | 165..210 x 288..288 | 165..246 x 264..288 | 26.4..33.5 x 46.0..46.0 | w45 h0 b0 | | batch3-wei | queued-rework | `unit-wei-yan` | border-hits=32 | border-hits=82 | 194..254 x 279..279 | 194..263 x 275..279 | 31.0..40.6 x 44.6..44.6 | w60 h0 b6 | | batch4-wu | approved-baseline | `unit-wu-archer` | ok | ok | 177..215 x 288..288 | 178..242 x 288..288 | 28.3..34.3 x 46.0..46.0 | w38 h0 b0 | | batch4-wu | queued-rework | `unit-wu-archer-naval` | border-hits=64 | border-hits=140 | 245..246 x 279..279 | 220..255 x 275..279 | 39.1..39.3 x 44.6..44.6 | w1 h0 b6 | diff --git a/docs/unit-sprite-rework-manifest.json b/docs/unit-sprite-rework-manifest.json index d3c9129..c004c98 100644 --- a/docs/unit-sprite-rework-manifest.json +++ b/docs/unit-sprite-rework-manifest.json @@ -64,6 +64,7 @@ "unit-wei-officer-iron", "unit-wei-strategist", "unit-wei-strategist-black", + "unit-wei-strategist-blue", "unit-wu-archer", "unit-wu-cavalry", "unit-wu-infantry", diff --git a/docs/unit-sprite-wei-strategist-blue-v3-approval-packet.md b/docs/unit-sprite-wei-strategist-blue-v3-approval-packet.md new file mode 100644 index 0000000..d1a4b49 --- /dev/null +++ b/docs/unit-sprite-wei-strategist-blue-v3-approval-packet.md @@ -0,0 +1,36 @@ +# Wei Blue Strategist v3 Approval Packet + +- status: approved during continuous production run +- unit: `unit-wei-strategist-blue` +- source art: `handpaint-batch3-wei-strategist-blue-source-v1.png` +- contact sheet: `handpaint-batch3-wei-strategist-blue-v3-contact.png` +- animation GIF: `handpaint-batch3-wei-strategist-blue-v3-animation.gif` +- before/after: `handpaint-batch3-wei-strategist-blue-v3-before-after.png` +- scale compare: `handpaint-batch3-wei-strategist-blue-v3-scale-compare.png` +- battle composite: `handpaint-batch3-wei-strategist-blue-v3-battle-composite.png` +- browser check: `handpaint-batch3-wei-strategist-blue-v3-debug-preview-battle-check.png` +- current board: `unit-sprite-current-approval-board.png` +- debug URL: `http://127.0.0.1:4173/heros_web/?debug&debugSpritePreview=unit-wei-strategist-blue&v=wei-strategist-blue-v3` + +## Visual Decision + +Approved for the continuous batch run. v3 reads as a blue-robed Wei strategist through the large scroll, broad sleeves, and upright scholar silhouette. It is distinct from the black strategist by color, scroll-forward posture, and calmer robe shape. + +## Technical Checks + +- base status: ok +- action status: ok +- base partial alpha: 0 +- action partial alpha: 0 +- base frame border hits: 0 +- action frame border hits: 0 +- base empty frames: 0 +- action empty frames: 0 +- battle scale from sample gate: 26.4..33.5 x 46.0..46.0 +- local build: passed +- Local browser console errors: `0` +- Local browser 404s: `0` + +## Notes + +v1 and v2 were discarded during tuning because the action read was too narrow. v3 is the accepted version. diff --git a/src/assets/images/units/unit-wei-strategist-blue-actions.png b/src/assets/images/units/unit-wei-strategist-blue-actions.png index 71c6937..cbcaeaa 100644 Binary files a/src/assets/images/units/unit-wei-strategist-blue-actions.png and b/src/assets/images/units/unit-wei-strategist-blue-actions.png differ diff --git a/src/assets/images/units/unit-wei-strategist-blue.png b/src/assets/images/units/unit-wei-strategist-blue.png index d87603e..2cf6970 100644 Binary files a/src/assets/images/units/unit-wei-strategist-blue.png and b/src/assets/images/units/unit-wei-strategist-blue.png differ