- 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>
13 lines
604 B
XML
13 lines
604 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<!-- Helm Kuppel -->
|
|
<path d="M16 38 Q16 12 32 10 Q48 12 48 38 Z" fill="#909090" stroke="#707070" stroke-width="2"/>
|
|
<!-- Helmrand -->
|
|
<path d="M14 38 L50 38" stroke="#606060" stroke-width="4" stroke-linecap="round"/>
|
|
<!-- Nasenschutz -->
|
|
<rect x="30" y="28" width="4" height="14" fill="#808080" rx="1"/>
|
|
<!-- Nieten -->
|
|
<circle cx="20" cy="38" r="2" fill="#505050"/>
|
|
<circle cx="44" cy="38" r="2" fill="#505050"/>
|
|
<!-- Highlight -->
|
|
<path d="M24 16 Q30 14 32 18" fill="none" stroke="#B0B0B0" stroke-width="1.5"/>
|
|
</svg>
|