DungeonCrawler/icons/tektonischer_schlag_icon.svg
Andre 95adb11ee1 feat: Icons für alle Krieger-Skills erstellt
- tektonischer_schlag_icon.svg (Faust + Bodenrisse)
- durchbeissen_icon.svg (Schild mit Zähnen)
- blutrausch_icon.svg (Klinge mit Bluttropfen)
- wirbelwind_icon.svg (Kreisende Klingen)
- zornfesseln_icon.svg (Kette mit Haken)
- berserker_icon.svg (Schädel mit Flammen)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 21:43:37 +01:00

34 lines
1.9 KiB
XML

<svg width="64" height="64" xmlns="http://www.w3.org/2000/svg">
<!-- Tektonischer Schlag - Faust die auf Boden schlägt mit Rissen -->
<defs>
<radialGradient id="impact" cx="50%" cy="80%" r="50%">
<stop offset="0%" style="stop-color:#ff8800;stop-opacity:0.6" />
<stop offset="100%" style="stop-color:#ff8800;stop-opacity:0" />
</radialGradient>
</defs>
<!-- Boden -->
<rect x="0" y="48" width="64" height="16" fill="#8B6914" stroke="#5a4010" stroke-width="1"/>
<!-- Risse im Boden -->
<path d="M 32 48 L 20 58 L 14 64" stroke="#3d2200" stroke-width="2.5" stroke-linecap="round" fill="none"/>
<path d="M 32 48 L 44 56 L 52 64" stroke="#3d2200" stroke-width="2.5" stroke-linecap="round" fill="none"/>
<path d="M 32 48 L 28 64" stroke="#3d2200" stroke-width="2" stroke-linecap="round" fill="none"/>
<path d="M 32 48 L 38 60" stroke="#3d2200" stroke-width="2" stroke-linecap="round" fill="none"/>
<!-- Impact Glow -->
<ellipse cx="32" cy="48" rx="22" ry="8" fill="url(#impact)"/>
<!-- Faust -->
<rect x="22" y="20" width="20" height="14" rx="3" fill="#c8a07a" stroke="#8B5E3C" stroke-width="1.5"/>
<!-- Finger -->
<rect x="22" y="14" width="4" height="10" rx="2" fill="#c8a07a" stroke="#8B5E3C" stroke-width="1.5"/>
<rect x="27" y="12" width="4" height="10" rx="2" fill="#c8a07a" stroke="#8B5E3C" stroke-width="1.5"/>
<rect x="32" y="13" width="4" height="10" rx="2" fill="#c8a07a" stroke="#8B5E3C" stroke-width="1.5"/>
<rect x="37" y="15" width="4" height="9" rx="2" fill="#c8a07a" stroke="#8B5E3C" stroke-width="1.5"/>
<!-- Bewegungslinien -->
<path d="M 20 10 L 26 18" stroke="#ff8800" stroke-width="2" stroke-linecap="round" opacity="0.7"/>
<path d="M 32 6 L 32 16" stroke="#ff8800" stroke-width="2" stroke-linecap="round" opacity="0.7"/>
<path d="M 44 10 L 38 18" stroke="#ff8800" stroke-width="2" stroke-linecap="round" opacity="0.7"/>
</svg>