下载客户端

舰队升级计算

2026-03-05 10:36:35

AI智能总结导读

本文针对《无人深空》V4.4x回声版本,深入解析护卫舰舰队升级计算机制,涵盖舰队属性上限、货船加成、升级模块叠加规则、燃料消耗计算等内容,为玩家提供护卫舰舰队升级的量化参考。

深入解析护卫舰舰队及其升级模块系统 前言 市面上已有许多优质参考资料,详细介绍了如何发展和升级护卫舰舰队与货船。但在舰队属性加成的量化方面,我们似乎仍面临一个巨大的未知领域。在此,我想分享一些观察结果,或许能帮助大家更好地理解护卫舰的各项属性。由于属性存在容易达到的上限,这个话题可能并非那么有趣,但它或许能为理解其他采用类似规则的游戏机制提供一些思路。 我的笔记绝非完整或不容置疑,因此,如果你有补充内容或不同意见,欢迎分享你的看法。本文所有观察结果均基于2023年12月《无人深空》V4.4x回声更新版本。我们都希望未来能有更多令人兴奋的更新,因此这里的观察结果可能会在未来发生变化。 舰队总计 当选择护卫舰执行舰队远征时,屏幕底部会显示一行四个主要属性的总计。请注意,远征概览屏幕不会显示此类总计,而是会显示护卫舰总计(始终是已分配舰船数值的总和)和一个升级值(这意味着一个附加奖励,但正如我们将看到的,它实际上是与一个缩放值的差值)。随着你舰队的发展,你很快会注意到显示的总计很容易达到150的上限,如下方一艘经过适当升级的工业护卫舰所示。

如果我们增加更多护卫舰来进一步提升数值,会发生什么?

The displayed totals all remain at 150 points, while the frigates total can be above the cap and the displayed upgrades remain at zero. Let us note this down with some simple formulas for further reference. Fleet totals: display_total = MIN(scaled_value, 150) display_upgrades = MAX(scaled_value - display_frigates, 0) We cannot tell for sure, but it is fair to assume that any primary attribute beyond 150 has no effect on the quantity and quality of expedition rewards. To reach a five star fleet rating, the requirements are even lower: For specialized expeditions, the corresponding attribute just needs to reach a value of 100, and for balanced expeditions, it is enough to get all four attributes to value 50 or higher. If the fleet rating is two stars above the expedition difficulty rating, it is guaranteed that no frigates will be damaged. For the lower star ratings, I have observed the following thresholds. Fleet ratings for specialized / balanced expeditions: 5_star_min = 100 / 50 each 4_star_min = 81 / 36 each 3_star_min = 51 / 21 each 2_star_min = 21 / 11 each Freighter Bonus Once we know fleet totals are capped, we can focus on values below that limit. The next interesting observation: If no upgrades are applied, the displayed total and frigate total always differ by the same ratio, unless you reach the cap or change your freighter. Every freighter has a unique fleet bonus multiplier, much like the individual type bonuses you observe on every starship (i.e. multipliers for damage, warp range, shields and maneuverability). The actual freighter bonus value is never shown directly in-game, and the bands per freighter class are as follows. Freighter bonus ranges: S class: 40% - 60% A class: 20% - 40% B class: 10% - 20% C class: 0% - 10% If you use a save editor (yes, that also works read-only and on save backups) to look at the multiplier, it appears as a decimal value without any rounding. I used this precise value to check the convention how fleet totals are scaled, and it turns out they are always rounded down. Freighter bonus, no upgrades: scaled_value = FLOOR(display_frigates * (100% + freighter_bonus)) display_total = MIN(scaled_value, 150) If you want to calculate your freighter bonus without a save editor, be advised to compare fleet totals in the range of 140 to 149 against the corresponding frigate totals. The freighter bonus is often confused with the "fleet coordination" shown on the freighter inventory screen. However, this informational display value also changes depending on all active modules and adjacency counts. A common misconception: The displayed fleet coordination acts as "some bonus" on all fleet attributes. But if you raise the fleet coordination by adding non-adjacent upgrades for one attribute, you can clearly see the other attributes remain unaffected. To avoid the common confusion between "fleet coordination" and the actual "freighter bonus", these two terms are used consistently here. The fleet coordination is still useful, though. You can estimate a freighter's fleet bonus when no upgrades are active, e.g. when you are looking for a new freighter. New freighter without upgrades: freighter_bonus = 7.5% * (display_fleet_coordination - 20)So, if you come across an S-class with a coordination around 27, be aware it is quite an outstanding one. However, once a freighter is in use, the fleet coordination can sometimes glitch and show inconsistent values. Attribute Upgrades

我们理解舰队上限和货船加成,所以接下来要研究的是升级模块。在七种货船模块类型中,有六种(!)都与舰队加成有关。通常,每种模块各三个的完整套装看起来就像左侧的库存截图。注意模块周围的白色(或彩色)边框表示“相邻”:当相似模块彼此相邻放置时,每个模块将根据其左、右、上、下最多四个“匹配”模块获得未明确说明的加成。这种相邻系统使得《无人深空》中的升级计算变得非常晦涩难懂。

要了解升级机制,我们首先需要排除相邻加成的影响,方法是将模块分开放置或按左侧图示那样斜向摆放。在我测试的所有此类配置中,升级百分比似乎不是简单相加,而是以乘数方式叠加。计算公式为:(100% + 模块1)×(100% + 模块2)×(100% + 模块3) 这种计算方式适用于显示的百分比,当模块放置在超级充能插槽中时同样适用。四个属性升级模块没有数值范围,而是每个等级对应固定数值。 属性模块数值: S级:15% A级:11% B级:6% C级:2% 这固然不错,但相邻摆放时效果如何呢?我们可以预期每个模块最多获得四个小的加成值。这种加成可能对四个主要属性都是相同的。在上述18个模块的示例排列中,每个主属性(第2至5列)的相邻数为3/4/3。单个相邻对的加成太小,无法从四舍五入后的值中推断出来,但组合相邻加成却相当明显。我们可以猜测它们的叠加方式,用不同的加成值测试假设,看看观察到的值是否符合常见的四舍五入规则。我能找到的最简单规则如下: 升级乘数= (100% + 模块1 + 4.5% * 相邻数1)* (100% + 模块2 + 4.5% * 相邻数2)* (100% + 模块3 + 4.5% * 相邻数3) 缩放值=向下取整(显示的护卫舰数量 *(100% + 货船加成)* 升级乘数) 这意味着相邻加成会被添加到各个相应的模块中,然后将总和相乘。如果超级充能槽位在组合中,奖励应相应地进行叠加,不过我尚未对此进行详细验证。4.5%可能看起来有点奇怪,但这是我从记录的示例中得出的结果。如果另一个公式与不同的数值匹配,那也是合理的。 燃料升级 到目前为止,我们只讨论了舰队属性(战斗、探索、工业和贸易)。护卫舰的燃料消耗同样重要,但其解释方式有很大不同。

First of all, when you hire a new frigate or manage your fleet, there is a fundamental difference: The attributes always show up as base values, while the displayed fuel usage is always already altered by the freighter bonus and fuel upgrade modules. In other words: The frigates base fuel usage is never shown! You have to calculate it from observations or check it with a save editor. If we do the latter, we see the base fuel usage is always an integer in the following ranges. Fuel usage ranges (per warp or 250ly): Support Specialist: 2 to 5 Other Specialists: 8 to 12 The ranges for fuel upgrade modules are as follows. Fuel module values: S class: 15% - 20% A class: 11% - 14% B class: 6% - 10% C class: 2% - 5% Since the base values are small and the display values are even smaller, rounding plays a big role. Again, we can check the display values without upgrades, with isolated modules and with module adjacency. From what I have observed, the multipliers are not inverted (like "distance per fuel"), but the percentages are subtracted, and the result is always rounded up. Frigate fuel efficiency: display_fuel = CEILING( frigate_fuel * (100% - freighter_bonus) * upgrade_multipliers) upgrade_multipliers = (100% - module_1) * (100% - module_2) * (100% - module_3) And interestingly, the adjacency never had any observable effect on fuel usage. Fuel modules can boost attribute modules, but not vice versa. In other words, there is no reason to pack the fuel modules together, so putting them on supercharged slots may be a good idea. This brings a 20% module to 36%, which is worth exactly the same as two modules with 20% each (0.8*0.8=0.64). So, do I have to supercharge fuel modules? Quite frankly, not at all. Due to the strong rounding effects, it really depends. A decent S class freighter can push all frigates with a base value of 8 or lower to the hard minimum value of 1. That specific setup is cool if you have non-support frigates with such low base values, and perfectly useless for any other ship in your fleet. So, the ideal setup is highly situational and indeed a matter of personal preference. Is that all about fuel usage? No, it gets more complicated when you assign frigates to expeditions. The fuel usage values are displayed per 250ly (or warps). With that it seems the expedition distance is divided by 250, rounded up, and then multiplied with the total fuel usage of the selected frigates. fuel_product = sum_display_fuel * CEILING(display_distance/250) Each frigate can have one or more fuel reduction perks. These are not per distance, but per expedition. If, and only if, the total of fuel reduction outmatches the fuel product, then the expedition will have zero fuel cost. fuel_used_50t = CEILING( MAX(fuel_product - sum_fuel_reduction, 0) / 50) Frigate fuel comes in 3 item types (50t, 100t, 200t) and the overall consumption is always rounded up to a multiple of 50t. If you have no 50t items left to consume, a larger type will be used and the difference is returned as 50t items. Expedition Duration The sixth and final type of upgrade module reduces the duration of expeditions. To my understanding, this just shortens the time until the frigates return and therefore, it is by far the least relevant upgrade. A set of 5 new expeditions is available every 24 hours, regardless of completion times. A shorter duration really only helps when you have few frigates you want to use several times per day. I have not done any research yet, but it seems fair to assume the duration and fuel upgrades work similarly. Also, frigates can have one or more perks that reduce the duration each by a set percentage. Expected duration - not verified: display_duration = expedition_duration * (100% - module_1) * (100% - module_2) * (100% - module_3) * (100% - sum_duration_reduction) Consumable Upgrades A fleet can be equipped with up to three temporary upgrades that last for exactly one expedition.

此类升级的蓝图可通过回收的护卫舰模块解锁,或作为工厂的随机奖励获得。 爆炸无人机 +10 战斗 全息分析仪 +10 探索 精神控制装置 +10 交易 矿物压缩机 +10 工业 燃料氧化剂 -10% 持续时间 每次使用都会消耗该物品,而制作这些物品需要材料。消耗品的效果会随货船加成和升级倍率而缩放。但它们值得吗?虽然在游戏初期难以获取,但一旦拥有了这些消耗品,即使不用它们,也应该能相当容易地达到属性上限。因此,我尚未发现它们能产生显著影响的使用场景。为了总结本章内容,让我们通过以下附加方面来总结属性加成。 属性加成: upgrade_multiplier = (100% + 模块1 + 4.5% * 相邻1) * (100% + 模块2 + 4.5% * 相邻2) * (100% + 模块3 + 4.5% * 相邻3) scaled_value = 向下取整( (显示护卫舰数量 + 消耗品) * (100% + 货船加成)*upgrade_multiplier) display_total = 最小值(scaled_value, 150) display_upgrades = 最大值(scaled_value - 显示护卫舰数量, 0) 结语 希望这些观察结果能对那些喜欢深入研究游戏规则的玩家有所帮助。如果能引发一些讨论或更多更好的观察,那就更好了。从这个角度来说,欢迎大家交流。祝各位探索者旅途愉快,观察顺利!

评论

共0条评论
face
inputImg
相关阅读
最新更新

《无人深空》S级废弃货船相关说明(2023年6月5日更新)

这是我英文原稿的西班牙语翻译初稿。感谢对该翻译的反馈,尤其是游戏中的英语术语可能没有最佳西班牙语对应词汇的情况。 以下是我在《无人深空》(NMS)中探索S级废弃…

2026-03-19 05:370赞 · 0评论

单机游戏 三款游戏中的星球登陆对比 -《星球大战:亡命之徒》VS《星空》VS《无人深空》

三款游戏中的星球登陆对比 -《星球大战:亡命之徒》VS《星空》VS《无人深空》 你最喜欢那款游戏的效果呢? 游戏列表: 《星球大战:亡命之徒》 《星空》 《无人…

2026-05-01 02:350赞 · 0评论

单机游戏 国产种田游戏《星砂岛》因版权问题 主动下架Steam|《无人深空》再迎更新 添加宝可梦对战

无人深空 No Man's Sky 175→70 平史 CP站56 折扣码“ROCKCP” 83%特别好评(303000+) ==== 无人深空 No Man'…

2026-04-30 09:370赞 · 0评论

组建宠物小队,来对战吧!《无人深空》免费更新“深空斗兽场”现已上线

No Man's Sky Xeno Arena Trailer 《无人深空》免费更新“深空斗兽场”现已上线,组建你的宠物小队,提升宠物属性,展开回合制对决。“深…

2026-04-08 21:021赞 · 0评论

《无人深空》:MisterWalky的技巧与窍门

《无人深空》依旧是一款极其庞大的游戏,其中包含众多秘密,有些秘密被精英阶层小心翼翼地守护着。我将为你揭示一切。 实用提示: 建议:若要快速查找本页面上的信息,请…

2026-04-07 03:320赞 · 0评论

获取阿特拉斯通行证,包括v1、v2和v3

刚开始玩这款游戏时,我完全不知道如何获取阿特拉斯通行证,而且我看过的攻略也没有告诉我方法。这是一篇关于我如何获得v1、v2和v3阿特拉斯通行证蓝图的简短说明。 …

2026-04-02 07:030赞 · 0评论

《无人深空》成就及提示 更新 22/8/17

《无人深空》成就描述 探索类成就

2026-03-23 15:360赞 · 0评论

《无人深空》新手指南#2:将敌人炸回石器时代

你已经知道如何移动,现在是时候摧毁敌人了。在这里,我们将讨论武器、战术和策略。 简介 在这里,我们将讨论【枪械】!所有即时战略游戏都需要一些破坏力,而《无人作战…

2026-03-20 07:000赞 · 0评论

阿特拉斯之路 JSON 编辑

【必须能熟练使用存档编辑器】 【请备份你的存档】 本指南将帮助你完成“Atlas Path”任务。完成编辑后,你的Atlas任务将显示为“Atlas Etern…

2026-02-28 20:010赞 · 0评论

【部分内容已过时】《无人深空》中的传送门及其最佳使用方法

大家好,我是Sendzeagahara,今天我想详细介绍一下《无人深空》中传送门的工作原理,以及如何找到它们和正确使用它们。 简短的前言。 首先,让我们纠正社区…

2026-02-27 03:010赞 · 0评论
暂无更多

最新更新

  • 《无人深空》异星竞技场 — 大家好, 《无人深空》即将迎来十周年,今年对我们来说注定是意义非凡的一年! 我们自己都难以相信在2025年推出了如此多大型更新。2026年,我们将在这一势头的基…
  • 在游戏中用俄语(或其他语言)书写! — 游戏官方并不支持西里尔字母,但我偶然发现了如何用自己的语言(对我来说是俄语)输入名称。方法非常简单。 引言。 在寻找提升游戏帧率的方法时,我遇到了一种解决问题的…
  • 《无人深空》:MisterWalky的技巧与窍门 — 《无人深空》依旧是一款极其庞大的游戏,其中包含众多秘密,有些秘密被精英阶层小心翼翼地守护着。我将为你揭示一切。 实用提示: 建议:若要快速查找本页面上的信息,请…
  • FPS/卡顿修复。【已过时】 — 一个解决帧率问题和卡顿问题的好方法! 《无人深空》帧率/卡顿修复(已更新,增加额外帧率提升):此方法已有些时日,若无效请勿归咎于我。 该方法让我的游戏以及成千上…
  • 获取阿特拉斯通行证,包括v1、v2和v3 — 刚开始玩这款游戏时,我完全不知道如何获取阿特拉斯通行证,而且我看过的攻略也没有告诉我方法。这是一篇关于我如何获得v1、v2和v3阿特拉斯通行证蓝图的简短说明。 …
  • 背包空间 — 欢迎 这是我的第一篇指南,请注意这一点。 希望你能从这些信息中获得帮助。 ### 外骨骼储物格 你可以在空间站和异常现象中购买储物格。初始价格较低,但会随着购买…
  • 完全升级你的【活体飞船】 — 快速指南:教你如何为你的生物飞船升级所需的所有模块。 首先,你需要一艘生物飞船。然后,寻找一个没有gek、vykeen或korvax等优势生命形态的星系。将飞船…
  • 合并(碰撞)星球 — 这是我在《无人深空》宇宙中探访和探索过的各种碰撞行星的汇总。其中有些是我自己发现的,但大部分来自各个在线论坛。我之前曾在论坛发布过部分内容,不过现在内容已经扩充…
  • 最快赚钱方法 — 这是最快的赚钱方法。 如何开始 我尝试过很多方法。初期方法是种植埃梅里尔,但这不是最佳且最快的方法。种植珍珠/重力球/毒囊,由于这三种物品价格大致相同,我也将它…
  • 《无人深空》成就及提示 更新 22/8/17 — 《无人深空》成就描述 探索类成就