DungeonCrawler/icons/wand_icon.svg
Andre 3bdd0780c5 Mixamo Warrior-Modell mit Animationen, Zauberstab-Icon und Magier-Skills
- Kenney-Modelle durch Mixamo Warrior (warrior.fbx) für Player und Enemy ersetzt
- Animations-System: Lädt Walking, Strafe, Jump, Autoattack, Heavy Strike, Dying aus separaten FBX-Dateien
- Player: Bewegungsanimationen (walk/strafe/jump) + Kampfanimationen (autoattack/heavy_strike/die)
- Enemy: Walk-Animation für Patrol/Chase, Autoattack-Animation, Death-Animation mit Verzögerung
- Zauberstab-Icon (wand_icon.svg) erstellt und in Magier-Skills verknüpft
- Frostblitz und Zauberstab als klassenspezifische Magier-Skills dokumentiert
- Castbar-System, Gegner-Aggro bei Schaden und Drag&Drop in Dokumentation ergänzt
- Enemy patrouilliert jetzt auch ohne Spieler-Referenz

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 22:44:31 +01:00

16 lines
891 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<!-- Zauberstab -->
<line x1="14" y1="52" x2="44" y2="16" stroke="#A07830" stroke-width="4" stroke-linecap="round"/>
<!-- Kristallspitze -->
<polygon points="44,16 50,8 54,14 48,20" fill="#88CCFF" stroke="#4499DD" stroke-width="1.2"/>
<!-- Glühen -->
<circle cx="48" cy="14" r="8" fill="#66BBFF" opacity="0.25"/>
<circle cx="48" cy="14" r="4" fill="white" opacity="0.4"/>
<!-- Funken -->
<circle cx="38" cy="22" r="2" fill="#AADDFF" opacity="0.6"/>
<circle cx="52" cy="8" r="1.5" fill="white" opacity="0.5"/>
<circle cx="42" cy="10" r="1.5" fill="#AADDFF" opacity="0.5"/>
<!-- Griff-Wicklung -->
<line x1="20" y1="44" x2="24" y2="42" stroke="#D4AA50" stroke-width="2.5" stroke-linecap="round"/>
<line x1="22" y1="40" x2="26" y2="38" stroke="#D4AA50" stroke-width="2.5" stroke-linecap="round"/>
</svg>