Selaa lähdekoodia

Fix micros being WAY too common by reducing their weight

tags/v1.1.1
Fen Dweller 5 vuotta sitten
vanhempi
commit
605c2b405d
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +1
    -1
      game.js
  2. +2
    -2
      recursive-macro.js

+ 1
- 1
game.js Näytä tiedosto

@@ -2181,7 +2181,7 @@ function getWeights(region, area) {
}
}
if (macro.victimsMicros) {
weights["Micro"] = 1;
weights["Micro"] = 0.001;
}

if (macro.victimsMacros) {


+ 2
- 2
recursive-macro.js Näytä tiedosto

@@ -153,7 +153,7 @@ var clusters =
"Person": 5,
"Human": 5,
"Cow": 15,
"Micro": 10,
"Micro": 50,
"Macro": 0,
//Vehicles
"Car": 3,
@@ -201,7 +201,7 @@ var cluster_chances =
"Person": 0.8,
"Human": 0.8,
"Cow": 0.5,
"Micro": 10,
"Micro": 1,
"Macro": 0,
//Vehicles
"Car": 0.5,


Loading…
Peruuta
Tallenna