☠️

Skull King

Calculateur de Scores

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

⚓ 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 }}
Cartes 14 capturées (+10/carte)
{{ roundInputs[p.id].cards14 }}
Sirène capture Skull King (+40)
Skull King capture pirates (+30/pirate)
{{ roundInputs[p.id].skCapPirates }}
Pirate capture sirènes (+20/sirène)
{{ roundInputs[p.id].pirateCapMermaids }}

Cartes extension (si pari correct)
Carte 8 remportée (+5/carte)
{{ roundInputs[p.id].card8 }}
Carte 7 remportée (-5/carte)
{{ roundInputs[p.id].card7 }}
Second capturé par SK/Sirène (+30)
{{ roundInputs[p.id].secondCaptured }}
Cartes Butin (toujours)
Butin +10
{{ roundInputs[p.id].lootP10 }}
Butin +5
{{ roundInputs[p.id].lootP5 }}
Butin -5
{{ roundInputs[p.id].lootM5 }}
Butin -10
{{ roundInputs[p.id].lootM10 }}
Casier de Davy Jones (toujours)
Léviathans détruits (+20/léviathan)
{{ 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] }}