Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
chemicalcrux
/
stroll
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
11
Wiki
Actividad
Explorar el Código
Fix micros being WAY too common by reducing their weight
tags/v1.1.1
Fen Dweller
hace 5 años
padre
3f1d036823
commit
605c2b405d
Se han
modificado 2 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
game.js
+2
-2
recursive-macro.js
+ 1
- 1
game.js
Ver fichero
@@ -2181,7 +2181,7 @@ function getWeights(region, area) {
}
}
if (macro.victimsMicros) {
weights["Micro"] = 1;
weights["Micro"] =
0.00
1;
}
if (macro.victimsMacros) {
+ 2
- 2
recursive-macro.js
Ver fichero
@@ -153,7 +153,7 @@ var clusters =
"Person": 5,
"Human": 5,
"Cow": 15,
"Micro":
1
0,
"Micro":
5
0,
"Macro": 0,
//Vehicles
"Car": 3,
@@ -201,7 +201,7 @@ var cluster_chances =
"Person": 0.8,
"Human": 0.8,
"Cow": 0.5,
"Micro": 1
0
,
"Micro": 1,
"Macro": 0,
//Vehicles
"Car": 0.5,
Escribir
Vista previa
Cargando…
Cancelar
Guardar