DungeonCrawler/icons/wooden_shield_icon.svg
Andre e682ed65e4 Consumable-System, Klassen-Ressourcen, Hauptmenü und Item-Icons
- 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>
2026-03-15 20:45:57 +01:00

17 lines
857 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<!-- Schild Form -->
<path d="M16 14 L48 14 L48 36 L32 56 L16 36 Z" fill="#8B6914" stroke="#5A3E08" stroke-width="2.5"/>
<!-- Holzmaserung -->
<line x1="26" y1="14" x2="26" y2="44" stroke="#7A5C10" stroke-width="1"/>
<line x1="38" y1="14" x2="38" y2="44" stroke="#7A5C10" stroke-width="1"/>
<!-- Metallbeschlag Mitte -->
<circle cx="32" cy="30" r="6" fill="none" stroke="#A0A0A0" stroke-width="2.5"/>
<circle cx="32" cy="30" r="2" fill="#A0A0A0"/>
<!-- Metallrand oben -->
<line x1="16" y1="14" x2="48" y2="14" stroke="#808080" stroke-width="3"/>
<!-- Nieten -->
<circle cx="20" cy="18" r="1.5" fill="#707070"/>
<circle cx="44" cy="18" r="1.5" fill="#707070"/>
<circle cx="20" cy="34" r="1.5" fill="#707070"/>
<circle cx="44" cy="34" r="1.5" fill="#707070"/>
</svg>