首先,打开data/export_descr_unit.txt,其实里面说明很详细,不过不懂英文的话,还是听我解说。
里面每一段都是一个兵种的设置内容:比如下面
type greek cavalry
dictionary greek_cavalry ; Militia Cavalry
category cavalry
class missile
voice_type Medium_1
soldier greek_javelin_cavalry, 27, 0, 1
mount light horse
mount_effect elephant -8, camel -4
attributes sea_faring, hide_forest, cantabrian_circle
formation 3, 4, 6, 6, 4, square
stat_health 1, 0
stat_pri 6, 2, javelin, 50, 6, thrown, archery, piercing, spear, 25 ,1
stat_pri_attr thrown
stat_sec 6, 2, no, 0, 0, melee, simple, piercing, sword,25 ,1
stat_sec_attr no
stat_pri_armour 0, 2, 4, flesh
stat_sec_armour 0, 1, flesh
stat_heat 1
stat_ground 0, 0, -6, 0
stat_mental 4, normal, trained
stat_charge_dist 40
stat_fire_delay 0
stat_food 60, 300
stat_cost 1, 340, 110, 40, 60, 340
ownership greek_cities, seleucid, thrace, slave
这是希腊投枪骑兵的设置。我们关心的是第六行的这个:
soldier greek_javelin_cavalry, 27, 0, 1
27代表人数为normal模式下的骑兵人数,在huge模式下要乘以4,也就是108人~~~
那么,下面的工作就很简单了,把27改成60(不要太贪心,超过60进不去游戏的 ),保存,进入游戏,做个custom battle,选希腊看看~~嘿嘿,人数很多吧~~~
温馨提示:内容为网友见解,仅供参考