☠️

Skull King

Calculateur de Scores

Cartes 7/8, Second, Rascal, Butin, Casier de Davy Jones activés.

Les bonus spéciaux s'appliquent même si le pari est échoué.

⚓ Joueurs ({{ players.length }}/8)

Ajoutez au moins 2 joueurs pour commencer.
  • {{ p.name[0].toUpperCase() }}
    {{ p.name }}

Il faut au moins 2 joueurs.

Manche {{ currentRound }}/10

Classement actuel

{{ i + 1 }}.
{{ p.name[0].toUpperCase() }}
{{ p.name }} {{ playerScores[p.id] }}
{{ p.name[0].toUpperCase() }}
{{ p.name }}
Total: {{ playerScores[p.id] }} pts
Cette manche
{{ calculateRoundScore(p.id) > 0 ? '+' : '' }}{{ calculateRoundScore(p.id) }}

Annonce (mise)
{{ roundInputs[p.id].bid }}
Plis remportés
{{ roundInputs[p.id].won }}
🃏 ×14 (+10)
{{ roundInputs[p.id].cards14 }}
🧜‍♀️☠️ (+40)
☠️🏴‍☠️ (+30)
{{ roundInputs[p.id].skCapPirates }}
🏴‍☠️🧜‍♀️ (+20)
{{ roundInputs[p.id].pirateCapMermaids }}

Extension (si pari correct)
8️⃣ (+5)
{{ roundInputs[p.id].card8 }}
7️⃣ (-5)
{{ roundInputs[p.id].card7 }}
⚔️ Second (+30)
{{ roundInputs[p.id].secondCaptured }}
🎲 Rascal (±pts)
Toujours
💰 Butin (+20)
{{ roundInputs[p.id].loot }}
🦑 Léviathan (+20)
{{ roundInputs[p.id].davyJones }}
🏴‍☠️

Fin de la Partie!

Classement Final

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

{{ sortedPlayers[0]?.name }}

remporte la victoire avec {{ playerScores[sortedPlayers[0]?.id] }} points !

Tableau des scores

Joueur M{{ r }} 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] }}

Détail par manche

Manche {{ idx + 1 }}
{{ p.name[0].toUpperCase() }}
{{ p.name }} Annonce: {{ round.inputs[p.id]?.bid ?? '—' }} / Plis: {{ round.inputs[p.id]?.won ?? '—' }} {{ round.scores[p.id] > 0 ? '+' : '' }}{{ round.scores[p.id] }}