欲速則不達 游侠资深版主 法蘭西貴族遠征艦隊總司令 ★★★★★★★
- UID
- 775394
- 主题
- 15
- 阅读权限
- 150
- 帖子
- 3150
- 精华
- 6
- 积分
- 3876
- 金钱
- 29626
- 荣誉
- 110
- 人气
- 11
- 在线时间
- 737 小时
- 评议
- 0
  
- 帖子
- 3150
- 精华
- 6
- 积分
- 3876
- 金钱
- 29626
- 荣誉
- 110
- 人气
- 11
- 评议
- 0
|
此修改不难,但普及性不是很高,我这再次帖出来方法你,按着改就可以了:
DATA下export_descr_unit文件打开:(这里举例美洲风云西班牙滑膛枪兵)
type Musketeers
dictionary Musketeers ; Musketeers
category infantry
class missile
voice_type Light
banner faction main_missile
banner holy crusade
soldier Musketeers, 32, 0, 0.8 (32是普通模式下人数,这里人数÷2×5=游戏时人数,自己按要求改。)
attributes sea_faring, hide_forest, can_withdraw, gunpowder_unit, fire_by_rank, start_not_skirmishing, gunmen
attributes sea_faring, hide_forest, can_withdraw, gunpowder_unit, fire_by_rank(去掉这个轮流换排,换成stakes可放置拒马桩), start_not_skirmishing, gunmen
formation 1.2, 1.2, 2.4, 2.4, 3, square
stat_health 1, 0
stat_pri 16, 2, musket_bullet, 180, 15, missile, missile_gunpowder, piercing, none, musket_shot_set, 25, 1
16是远程攻击伤害,2是冲锋,180是射程,15是弹药,25是攻击间隔时间,1是肉搏中补偿因素,可以理解为攻击速度。
;stat_pri_ex 0, 0, 20
stat_pri_attr ap
stat_sec 5, 2, no, 0, 0, melee, melee_blade, piercing, sword, 25, 1 5是近战时副武器攻击
;stat_sec_ex 0, 0, 0
stat_sec_attr no
stat_pri_armour 0, 2, 0, flesh (0盔甲防御力,2防御技巧,指近战,受远程攻击防御力,0盾牌防御,火枪没有盔甲与盾牌防御)
;stat_armour_ex 0, 3, 0, 0, 2, 0, 0, flesh
stat_sec_armour 0, 0, flesh
stat_heat 4 (4是体力消耗,小点好。)
stat_ground 1, -2, 0, 4
stat_mental 5, normal, trained
stat_charge_dist 30
stat_fire_delay 0
stat_food 60, 300
stat_cost 1, 530, 100, 45, 105, 530, 4, 150
armour_ug_levels 0, 2
armour_ug_models Musketeers, Musketeers_ug1
ownership spain, portugal, milan, venice, england, france(招募势力为:西班牙,葡萄牙,米兰,威尼斯,英格兰,法兰西)
era 2 spain, england, france
;unit_info 5, 16, 2
recruit_priority_offset 30
原版 游戏目录/data/下
美洲 游戏目录/mods/americas/data/下
英伦 游戏目录/mods/british_isles/data/下
天国 游戏目录/mods/crusades/data/下
条顿 游戏目录/mods/teutonic/data/下
各国兵种资料参考:
http://game.ali213.net/thread-2008621-1-1.html
http://game.ali213.net/thread-1917240-1-1.html
http://game.ali213.net/thread-1899620-1-1.html
记得备份,其他修改相关见索引5楼:修改楼 |
|