罗马全面战争如何把自己的高级兵加到低级兵营

2025-03-04 06:40:18
推荐回答(5个)
回答1:

  如果你想用一级兵营建造所有兵种,可以修改data文件下的export_descr_buildings
  将你要添加的兵种加到一级兵营中。
  如罗马的一级兵营可以改为

  muster_field requires factions { barbarian, carthaginian, eastern, parthia, egyptian, greek, roman, }
  {
  capability
  {
  recruit "carthaginian city militia" 0 requires factions { spain, }
  recruit "carthaginian infantry" 0 requires factions { spain, }
  recruit "spanish scutarii" 0 requires factions { spain, }
  recruit "barb infantry briton" 0 requires factions { britons, }
  recruit "barb infantry dacian" 0 requires factions { dacia, }
  recruit "barb infantry gaul" 0 requires factions { gauls, }
  recruit "warband spear german" 0 requires factions { germans, }
  recruit "barb horse archers scythian" 0 requires factions { scythia, }
  recruit "warband sword briton" 0 requires factions { britons, }
  recruit "warband sword gaul" 0 requires factions { gauls, }
  recruit "warband axe german" 0 requires factions { germans, }
  recruit "warband falx dacian" 0 requires factions { dacia, }
  recruit "barb warguard gaul" 0 requires factions { gauls, }
  recruit "barb warguard briton" 0 requires factions { britons, }
  recruit "barb warguard dacian" 0 requires factions { dacia, }
  recruit "warband dhaxe german" 0 requires factions { germans, }
  recruit "warband axe scythian" 1 requires factions { scythia, }
  recruit "carthaginian city militia" 0 requires factions { carthage, }
  recruit "numidian javelinmen" 0 requires factions { numidia, }
  recruit "carthaginian infantry" 0 requires factions { carthage, }
  recruit "numidian desert warriors" 1 requires factions { numidia, }
  recruit "carthaginian medium infantry" 0 requires factions { carthage, }
  recruit "carthaginian heavy infantry" 0 requires factions { carthage, }
  recruit "numidian legionaries" 0 requires factions { numidia, }
  recruit "east hillmen" 0 requires factions { eastern, }
  recruit "east infantry" 0 requires factions { eastern, }
  recruit "east heavy infantry" 0 requires factions { armenia, }
  recruit "east hoplite" 0 requires factions { pontus, }
  recruit "east hoplite brazen shield" 0 requires factions { pontus, }
  recruit "east legionary" 0 requires factions { armenia, }
  recruit "egyptian nubian spearmen" 0 requires factions { egyptian, }
  recruit "egyptian nile infantry" 0 requires factions { egyptian, }
  recruit "egyptian infantry" 0 requires factions { egyptian, }
  recruit "egyptian elite guards" 0 requires factions { egyptian, }
  recruit "greek hoplite militia" 0 requires factions { greek, }
  recruit "greek levy pikemen" 0 requires factions { seleucid, macedon, }
  recruit "warband falx thracian" 0 requires factions { thrace, }
  recruit "greek hoplite" 1 requires factions { greek_cities, }
  recruit "greek pikemen" 0 requires factions { thrace, seleucid, macedon, }
  recruit "greek hoplite elite" 0 requires factions { greek_cities, }
  recruit "greek royal pikemen" 0 requires factions { macedon, }
  recruit "greek silver shield pikemen" 0 requires factions { seleucid, }
  recruit "greek hoplite spartan" 0 requires factions { greek_cities, } and hidden_resource sparta
  recruit "greek bastarnae" 0 requires factions { thrace, }
  recruit "greek argyraspid" 0 requires factions { seleucid, }
  recruit "roman city militia" 0 requires factions { roman, }
  recruit "roman hastati" 0 requires factions { roman, } and not marian_reforms
  recruit "roman infantry auxillia" 0 requires factions { roman, } and marian_reforms
  recruit "roman princeps" 0 requires factions { roman, } and not marian_reforms
  recruit "roman legionary cohort i" 0 requires factions { roman, } and marian_reforms
  recruit "roman legionary first cohort i" 0 requires factions { roman, } and hidden_resource rome and marian_reforms
  recruit "roman triarii" 1 requires factions { roman, } and not marian_reforms
  recruit "roman legionary cohort ii" 0 requires factions { roman, } and marian_reforms
  recruit "roman legionary first cohort ii" 0 requires factions { roman, } and hidden_resource rome and marian_reforms
  recruit "roman praetorian cohort urban i" 0 requires factions { roman, } and marian_reforms
  recruit "roman praetorian cohort i" 0 requires factions { roman, } and marian_reforms }
  construction 2
  cost 600
  settlement_min town
  upgrades
  {
  militia_barracks
  }
  }
  如此就可以在一级兵营中招募所有兵种了。不过罗马马略改革后的兵种还是要改革后才能招募。要修改的话又要另外改。而且所有的国家都可以用一级兵营建所有兵种。
  recruit "roman city militia" 0 requires factions { roman, }
  里括号里的roman,表示罗马可以招募。你要是只需要一个国家可以造全部兵种的话,可以将其他国家可以招募的那一条代码删除。建议还是保留其本来可以建造的兵种代码。

回答2:

没办法,不过你可以把那些快挂的部队丢在城里防止叛乱

回答3:

原来的低级兵,人数太少的只能解散的。还有钱拿

回答4:

是 整编 么?
应该是不行的 ,,,怎变得话 要你 有 高级 建筑!

回答5:

想让你的低级兵营生产出来高级的兵对付敌人?