Exemplo n.º 1
0
 private void activacionTalentos(Jugador jugador)
 {
     if (activados [0])
     {
     }
     if (activados [1])
     {
         jugadorEstadisticas.modificarPermanentemenetEstadisticas("DF", false, 20f);
     }
     if (activados [2])
     {
         jugadorEstadisticas.modificarPermanentemenetEstadisticas("DM", false, 20f);
     }
     if (activados [3])
     {
         jugadorEstadisticas.modificarPermanentemenetEstadisticas("E", true, 0.1f);
         jugadorEstadisticas.modificarPermanentemenetEstadisticas("B", true, 0.1f);
     }
     if (activados [4])
     {
     }
     if (activados [5])
     {
     }
 }
Exemplo n.º 2
0
 private void activacionTalentos(Jugador jugador)
 {
     if (activados [0])
     {
         jugadorEstadisticas.modificarPermanentemenetEstadisticas("VM", false, 2f);
     }
     if (activados [1])
     {
     }
     if (activados [2])
     {
     }
     if (activados [3])
     {
     }
 }
Exemplo n.º 3
0
 private void activacionTalentos(Jugador jugador)
 {
     if (activados [0])
     {
         jugadorEstadisticas.modificarPermanentemenetEstadisticas("CR", true, 0.8f);
     }
     if (activados [1])
     {
         jugadorEstadisticas.modificarPermanentemenetEstadisticas("FF", true, 0.3f);
     }
     if (activados [2])
     {
         jugadorEstadisticas.modificarPermanentemenetEstadisticas("FMD", true, 0.5f);
     }
     if (activados [3])
     {
     }
     if (activados [4])
     {
     }
 }