Ajustar valores de los bonus

master
Araozu 2020-11-26 13:15:04 -05:00
parent 5f6fbc216c
commit 3edd71b632
2 changed files with 9 additions and 12 deletions

View File

@ -154,11 +154,7 @@ div
div.tabla-puntos
h3 0.2 puntos - Bonus
div.yaku
p Cualquier bonus en una mano ganadora. 100% acumulable.
h3 1 puntos
h3 1 punto
div.pad
@ -177,7 +173,7 @@ div
div.yaku
h4 Triple triples
p 3 triples
grupo-cartas(:cartas="[6, 6, 5, 48, 48, 49, 160, 160, 160, 192, 192]")
grupo-cartas(:cartas="[6, 6, 7, 48, 48, 49, 160, 160, 160, 192, 192]")
div.yaku
h4 Interior

View File

@ -35,6 +35,7 @@ div
p Todas las situaciones se detallan en la siguiente tabla:
- valorBonus = 5
table.tabla-puntaje-bonus
tbody
tr
@ -44,17 +45,17 @@ div
td 3 bonus en mano
tr
td 1 indicador
td 0.3 puntos
td 0.6 puntos
td 0.9 puntos
td= valorBonus / 10 + ' puntos'
td= (valorBonus * 2) / 10 + ' puntos'
td= (valorBonus * 3) / 10 + ' puntos'
tr
td 2 indicadores
td 0.9 puntos
td 1.8 puntos
td= (valorBonus * 3) / 10 + ' puntos'
td= (valorBonus * 6) / 10 + ' puntos'
td -
tr
td 3 indicadores
td 2.7 puntos
td= (valorBonus * 9) / 10 + ' puntos'
td -
td -
tr