${glyph}
${p.planet}
#${p.relativeRank}
${
total > 0
? BALA_COMPONENTS.map((b, i) => {
const v = values[i];
if (v <= 0) return nothing;
const grow = (v / total) * 100;
return html`
`;
})
: nothing
}
${rupasStr ? html`${rupasStr}` : nothing}
${badgeLabel}
`;
}
}
declare global {
interface HTMLElementTagNameMap {
'roxy-shadbala-table': RoxyShadbalaTable;
}
}