Add Bowang ambush sortie chapter

This commit is contained in:
2026-06-23 05:42:50 +09:00
parent 8d958f6932
commit 44009b3542
12 changed files with 1015 additions and 28 deletions

View File

@@ -0,0 +1,69 @@
<svg xmlns="http://www.w3.org/2000/svg" width="3600" height="2600" viewBox="0 0 3600 2600">
<defs>
<filter id="grain">
<feTurbulence type="fractalNoise" baseFrequency="0.018" numOctaves="4" seed="18"/>
<feColorMatrix type="saturate" values="0.42"/>
<feBlend mode="multiply" in2="SourceGraphic"/>
</filter>
<linearGradient id="plain" x1="0" x2="1" y1="0" y2="1">
<stop offset="0" stop-color="#a88f55"/>
<stop offset="1" stop-color="#6f6d3f"/>
</linearGradient>
<linearGradient id="river" x1="0" x2="1">
<stop offset="0" stop-color="#203a52"/>
<stop offset="0.55" stop-color="#2d6a7d"/>
<stop offset="1" stop-color="#1b344c"/>
</linearGradient>
<linearGradient id="fire" x1="0" x2="1">
<stop offset="0" stop-color="#65321f" stop-opacity="0.35"/>
<stop offset="0.5" stop-color="#d88432" stop-opacity="0.45"/>
<stop offset="1" stop-color="#f2c66d" stop-opacity="0.22"/>
</linearGradient>
</defs>
<rect width="3600" height="2600" fill="url(#plain)"/>
<g filter="url(#grain)" opacity="0.55">
<rect width="3600" height="2600" fill="#8a7b4d"/>
</g>
<path d="M1840 -120 C1720 430 1830 790 1760 1190 C1700 1540 1780 1880 1690 2500" fill="none" stroke="url(#river)" stroke-width="230" opacity="0.94"/>
<path d="M2750 260 C2680 680 2820 1010 2720 1420 C2640 1780 2730 2100 2630 2660" fill="none" stroke="url(#river)" stroke-width="210" opacity="0.9"/>
<path d="M170 1830 C700 1830 1030 1760 1450 1810 C1860 1860 2210 1510 2910 1510 C3200 1510 3390 1570 3520 1720" fill="none" stroke="#d4bf78" stroke-width="210" stroke-linecap="round" opacity="0.72"/>
<path d="M520 2060 C880 1970 1050 1760 1370 1600 C1650 1450 1970 1340 2260 1350 C2580 1360 2930 1430 3280 1340" fill="none" stroke="#b79b5a" stroke-width="118" stroke-linecap="round" opacity="0.62"/>
<g opacity="0.92">
<path d="M610 780 C960 700 1360 840 1650 1080 C1370 1280 1030 1250 720 1130 C610 1030 560 900 610 780Z" fill="#2f5432"/>
<path d="M2050 1650 C2370 1510 2850 1580 3100 1900 C2800 2100 2340 2140 2040 1940Z" fill="#2f5432"/>
<path d="M90 70 C420 20 760 130 930 360 C660 510 280 520 60 340Z" fill="#2f5432"/>
<path d="M2500 120 C2880 60 3350 140 3600 410 L3600 760 C3240 840 2850 780 2550 560Z" fill="#2f5432"/>
</g>
<g opacity="0.66">
<ellipse cx="1190" cy="360" rx="430" ry="210" fill="#59543b"/>
<ellipse cx="1780" cy="2380" rx="520" ry="230" fill="#59543b"/>
<ellipse cx="3250" cy="380" rx="380" ry="180" fill="#59543b"/>
</g>
<g opacity="0.88">
<rect x="40" y="1640" width="310" height="600" rx="28" fill="#76633d"/>
<rect x="3120" y="1220" width="440" height="620" rx="24" fill="#5a5541"/>
<path d="M3150 1280 L3560 1280 L3560 1830 L3150 1830Z" fill="none" stroke="#d7b56b" stroke-width="18" opacity="0.55"/>
</g>
<g opacity="0.62">
<rect x="920" y="1810" width="260" height="210" rx="18" fill="#8b6c3c"/>
<path d="M910 1815 L1050 1680 L1200 1815Z" fill="#c58a3a"/>
<rect x="2440" y="1330" width="260" height="210" rx="18" fill="#806237"/>
<path d="M2430 1335 L2570 1200 L2720 1335Z" fill="#c58a3a"/>
</g>
<g opacity="0.82">
<path d="M950 1500 C1240 1390 1500 1400 1750 1530 L1740 1690 C1480 1600 1210 1600 970 1700Z" fill="url(#fire)"/>
<path d="M2210 1500 C2450 1390 2710 1410 2940 1530 L2930 1690 C2660 1600 2440 1610 2220 1720Z" fill="url(#fire)"/>
<circle cx="1180" cy="1540" r="28" fill="#df7a32" opacity="0.75"/>
<circle cx="1410" cy="1530" r="18" fill="#f0c45f" opacity="0.65"/>
<circle cx="2510" cy="1510" r="25" fill="#df7a32" opacity="0.74"/>
<circle cx="2780" cy="1538" r="18" fill="#f0c45f" opacity="0.62"/>
</g>
<g opacity="0.24">
<path d="M0 0H3600V2600H0Z" fill="none" stroke="#f2d386" stroke-width="26"/>
<path d="M140 140H3460V2460H140Z" fill="none" stroke="#111820" stroke-width="7"/>
</g>
<g opacity="0.18" stroke="#121a18" stroke-width="8">
<path d="M0 500H3600M0 1000H3600M0 1500H3600M0 2000H3600"/>
<path d="M500 0V2600M1000 0V2600M1500 0V2600M2000 0V2600M2500 0V2600M3000 0V2600"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB