DungeonCrawler/icons/zornfesseln_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

36 lines
1.8 KiB
XML

<svg width="64" height="64" xmlns="http://www.w3.org/2000/svg">
<!-- Zornfesseln - Kette die einen Gegner zieht -->
<defs>
<linearGradient id="chain" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#cc4400;stop-opacity:1" />
<stop offset="100%" style="stop-color:#881100;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Kettenglied Linie -->
<path d="M 10 54 Q 20 40 32 32 Q 44 24 54 10" stroke="#888888" stroke-width="3"
fill="none" stroke-linecap="round" stroke-dasharray="4 3"/>
<!-- Kettenglieder -->
<ellipse cx="16" cy="48" rx="5" ry="3" fill="none" stroke="#aaaaaa" stroke-width="2"
transform="rotate(-45 16 48)"/>
<ellipse cx="24" cy="40" rx="5" ry="3" fill="none" stroke="#aaaaaa" stroke-width="2"
transform="rotate(-45 24 40)"/>
<ellipse cx="32" cy="32" rx="5" ry="3" fill="none" stroke="#aaaaaa" stroke-width="2"
transform="rotate(-45 32 32)"/>
<ellipse cx="40" cy="24" rx="5" ry="3" fill="none" stroke="#aaaaaa" stroke-width="2"
transform="rotate(-45 40 24)"/>
<ellipse cx="48" cy="16" rx="5" ry="3" fill="none" stroke="#aaaaaa" stroke-width="2"
transform="rotate(-45 48 16)"/>
<!-- Haken / Ankerpunkt links -->
<circle cx="8" cy="56" r="6" fill="url(#chain)" stroke="#550000" stroke-width="1.5"/>
<path d="M 5 56 Q 8 50 11 56" stroke="white" stroke-width="1.5" fill="none"/>
<!-- Ziel rechts oben (Gegner Symbol) -->
<circle cx="54" cy="10" r="7" fill="#cc4400" stroke="#881100" stroke-width="1.5"/>
<path d="M 50 10 L 58 10 M 54 6 L 54 14" stroke="white" stroke-width="2" stroke-linecap="round"/>
<!-- Bewegungspfeil -->
<path d="M 50 16 L 16 50" stroke="#ff6600" stroke-width="1.5" stroke-dasharray="3 2" opacity="0.6"/>
</svg>