- XP-Bar: 6px Abstand vom unteren Bildschirmrand
- Level-Label entfernt aus oben-links, jetzt Teil der XP-Bar: "Lv X current/max XP"
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- XP-Bar: Anker-basiert (0.5/1.0), gleiche Breite wie Actionbar (468px)
- XP-Label zentriert: "Level X — current / max XP"
- Actionbar 12px nach oben verschoben für XP-Bar Platz
- Level-Label und Gold-Label oben links, kompakter
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Icon auf PRESET_FULL_RECT gesetzt statt 40x40 bei Position (5,5)
- Slot-Nummern (1-9) als Label über dem Icon mit Schatten für Lesbarkeit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- 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>
- Alle Aktionsleisten-Slots frei belegbar (Skills + Consumables)
- Drag & Drop: Items/Skills zwischen Slots verschieben oder rausziehen
- Gelber Highlight-Rand beim Hover über Slots während Drag
- Drag-Icon auf eigener CanvasLayer (Layer 200) für korrektes Z-Order
- Fähigkeiten-Panel (P-Taste): Listet alle Skills, per Drag auf Leiste ziehen
- Skills als Strings in action_bar_items gespeichert (generisches System)
- Cooldown-Anzeige generisch für alle Slot-Typen
- Bugfix: theme_override_constants und Tooltip-Typen in LootWindow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Consumable-System: Tränke (HP/Mana) mit Stacking, Rechtsklick-Benutzung, Aktionsleisten-Zuweisung
- Klassen-Ressourcen: ResourceType (NONE/MANA/RAGE/ENERGY) pro Klasse statt universelles Mana
- Hauptmenü: Einstellungen für Auflösung, Fenstermodus, VSync, MSAA
- Item-Icons: SVG-Icons für alle Equipment-Items und Tränke
- Character Panel: Icon-Grid mit Hover-Tooltips statt Textanzeige
- HUD: Ressourcen-Leiste mit klassenabhängiger Farbe
- Loot: Consumable-Support in LootTable/LootWindow
- Dokumentation vollständig aktualisiert
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Enemy droppt Loot bei Tod (Gold + Items basierend auf LootTable)
- LootWindow zeigt Beute an mit "Alles aufheben" Button
- Gold-Anzeige im HUD unter XP-Leiste
- Beispiel LootTables: Goblin (2-8 Gold) und Skeleton (5-15 Gold)
- Loot-System in World verdrahtet
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Third-Person Spieler mit WASD-Bewegung und Kamerasteuerung (RMB + Mausrad-Zoom)
- HP-System mit Healthbar und Aktionsleiste (Slots 1-9)
- Autoattack-System: Linksklick markiert Ziel, Rechtsklick markiert + greift an
- Waffensystem-Basis: Schaden basiert auf ausgerüsteter Waffe (unbewaffnet = 1)
- Gegner-KI: läuft auf Spieler zu, greift bei Reichweite an, zeigt HP-Label bei Markierung
- Ressourcen-Klassen: Attack und Weapon
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>