- Zauberstab als eigener Fernkampf-Skill (20m, magisch, exklusiv mit Autoattack) - Frostblitz mit 1.5s Castzeit und Castbar (mittig über Aktionsleiste) - Cast wird durch Bewegung, Springen oder Schaden unterbrochen - Holzstab als Magier-Startwaffe (+3 INT) - Frostblitz-Icon (SVG) - Skills klassenabhängig: Magier=Zauberstab+Frostblitz, Krieger/Schurke=Heavy Strike - Inventar: Drag & Drop zum Umordnen mit gelbem Highlight - Gegner aggrot sofort bei Schadenstreffer (nicht nur in Aggro-Range) - Inventar: swap_items/move_items Funktionen Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
787 B
XML
14 lines
787 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<!-- Stab -->
|
|
<line x1="20" y1="56" x2="38" y2="12" stroke="#8B6914" stroke-width="4" stroke-linecap="round"/>
|
|
<!-- Kristall oben -->
|
|
<polygon points="38,12 44,6 42,16 48,10" fill="#66CCFF" stroke="#3399DD" stroke-width="1"/>
|
|
<polygon points="38,12 32,6 36,16 30,10" fill="#99DDFF" stroke="#3399DD" stroke-width="1"/>
|
|
<!-- Glühen -->
|
|
<circle cx="38" cy="10" r="6" fill="#66CCFF" opacity="0.3"/>
|
|
<circle cx="38" cy="10" r="3" fill="white" opacity="0.5"/>
|
|
<!-- Wicklung -->
|
|
<line x1="25" y1="44" x2="29" y2="42" stroke="#C0A040" stroke-width="2"/>
|
|
<line x1="26" y1="40" x2="30" y2="38" stroke="#C0A040" stroke-width="2"/>
|
|
<line x1="27" y1="36" x2="31" y2="34" stroke="#C0A040" stroke-width="2"/>
|
|
</svg>
|