动员:修订间差异

(Mikus1239移动页面Mobilization动员
无编辑摘要
 
第1行: 第1行:
'''Mobilization''' is the act of assembling and making both troops and supplies ready for war.
''' 动员''' 是指集结部队和物资,为战争做准备。
[[File:Mobilisation.jpg|thumb|France can mobilize 106 brigrades]]
[[File:Mobilisation.jpg|thumb| 法国可以动员106个旅]]
In Victoria II, this means you 'recruit' a part of your poor strata into the army.
In HoD this is a gradual process, while before HoD it happened instantly.
The opposite of mobilization is demobilization, which happens instantly in every version.
Mobilizing gives a negative throughput modifier, depending on several factors (see below).
In an unmodded version of the game, mobilised units are Infantry if the country has the tech for it (i.e. all civilized countries and uncivs with the Foreign Weapons reform), otherwise they are Irregulars.


Several factors come into play for mobilization:
*Mobilization Size: a modifier, which indicates the percentage of the poor strata you can mobilize. (see [[National value]])
*Mobilization Impact: a modifier, which indicates the maximum amount of brigades you can mobilize. (see [[Party issues#War Policy|Party issues § War Policy]])
*Mobilization Economic Impact: a modifier, which indicates the economic effects of mobilization. (see [[National value]])
*MIN_MOBILIZE_LIMIT: a constant, which indicates the lowest maximum of brigades you can mobilize. (by default 3)
*MOBILIZATION_SPEED_BASE: a constant, which indicates the speed of mobilization, HoD only. (by default 0.12)
*MOBILIZATION_SPEED_RAILS_MULT: a constant, which indicates the effect of infrastructure on mobilization speed. (by default 3)


The modifiers can be used in any modifier, political issue, technology, invention, etc.
在维多利亚II中,动员意味着国家“招募”一部分贫困阶层加入军队。在黑暗之心中,这是渐进的过程,而在黑暗之心之前的版本中,动员瞬间就可完成。与动员相反的是遣散,在所有版本中都是立即发生,也就是说所有动员出来的军队在遣散后会瞬间消失。动员会产生负面的产出修正。在游戏的非mod版本中,所有开化国家和已经执行外国武器改革的未开化国家动员的部队都是步兵,其他未开化国家动员的部队则是民兵。


The constants are defined in Victoria 2\common\defines.lua


The throughput modifier is calculated by:


  throughput = -1 x mobilization_size x mobilization_economic_impact
  以下几个因素与动员有关:
*动员规模:表示可被动员的贫困阶层的百分比。(参见[[国家价值观]])
*动员影响:表示可被动员的最大的旅的数量。(参见[[Party issues#War Policy|战争政策]])
*动员经济影响:表示动员对经济和生产的影响。(参见[[国家价值观]])
*MIN_MOBILIZE_LIMIT:常数,表示最小能动员的旅的数量。(默认为3)
*MOBILIZATION_SPEED_BASE:常数,表示动员的基础速度,只在黑暗之心版本可用。(默认为1.2)
*MOBILIZATION_SPEED_RAILS_MULT:常数,表示基础设施对对动员速度的影响。(默认为3)


The mobilization speed is calculated by:


  speed = MOBILIZATION_SPEED_BASE x MOBILIZATION_SPEED_RAILS_MULT x infrastructure (%)
  常数定义在Victoria 2\common\defines.lua文件中。


The amount of brigades is limited by:


  limit = brigades x mobilization_impact
  动员时,产出修正按照以下公式计算:


If the amount of brigades is lower than MIN_MOBILIZE_LIMIT, MIN_MOBILIZE_LIMIT is used instead of the current amount of brigades.
 产出 = -1 x 动员规模 x 动员经济影响


Note that 3 means 3000 men and not 3 brigades.
 
动员速度按照以下公式计算:
 
 动员速度 = MOBILIZATION_SPEED_BASE x MOBILIZATION_SPEED_RAILS_MULT x 基础设施率 (%)
 
 
动员总旅数的上限为:
 
 上限 = 动员旅数 x 动员影响
 
 
 
如果动员总旅数的上限小于MIN_MOBILIZE_LIMIT,那么MIN_MOBILIZE_LIMIT将会成为动员旅数的上限。注意,3代表3000人而不是3个旅。


[[Category:Warfare]]
[[Category:Warfare]]

2022年12月5日 (一) 21:41的最新版本

动员是指集结部队和物资,为战争做准备。

法国可以动员106个旅


在维多利亚II中,动员意味着国家“招募”一部分贫困阶层加入军队。在黑暗之心中,这是渐进的过程,而在黑暗之心之前的版本中,动员瞬间就可完成。与动员相反的是遣散,在所有版本中都是立即发生,也就是说所有动员出来的军队在遣散后会瞬间消失。动员会产生负面的产出修正。在游戏的非mod版本中,所有开化国家和已经执行外国武器改革的未开化国家动员的部队都是步兵,其他未开化国家动员的部队则是民兵。


以下几个因素与动员有关:

  • 动员规模:表示可被动员的贫困阶层的百分比。(参见国家价值观
  • 动员影响:表示可被动员的最大的旅的数量。(参见战争政策
  • 动员经济影响:表示动员对经济和生产的影响。(参见国家价值观
  • MIN_MOBILIZE_LIMIT:常数,表示最小能动员的旅的数量。(默认为3)
  • MOBILIZATION_SPEED_BASE:常数,表示动员的基础速度,只在黑暗之心版本可用。(默认为1.2)
  • MOBILIZATION_SPEED_RAILS_MULT:常数,表示基础设施对对动员速度的影响。(默认为3)


常数定义在Victoria 2\common\defines.lua文件中。


动员时,产出修正按照以下公式计算:

产出 = -1 x 动员规模 x 动员经济影响


动员速度按照以下公式计算:

动员速度 = MOBILIZATION_SPEED_BASE x MOBILIZATION_SPEED_RAILS_MULT x 基础设施率 (%)


动员总旅数的上限为:

上限 = 动员旅数 x 动员影响


如果动员总旅数的上限小于MIN_MOBILIZE_LIMIT,那么MIN_MOBILIZE_LIMIT将会成为动员旅数的上限。注意,3代表3000人而不是3个旅。