This commit is contained in:
Cay 2026-03-17 14:00:09 +00:00
parent 27454a8a5f
commit 5b0d9e75f3

View File

@ -321,21 +321,42 @@
<div class="hud-res-row">
<div class="hud-res">
<div class="hud-res-icon-silver">
<img src="/images/items/silbermuenze.png" alt="" onerror="this.style.display='none';this.parentElement.insertAdjacentText('beforeend','⚪')">
<img
src="/images/items/silbermuenze.png"
alt=""
onerror="
this.style.display = 'none';
this.parentElement.insertAdjacentText('beforeend', '⚪');
"
/>
</div>
<span class="hud-res-value" id="hud-silver">0</span>
</div>
<div class="hud-sep"></div>
<div class="hud-res">
<div class="hud-res-icon-gem">
<img src="/images/items/blauer_cristal.png" alt="" onerror="this.style.display='none';this.parentElement.insertAdjacentText('beforeend','💠')">
<img
src="/images/items/blauer_cristal.png"
alt=""
onerror="
this.style.display = 'none';
this.parentElement.insertAdjacentText('beforeend', '💠');
"
/>
</div>
<span class="hud-res-value" id="hud-gems">0</span>
</div>
<div class="hud-sep"></div>
<div class="hud-res">
<div class="hud-res-icon-gold">
<img src="/images/items/goldmuenze.png" alt="" onerror="this.style.display='none';this.parentElement.insertAdjacentText('beforeend','🪙')">
<img
src="/images/items/goldmuenze.png"
alt=""
onerror="
this.style.display = 'none';
this.parentElement.insertAdjacentText('beforeend', '🪙');
"
/>
</div>
<span class="hud-res-value" id="hud-gold">0</span>
</div>
@ -345,21 +366,42 @@
<div class="hud-res-row">
<div class="hud-res">
<div class="hud-res-icon-wood">
<img src="/images/items/holz.png" alt="" onerror="this.style.display='none';this.parentElement.insertAdjacentText('beforeend','🪵')">
<img
src="/images/items/holz.png"
alt=""
onerror="
this.style.display = 'none';
this.parentElement.insertAdjacentText('beforeend', '🪵');
"
/>
</div>
<span class="hud-res-value" id="hud-wood">0</span>
</div>
<div class="hud-sep"></div>
<div class="hud-res">
<div class="hud-res-icon-stone">
<img src="/images/items/stein.png" alt="" onerror="this.style.display='none';this.parentElement.insertAdjacentText('beforeend','🪨')">
<img
src="/images/items/stein.png"
alt=""
onerror="
this.style.display = 'none';
this.parentElement.insertAdjacentText('beforeend', '🪨');
"
/>
</div>
<span class="hud-res-value" id="hud-stone">0</span>
</div>
<div class="hud-sep"></div>
<div class="hud-res">
<div class="hud-res-icon-iron">
<img src="/images/items/eisen.png" alt="" onerror="this.style.display='none';this.parentElement.insertAdjacentText('beforeend','⚙️')">
<img
src="/images/items/eisen.png"
alt=""
onerror="
this.style.display = 'none';
this.parentElement.insertAdjacentText('beforeend', '⚙️');
"
/>
</div>
<span class="hud-res-value" id="hud-iron">0</span>
</div>
@ -382,7 +424,7 @@
alt=""
onerror="this.style.display = 'none'"
/>
<span class="qm-slot-label">Glücksbox</span>
<span class="qm-slot-label">Kartendeck</span>
</div>
<div class="qm-slot" data-popup="qm-popup-events">
@ -478,7 +520,7 @@
<div id="qm-popup-glucksbox" class="qm-popup">
<div class="qm-popup-header">
<span class="qm-popup-title">Glücksbox</span>
<span class="qm-popup-title">Kartendeck</span>
<span class="qm-popup-close">✕</span>
</div>
<div class="qm-popup-body" id="qm-body-glucksbox"></div>