[#12645] 硅冶炼炉重复增强问题
变更摘要
硅冶炼炉的效率同时受输出速率和生产时间影响,导致其在高温地块的实际效率达到预期的平方。此 PR 移除了
boostScale属性以修复该重复增强问题。
状态 Open · 目标 master ← patch-5
文件 1 · 代码变化 +0 / -1
类型 Bug 修复
主要变更
- 移除硅冶炼炉的
boostScale属性配置
影响范围
- 硅冶炼炉
- 游戏平衡性
可能影响
- 降低硅冶炼炉在高温地块的过高效率
- 修复效率计算异常
以上影响分析根据 PR 描述及代码修改推断,不代表维护者正式结论。
重点文件
core/src/mindustry/content/Blocks.java
修改 · +0 / -1
- 移除了硅冶炼炉配置中的
boostScale = 0.15f;属性。
作者说明
可能由 #11552 引起。 硅冶炼炉的效率同时受输出速率和生产时间影响,导致其在 159.7 秒内的实际效率达到 (167.5%)^2,而不是预期的 167.5%(以高温岩石地块为例)。 这可能是对硅冶炼炉的意外增强,使其在高温地区极其强大。
如果你的 pull request 不是与翻译或服务器列表相关,请阅读以下要求列表并勾选每个复选框:
- 我已阅读 贡献指南。
- 我已确保我的代码可以编译(如果适用)。
- 我已确保此 PR 中的任何新功能在游戏中都能正常运行(如果适用)。
GitHub 原文
likely caused by #11552 silicon crucible's efficiency was affected by both output rate and production time, making it (167.5%)^2 more effective instead of 167.5% in 159.7 does.(take hot rock tiles for example) it might be an unexpected buff for silicon crucibles, making it extremely op in hot places.
If your pull request is not translation or serverlist-related, read the list of requirements below and check each box:
- I have read the contribution guidelines.
- I have ensured that my code compiles, if applicable.
- I have ensured that any new features in this PR function correctly in-game, if applicable.
由 MDT GitHub 同步机器人自动同步。中文翻译、摘要及代码影响分析由 AI 生成,仅供参考。