Replace battle maps 47 and 48 with hand-painted assets

This commit is contained in:
2026-07-09 20:50:56 +09:00
parent 94b77239d4
commit 726a4e6e3c
11 changed files with 31 additions and 155 deletions

View File

@@ -2,7 +2,7 @@
## Scope
The first forty-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.
The first forty-eight 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
@@ -72,6 +72,8 @@ python scripts/generate-handpaint-map-sample.py --map forty-third --webp-quality
python scripts/generate-handpaint-map-sample.py --map forty-fourth --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map forty-fifth --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map forty-sixth --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map forty-seventh --webp-quality 90
python scripts/generate-handpaint-map-sample.py --map forty-eighth --webp-quality 90
```
Comparison example:
@@ -128,6 +130,8 @@ python scripts/generate-handpaint-map-sample.py --map thirtieth --tile-size 192
- `src/assets/images/battle/forty-fourth-battle-map.webp`
- `src/assets/images/battle/forty-fifth-battle-map.webp`
- `src/assets/images/battle/forty-sixth-battle-map.webp`
- `src/assets/images/battle/forty-seventh-battle-map.webp`
- `src/assets/images/battle/forty-eighth-battle-map.webp`
## QA Outputs
@@ -221,5 +225,9 @@ python scripts/generate-handpaint-map-sample.py --map thirtieth --tile-size 192
- `docs/forty-fifth-battle-map-handpaint-preview.png`
- `docs/forty-sixth-battle-map-handpaint-before-after.png`
- `docs/forty-sixth-battle-map-handpaint-preview.png`
- `docs/forty-seventh-battle-map-handpaint-before-after.png`
- `docs/forty-seventh-battle-map-handpaint-preview.png`
- `docs/forty-eighth-battle-map-handpaint-before-after.png`
- `docs/forty-eighth-battle-map-handpaint-preview.png`
Browser screenshots are saved per verification run after build/deploy.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB