Replace battle maps 61 and 62 with hand-painted assets

This commit is contained in:
2026-07-09 23:07:16 +09:00
parent 688a4d300d
commit 17c5cbf1ea
11 changed files with 31 additions and 176 deletions

View File

@@ -2,7 +2,7 @@
## Scope
The first sixty campaign battles now use the same hand-painted tactical map pipeline. The renderer still reads the original scenario tile coordinates and battle logic; only the map texture asset changes from flat/vector map art to low-contrast raster terrain.
The first sixty-two campaign battles now use the same hand-painted tactical map pipeline. The renderer still reads the original scenario tile coordinates and battle logic; only the map texture asset changes from flat/vector map art to low-contrast raster terrain.
## Art Direction
@@ -91,6 +91,8 @@ python scripts/generate-handpaint-map-sample.py --map fifty-seventh --webp-quali
python scripts/generate-handpaint-map-sample.py --map fifty-eighth --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map fifty-ninth --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map sixtieth --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map sixty-first --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map sixty-second --webp-quality 90
```
Comparison example:
@@ -161,6 +163,8 @@ python scripts/generate-handpaint-map-sample.py --map thirtieth --tile-size 192
- `src/assets/images/battle/fifty-eighth-battle-map.webp`
- `src/assets/images/battle/fifty-ninth-battle-map.webp`
- `src/assets/images/battle/sixtieth-battle-map.webp`
- `src/assets/images/battle/sixty-first-battle-map.webp`
- `src/assets/images/battle/sixty-second-battle-map.webp`
## QA Outputs
@@ -282,5 +286,9 @@ python scripts/generate-handpaint-map-sample.py --map thirtieth --tile-size 192
- `docs/fifty-ninth-battle-map-handpaint-preview.png`
- `docs/sixtieth-battle-map-handpaint-before-after.png`
- `docs/sixtieth-battle-map-handpaint-preview.png`
- `docs/sixty-first-battle-map-handpaint-before-after.png`
- `docs/sixty-first-battle-map-handpaint-preview.png`
- `docs/sixty-second-battle-map-handpaint-before-after.png`
- `docs/sixty-second-battle-map-handpaint-preview.png`
Browser screenshots are saved per verification run after build/deploy.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB