使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
clonk2u
/
stroll
派生自
chemicalcrux/stroll
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Adjusted weights for space
tags/v0.7.0
Fen Dweller
8 年前
父节点
7957e4d3a2
当前提交
e6ccbb0a56
共有
1 个文件被更改
,包括
4 次插入
和
4 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+4
-4
game.js
+ 4
- 4
game.js
查看文件
@@ -720,10 +720,10 @@ function getPrey(region, area)
if (macro.height > 1e12) {
weights = {
"Planet": 1e-10,
"Star": 1
e-10
,
"Solar System":
1
e-10,
"Galaxy":
1e-10
"Planet": 1
.47
e-10,
"Star": 1
.7713746e-12
,
"Solar System":
4
e-10,
"Galaxy":
0.1,
}
}
else if (macro.height > 1e6) {
撰写
预览
正在加载...
取消
保存