Replace battle maps 65 and 66 with hand-painted assets

This commit is contained in:
2026-07-09 23:43:29 +09:00
parent 57f4c0fd41
commit 3009ea3fe7
11 changed files with 31 additions and 178 deletions

View File

@@ -2,7 +2,7 @@
## Scope
The first sixty-four 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.
All sixty-six 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
@@ -96,6 +96,8 @@ python scripts/generate-handpaint-map-sample.py --map sixty-first --webp-quality
python scripts/generate-handpaint-map-sample.py --map sixty-second --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map sixty-third --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map sixty-fourth --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map sixty-fifth --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map sixty-sixth --webp-quality 90
```
Comparison example:
@@ -170,6 +172,8 @@ python scripts/generate-handpaint-map-sample.py --map thirtieth --tile-size 192
- `src/assets/images/battle/sixty-second-battle-map.webp`
- `src/assets/images/battle/sixty-third-battle-map.webp`
- `src/assets/images/battle/sixty-fourth-battle-map.webp`
- `src/assets/images/battle/sixty-fifth-battle-map.webp`
- `src/assets/images/battle/sixty-sixth-battle-map.webp`
## QA Outputs
@@ -299,5 +303,9 @@ python scripts/generate-handpaint-map-sample.py --map thirtieth --tile-size 192
- `docs/sixty-third-battle-map-handpaint-preview.png`
- `docs/sixty-fourth-battle-map-handpaint-before-after.png`
- `docs/sixty-fourth-battle-map-handpaint-preview.png`
- `docs/sixty-fifth-battle-map-handpaint-before-after.png`
- `docs/sixty-fifth-battle-map-handpaint-preview.png`
- `docs/sixty-sixth-battle-map-handpaint-before-after.png`
- `docs/sixty-sixth-battle-map-handpaint-preview.png`
Browser screenshots are saved per verification run after build/deploy.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB