Reorder Charakter and Mythos fields

This commit is contained in:
2025-05-28 04:38:07 +02:00
parent 4cd42364ed
commit fceecca41b

View File

@@ -428,8 +428,8 @@ function updateSpiritOverlay(spirit) {
<h2 style='padding:0; margin:0;'>${spirit.Name || 'Spirit'}</h2><br>
<b>Kategorie: ${spirit.Kategorie || ''}</b>${spirit.Herkunft ? ' <i>(' + spirit.Herkunft : ''})</i><br><br>
<b>Rolle:</b> ${spirit["Funktion/Rolle"] || ''}<br>
<b>Charakter:</b> ${spirit.Charakter || ''}<br><br>
<b>Mythos:</b> ${spirit["Mythos/Legende"] || ''}<br>
<b>Charakter:</b> ${spirit.Charakter || ''}<br>
`;
}