Make railgun S/M/L distinct via barrel count (1/2/3)

Railgun M was a single barrel like S, so they read the same at 16px.
Reworked M to two barrels and L to three (was two), giving a clear
1/2/3-barrel tier ladder. viewBoxes tightened to fill the slot.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y7N59FsLA5e2kuVdqe4Uhc
This commit is contained in:
2026-07-23 21:28:08 +02:00
parent 4461d17737
commit a83dd33c5c
2 changed files with 16 additions and 13 deletions

View File

@@ -1,8 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="7.1 5.3 94.3 94.3" width="100" height="100"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="7.2 8.4 91.2 91.2" width="100" height="100">
<rect x="22" y="70" width="24" height="9" rx="2" fill="#3f454d" stroke="#20242a" stroke-width="3"/> <rect x="22" y="76" width="22" height="8" rx="2" fill="#3f454d" stroke="#20242a" stroke-width="3"/>
<rect x="12" y="26" width="36" height="42" rx="6" fill="#565d66" stroke="#20242a" stroke-width="3.5"/> <rect x="12" y="24" width="32" height="52" rx="6" fill="#565d66" stroke="#20242a" stroke-width="3.5"/>
<rect x="44" y="34" width="46" height="12" rx="2" fill="#6b727b" stroke="#20242a" stroke-width="3.5"/> <rect x="42" y="30" width="46" height="10" rx="2" fill="#6b727b" stroke="#20242a" stroke-width="3.5"/>
<rect x="44" y="52" width="46" height="12" rx="2" fill="#6b727b" stroke="#20242a" stroke-width="3.5"/> <rect x="42" y="45" width="46" height="10" rx="2" fill="#6b727b" stroke="#20242a" stroke-width="3.5"/>
<circle cx="90" cy="40" r="6.5" fill="#e23b2b" stroke="#20242a" stroke-width="2.5"/> <rect x="42" y="60" width="46" height="10" rx="2" fill="#6b727b" stroke="#20242a" stroke-width="3.5"/>
<circle cx="90" cy="58" r="6.5" fill="#e23b2b" stroke="#20242a" stroke-width="2.5"/> <circle cx="88" cy="35" r="5.5" fill="#e23b2b" stroke="#20242a" stroke-width="2.5"/>
<circle cx="88" cy="50" r="5.5" fill="#e23b2b" stroke="#20242a" stroke-width="2.5"/>
<circle cx="88" cy="65" r="5.5" fill="#e23b2b" stroke="#20242a" stroke-width="2.5"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 692 B

After

Width:  |  Height:  |  Size: 884 B

View File

@@ -1,7 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="9.2 6.9 91.2 91.2" width="100" height="100"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="9.2 8.2 89.6 89.6" width="100" height="100">
<rect x="22" y="66" width="22" height="9" rx="2" fill="#3f454d" stroke="#20242a" stroke-width="3"/> <rect x="22" y="68" width="20" height="8" rx="2" fill="#3f454d" stroke="#20242a" stroke-width="3"/>
<rect x="14" y="30" width="34" height="34" rx="6" fill="#565d66" stroke="#20242a" stroke-width="3.5"/> <rect x="14" y="30" width="30" height="38" rx="6" fill="#565d66" stroke="#20242a" stroke-width="3.5"/>
<rect x="44" y="40" width="46" height="16" rx="2" fill="#6b727b" stroke="#20242a" stroke-width="3.5"/> <rect x="42" y="38" width="46" height="11" rx="2" fill="#6b727b" stroke="#20242a" stroke-width="3.5"/>
<path d="M47 45 L88 45 M47 51 L88 51" stroke="#e0b12a" stroke-width="3" stroke-linecap="round"/> <rect x="42" y="51" width="46" height="11" rx="2" fill="#6b727b" stroke="#20242a" stroke-width="3.5"/>
<circle cx="88" cy="48" r="7.5" fill="#e23b2b" stroke="#20242a" stroke-width="2.5"/> <circle cx="88" cy="43.5" r="6" fill="#e23b2b" stroke="#20242a" stroke-width="2.5"/>
<circle cx="88" cy="56.5" r="6" fill="#e23b2b" stroke="#20242a" stroke-width="2.5"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 599 B

After

Width:  |  Height:  |  Size: 692 B