☠️

Skull King

{{ t('subtitle') }}

{{ t('extensionDesc') }}

{{ t('bonusAlwaysDesc') }}

{{ tpl('playersHeader', {count: players.length}) }}

{{ t('noPlayers') }}
  • {{ p.name[0].toUpperCase() }}
    {{ p.name }}

{{ t('needTwoPlayers') }}

{{ tpl('roundLabel', {n: currentRound}) }}

{{ t('currentRanking') }}

{{ i + 1 }}.
{{ p.name[0].toUpperCase() }}
{{ p.name }} {{ playerScores[p.id] }}
{{ p.name[0].toUpperCase() }}
{{ p.name }}
{{ t('totalColon') }} {{ playerScores[p.id] }} pts
{{ t('thisRound') }}
{{ calculateRoundScore(p.id) > 0 ? '+' : '' }}{{ calculateRoundScore(p.id) }}

{{ t('bid') }}
{{ roundInputs[p.id].bid }}
{{ t('won') }}
{{ roundInputs[p.id].won }}
🃏 ×14 (+10)
{{ roundInputs[p.id].cards14 }}
🧜‍♀️☠️ (+40)
☠️🏴‍☠️ (+30)
{{ roundInputs[p.id].skCapPirates }}
🏴‍☠️🧜‍♀️ (+20)
{{ roundInputs[p.id].pirateCapMermaids }}

{{ t('extensionSection') }}
8️⃣ (+5)
{{ roundInputs[p.id].card8 }}
7️⃣ (-5)
{{ roundInputs[p.id].card7 }}
⚔️ Second (+30)
{{ roundInputs[p.id].secondCaptured }}
🎲 Rascal (±pts)
{{ t('alwaysSection') }}
💰 {{ t('loot') }} (+20)
{{ roundInputs[p.id].loot }}
🦑 {{ t('leviathan') }} (+20)
{{ roundInputs[p.id].davyJones }}
🏴‍☠️

{{ t('endTitle') }}

{{ t('finalRanking') }}

{{ ['🥇','🥈','🥉'][i] || (i+1)+'.' }}
{{ p.name[0].toUpperCase() }}
{{ p.name }} {{ playerScores[p.id] }} pts
👑

{{ sortedPlayers[0]?.name }}

{{ tpl('winsWithPts', {pts: playerScores[sortedPlayers[0]?.id]}) }}

{{ t('scoreTable') }}

{{ t('playerCol') }} {{ t('roundAbbr') }}{{ r }} {{ t('total') }}
{{ p.name[0].toUpperCase() }}
{{ p.name }}
{{ getRoundScore(p.id, r-1) === null ? '—' : (getRoundScore(p.id, r-1) > 0 ? '+' : '') + getRoundScore(p.id, r-1) }} {{ playerScores[p.id] }}

{{ t('roundBreakdown') }}

{{ tpl('roundLabel', {n: idx + 1}) }}
{{ p.name[0].toUpperCase() }}
{{ p.name }} {{ tpl('bidLabel', {bid: round.inputs[p.id]?.bid ?? '—', won: round.inputs[p.id]?.won ?? '—'}) }} {{ round.scores[p.id] > 0 ? '+' : '' }}{{ round.scores[p.id] }}