《中世纪2全面战争》求助:如何删除兵种?
gfzgan:谁知道怎么写到一定回合时间某些单位停止招募或者开始招募。 发布于 2022-09-30 23:21:34
MWHKLKd:解决了就好。但我给你提个小建议如果游戏进不去的话可以看看system.log,这个文件会把出错的地方告诉你 发布于 2022-09-30 17:38:04
kobe_bryantl:好了,我用的笨方法,把储量和招募数量都变成了0,解决了 发布于 2022-09-30 17:31:14
kobe_bryantl:这些我知道是哪个兵种,不知道哪个是头,哪个是尾 发布于 2022-09-30 17:30:34
kobe_bryantl:building siege
{
convert_to castle_siege
levels ballista_range catapult_range siege_works
{
ballista_range city requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, }
{
convert_to 0
capability
{
recruit_pool "NE Ballista" 1 0.2 2 0 requires factions { england, scotland, france, hre, denmark, saxons, spain, portugal, milan, venice, papal_states, sicily, Normans, }
recruit_pool "EE Ballista" 1 0.2 2 0 requires factions { poland, russia, hungary, }
recruit_pool "GR Ballista" 1 0.2 2 0 requires factions { byzantium, }
recruit_pool "ME Ballista" 1 0.2 2 0 requires factions { moors, egypt, arab, turks, }
recruit_pool "AS Ballista" 1 0.2 2 0 requires factions { mongols, timurids, }
}
material wooden
construction 3
cost 1600
settlement_min large_town
upgrades
{
catapult_range
}
}
catapult_range city requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, }
{
convert_to 1
capability
{
recruit_pool "NE Catapult" 1 0.2 2 0 requires factions { england, scotland, france, hre, denmark, saxons, spain, portugal, milan, venice, papal_states, sicily, Normans, }
recruit_pool "EE Catapult" 1 0.2 2 0 requires factions { poland, russia, hungary, }
recruit_pool "GR Catapult" 1 0.2 2 0 requires factions { byzantium, }
recruit_pool "ME Catapult" 1 0.2 2 0 requires factions { moors, egypt, arab, turks, }
recruit_pool "AS Catapult" 1 0.2 2 0 requires factions { mongols, timurids, }
recruit_pool "NE Ballista" 1 0.2 2 0 requires factions { england, scotland, france, hre, denmark, saxons, spain, portugal, milan, venice, papal_states, sicily, Normans, }
recruit_pool "EE Ballista" 1 0.2 2 0 requires factions { poland, russia, hungary, }
recruit_pool "GR Ballista" 1 0.2 2 0 requires factions { byzantium, }
recruit_pool "ME Ballista" 1 0.2 2 0 requires factions { moors, egypt, arab, turks, }
recruit_pool "AS Ballista" 1 0.2 2 0 requires factions { mongols, timurids, }
}
material wooden
construction 4
cost 3200
settlement_min city
upgrades
{
siege_works
}
}
siege_works city requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, }
{ 发布于 2022-09-30 17:30:24
MWHKLKd:edb里把带这个兵种的那句话删了 发布于 2022-09-30 17:28:34
Honeycomb纳米:删兵种没必要,EDB里改招募储备为0.01就可以了 发布于 2022-09-30 17:02:24