このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
stroll
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
11
Wiki
アクティビティ
ソースを参照
Fix micros being WAY too common by reducing their weight
tags/v1.1.1
Fen Dweller
5年前
親
3f1d036823
コミット
605c2b405d
2個のファイルの変更
、
3行の追加
、
3行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
game.js
+2
-2
recursive-macro.js
+ 1
- 1
game.js
ファイルの表示
@@ -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
ファイルの表示
@@ -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,
書き込み
プレビュー
読み込み中…
キャンセル
保存