损耗与事故:修订间差异

本页面所适用的版本可能已经过时,最后更新于1.8
无编辑摘要
第4行: 第4行:
== 原因 ==
== 原因 ==
{{SVersion|1.10}}
{{SVersion|1.10}}
* [[Training|演习]]:固定 {{red|6%}} 损耗。<ref name=defines>See in {{path|defines}}</ref>
* [[Training|演习]]:固定 {{red|6%}} 损耗。<ref name="defines">See in {{path|defines}}</ref>
* [[Terrain|地形]]: 至多 {{red|50%}}损耗。
* [[Terrain|地形]]: 至多 {{red|50%}}损耗。
* [[Weather|天气]]: 至多 {{red|70%}} 损耗 ,最多 {{red|+60%}}空军事故率。
* [[Weather|天气]]: 至多 {{red|70%}} 损耗 ,最多 {{red|+60%}}空军事故率。
第23行: 第23行:
 对于陆军单位, 每一种装备平均每小时遭受的损失(equipment loss per hour)是
 对于陆军单位, 每一种装备平均每小时遭受的损失(equipment loss per hour)是


<math>\text{equipment lost per hour} = 0.5 \cdot \text{attrition} \cdot P(\text{loss}) \cdot \max\{1, \text{number of equipment} \cdot P(\text{per type loss}) \cdot (1 - \text{reliability} )\}</math>
<math>\text{equipment lost per hour} = 0.1 \cdot \text{attrition} \cdot 0.5 \cdot \max(1, \lfloor\text{number of equipment} \cdot 0.1 \cdot (1 - \text{reliability})\rfloor)</math><ref>the 0.1's respectively are the [[defines]] <code>ATTRITION_EQUIPMENT_LOSS_CHANCE</code> and <code>ATTRITION_EQUIPMENT_PER_TYPE_LOSS_CHANCE</code>.</ref>


 其中 P(loss) 和 P(per type loss) 分别为 <code>ATTRITION_EQUIPMENT_LOSS_CHANCE</code> (基础数值为0.1) 和 <code>ATTRITION_EQUIPMENT_PER_TYPE_LOSS_CHANCE</code> (基础数值0.1) 。参考来源: [[defines]].
 其中 P(loss) 和 P(per type loss) 分别为 <code>ATTRITION_EQUIPMENT_LOSS_CHANCE</code> (基础数值为0.1) 和 <code>ATTRITION_EQUIPMENT_PER_TYPE_LOSS_CHANCE</code> (基础数值0.1) 。参考来源: [[defines]].
第31行: 第31行:
 当可靠性小于1-10/装备总数时,损失由损耗、可靠性、装备总数共同决定: <math>\text{reliability} < 100\% - \frac{10}{\text{number of equipment}}, \frac{\text{equipment lost per day}}{\text{number of equipment}} = 12\% \cdot \text{attrition} \cdot (100\% - \text{reliability})</math>; 
 当可靠性小于1-10/装备总数时,损失由损耗、可靠性、装备总数共同决定: <math>\text{reliability} < 100\% - \frac{10}{\text{number of equipment}}, \frac{\text{equipment lost per day}}{\text{number of equipment}} = 12\% \cdot \text{attrition} \cdot (100\% - \text{reliability})</math>; 


 否则,仍会存在一个基本损失,仅由损耗决定: <math>\text{equipment lost per day} = 1.2 \cdot \text{attrition}</math>.
 否则,仍会存在一个基本损失,仅由损耗决定: <math>\text{equipment lost per day} = 1.2 \cdot \text{attrition}</math>. 


 例如,若损耗为100%、可靠性为0%, 则每天都会有12%的装备损失掉。 
 例如,若损耗为100%、可靠性为0%, 则每天都会有12%的装备损失掉。 


 又例如,当可靠性为80%,(假设装备总数大于50且库存充足),100天的持续训练(这足够将1级训练为2或3级)将会损失14.4%的装备。
 又例如,当可靠性为80%,(假设装备总数大于50且库存充足),100天的持续训练(这足够将1级训练为2或3级)将会损失14.4%的装备。


 请注意,同一种装备的不同类型的损失是分开独立计算的,所以总损失会受到装备类型数的影响。这种情况会发生在你的部队使用了缴获的装备或者是不同变种的装备之时。
 请注意,同一种装备的不同类型的损失是分开独立计算的,所以总损失会受到装备类型数的影响。这种情况会发生在你的部队使用了缴获的装备或者是不同变种的装备之时。
第42行: 第41行:
 并且,基本损失相对于数量较小的装备而言,也会很大。比如说炮火支援连(12门)和重自行防空炮营(8辆)。例如,若损耗为100%,则炮火支援连每天都会损失10%,重自行防空炮营则为15%。
 并且,基本损失相对于数量较小的装备而言,也会很大。比如说炮火支援连(12门)和重自行防空炮营(8辆)。例如,若损耗为100%,则炮火支援连每天都会损失10%,重自行防空炮营则为15%。


为了最小化装备损耗,让改装装备的可靠性大于 <math>1 - \frac{10}{\text{number of equipment}}</math> 就可以了。这意味着,装备数小于等于10,则可靠性需要大于0%;12则为16.7%;24则为58%;50则为80%;200则为95%;等等。因此,对于使用昂贵装备(比如坦克)的大编制部队,通过改装增加装备的可靠性和配备维修支援连很重要。
另外值得注意的是,火炮的可靠性为50%,而火箭炮为80%。


  最小化 装备 损耗,让改装装备的 可靠性 大于 <math>1 - \frac{10}{\text{number of equipment}}</math> 就可以了。这意味着,装备数小于等于10,则可靠性需要大于0% ;12则为16.7% ;24则为58% ;50则为80% ;200则为95% ;等等。因此,对于使用昂贵装备(比如坦克)的大编制部队,通过改装增加装备的可靠性和配备维修支援连很重要。
  这个表格显示 常见 装备 数量下 可靠性 的阈值(上限)。
 
{| class="wikitable" style="float:right; margin-left:2em"
!Item count
!1
!2
!3
|-
|12||>=0%|| ||
|-
|24||>16.6%||>=0%||
|-
|36||>44.4%||>16.6%||>=0%
|-
|50||>60%||>40%||>20%
|-
|100|| >80%||>70%||>60%
|-
|200||>90%||>85%||>80%
|}
The table shows some of the thresholds for common equipment counts. As an example, a unit with 100 items of one kind with 80% reliability loses a maximum of 2 (i.e. average 1) items per attrition event. At 80.1% reliability or 199 items, the maximum becomes 1 (i.e. average 0.5), cutting the attrition in half. For equipment with reliability above the highest threshold (i.e. maximum 1), the attrition formula simplifies to


<math>\text{daily attrition rate} = 1.2 \cdot \text{attrition}</math>.


另外值得注意的是,火炮的可靠性为50%,而火箭炮为80%。
Note that each equipment variant calculates attrition independently. Division with many different types, variants, and origins of equipment will lose more equipment despite equal reliability values. The base attrition is most impactful for units using equipment in small quantities, e.g. support artillery company (12) or heavy self-propelled anti-air battalion (8).


=== 空中单位 ===
Therefore increasing reliability through variant equipment and using maintenance companies matters the most in large divisions using expensive equipment, like tanks.
===空中单位===
 虽然飞机不会受到磨损,但在起飞/着陆时有可能发生事故。
 虽然飞机不会受到磨损,但在起飞/着陆时有可能发生事故。


第55行: 第79行:
 或等于土地单位损耗的1%。舰载飞机的事故率是普通飞机的两倍。它可以很快变成一个重大问题,不管空战进行得如何顺利,都会吞噬大量可用的飞机。
 或等于土地单位损耗的1%。舰载飞机的事故率是普通飞机的两倍。它可以很快变成一个重大问题,不管空战进行得如何顺利,都会吞噬大量可用的飞机。


=== 海军单位 ===
===海军单位===
 舰艇本身并不会因损耗而损失,但是会降低可靠性,使得因敌方攻击可能导致严重受损。
 舰艇本身并不会因损耗而损失,但是会降低可靠性,使得因敌方攻击可能导致严重受损。


== 减少装备损失的方法 ==
==减少装备损失的方法==
{{SVersion|1.8}}
{{SVersion|1.8}}
 有几种减少装备损失的方法。一个方法是给师配备一个维修支援连来提高可靠性,或者生产提高可靠性的改进型坦克,舰艇或飞机。带有冬季技能(Winter Specialist)的[[Commander|指挥官]]将会给他指挥的军队减少 {{green|50.00%}}的冬季损耗,[[land doctrine|陆军学说]]里,人海突击([[Land_doctrine#Mass_Assault|Mass Assault]]  )学说树中的大规模动员(Mass Mobilization)下的人民军队(People's Army)可以为所有地面单位减少{{green|10.0%}}的损耗。
 有几种减少装备损失的方法。一个方法是给师配备一个维修支援连来提高可靠性,或者生产提高可靠性的改进型坦克,舰艇或飞机。带有冬季技能(Winter Specialist)的[[Commander|指挥官]]将会给他指挥的军队减少 {{green|50.00%}}的冬季损耗,[[land doctrine|陆军学说]]里,人海突击([[Land_doctrine#Mass_Assault|Mass Assault]]  )学说树中的大规模动员(Mass Mobilization)下的人民军队(People's Army)可以为所有地面单位减少{{green|10.0%}}的损耗。


=== 定制难度设置 ===
===定制难度设置===
 在游戏前调整主要国家的力量滑动条可以降低这个国家所有单位的损耗。而然,这将影响[[achievements|成就]]。
 在游戏前调整主要国家的力量滑动条可以降低这个国家所有单位的损耗。而然,这将影响[[achievements|成就]]。


== 脚注 ==
==脚注==
<references/>
<references />





2023年3月7日 (二) 17:29的版本

在战斗中,损耗是装备的损失,而非人力的损失。陆军单位会遭受损耗,而空军单位会遭受事故,尤其是在恶劣天气。

原因

组织度的损失

不论是否处于战斗中,损耗都会导致一支部队每小时损失 0.1 * 损耗 的组织度。

失去补给时,部队组织度每小时还会根据失去补给的时长受到至多0.3的损失,在30日后达到顶峰。

装备的损失

更高的可靠性会降低损耗导致的装备损失。

陆军单位

对于陆军单位, 每一种装备平均每小时遭受的损失(equipment loss per hour)是

[math]\displaystyle{ \text{equipment lost per hour} = 0.1 \cdot \text{attrition} \cdot 0.5 \cdot \max(1, \lfloor\text{number of equipment} \cdot 0.1 \cdot (1 - \text{reliability})\rfloor) }[/math][2]

其中 P(loss) 和 P(per type loss) 分别为 ATTRITION_EQUIPMENT_LOSS_CHANCE (基础数值为0.1) 和 ATTRITION_EQUIPMENT_PER_TYPE_LOSS_CHANCE (基础数值0.1) 。参考来源: defines.

具体而言:

当可靠性小于1-10/装备总数时,损失由损耗、可靠性、装备总数共同决定: [math]\displaystyle{ \text{reliability} \lt 100\% - \frac{10}{\text{number of equipment}}, \frac{\text{equipment lost per day}}{\text{number of equipment}} = 12\% \cdot \text{attrition} \cdot (100\% - \text{reliability}) }[/math];

否则,仍会存在一个基本损失,仅由损耗决定: [math]\displaystyle{ \text{equipment lost per day} = 1.2 \cdot \text{attrition} }[/math].

例如,若损耗为100%、可靠性为0%, 则每天都会有12%的装备损失掉。

又例如,当可靠性为80%,(假设装备总数大于50且库存充足),100天的持续训练(这足够将1级训练为2或3级)将会损失14.4%的装备。

请注意,同一种装备的不同类型的损失是分开独立计算的,所以总损失会受到装备类型数的影响。这种情况会发生在你的部队使用了缴获的装备或者是不同变种的装备之时。

并且,基本损失相对于数量较小的装备而言,也会很大。比如说炮火支援连(12门)和重自行防空炮营(8辆)。例如,若损耗为100%,则炮火支援连每天都会损失10%,重自行防空炮营则为15%。

为了最小化装备损耗,让改装装备的可靠性大于 [math]\displaystyle{ 1 - \frac{10}{\text{number of equipment}} }[/math] 就可以了。这意味着,装备数小于等于10,则可靠性需要大于0%;12则为16.7%;24则为58%;50则为80%;200则为95%;等等。因此,对于使用昂贵装备(比如坦克)的大编制部队,通过改装增加装备的可靠性和配备维修支援连很重要。

另外值得注意的是,火炮的可靠性为50%,而火箭炮为80%。

这个表格显示了常见装备数量下可靠性的阈值(上限)。

Item count 1 2 3
12 >=0%
24 >16.6% >=0%
36 >44.4% >16.6% >=0%
50 >60% >40% >20%
100 >80% >70% >60%
200 >90% >85% >80%

The table shows some of the thresholds for common equipment counts. As an example, a unit with 100 items of one kind with 80% reliability loses a maximum of 2 (i.e. average 1) items per attrition event. At 80.1% reliability or 199 items, the maximum becomes 1 (i.e. average 0.5), cutting the attrition in half. For equipment with reliability above the highest threshold (i.e. maximum 1), the attrition formula simplifies to

[math]\displaystyle{ \text{daily attrition rate} = 1.2 \cdot \text{attrition} }[/math].

Note that each equipment variant calculates attrition independently. Division with many different types, variants, and origins of equipment will lose more equipment despite equal reliability values. The base attrition is most impactful for units using equipment in small quantities, e.g. support artillery company (12) or heavy self-propelled anti-air battalion (8).

Therefore increasing reliability through variant equipment and using maintenance companies matters the most in large divisions using expensive equipment, like tanks.

空中单位

虽然飞机不会受到磨损,但在起飞/着陆时有可能发生事故。

[math]\displaystyle{ \text{事故概率} = 0.1\% \cdot \left( 100\% - \text{可靠性} \right) }[/math]

或等于土地单位损耗的1%。舰载飞机的事故率是普通飞机的两倍。它可以很快变成一个重大问题,不管空战进行得如何顺利,都会吞噬大量可用的飞机。

海军单位

舰艇本身并不会因损耗而损失,但是会降低可靠性,使得因敌方攻击可能导致严重受损。

减少装备损失的方法

有几种减少装备损失的方法。一个方法是给师配备一个维修支援连来提高可靠性,或者生产提高可靠性的改进型坦克,舰艇或飞机。带有冬季技能(Winter Specialist)的指挥官将会给他指挥的军队减少 50.00%的冬季损耗,陆军学说里,人海突击(Mass Assault )学说树中的大规模动员(Mass Mobilization)下的人民军队(People's Army)可以为所有地面单位减少10.0%的损耗。

定制难度设置

在游戏前调整主要国家的力量滑动条可以降低这个国家所有单位的损耗。而然,这将影响成就

脚注

  1. 1.0 1.1 See in /Hearts of Iron IV/common/defines/00_defines.lua
  2. the 0.1's respectively are the defines ATTRITION_EQUIPMENT_LOSS_CHANCE and ATTRITION_EQUIPMENT_PER_TYPE_LOSS_CHANCE.


hoi4de:Attrition and accidents hoi4es:Attrition and accidents hoi4fr:Attrition and accidents hoi4pl:Attrition and accidents hoi4pt:Attrition and accidents hoi4ru:Attrition and accidents