- UID
- 984033
- 主题
- 0
- 阅读权限
- 20
- 帖子
- 23
- 精华
- 0
- 积分
- 12
- 金钱
- 144
- 荣誉
- 0
- 人气
- 0
- 在线时间
- 33 小时
- 评议
- 0
- 帖子
- 23
- 精华
- 0
- 积分
- 12
- 金钱
- 144
- 荣誉
- 0
- 人气
- 0
- 评议
- 0
|
国王的恩赐 传奇繁体1.7版 技能文件全汉化 英文汉化版是可以直接使用的 其他版本可以按照这个参考吧
本文件主要作用是方便大家修改 技能伤害 回合数 技能全体施放等 具体我就不说明大家自己看吧
技能文件位置 King's Bounty\sessions\base 里面有个 ses.kfs文件 选择 打开方式选择winrar 里面的spells.txt就是技能文件
替换很简单把里面的删掉把改好的拖进去
注 我是根据繁体版本改的 可能技能名和汉化版不同 请根据第几个查早 我都有标述 可能有一部分表达错误请指出
//////////////////////////////////////////////////////////////
/// 魔法技能汉化 kmd2005 //
/// nfeatures项为无法施展对象 //
/// magic_immunitet为黑龙 //
/// unit_count=这个决定是对全体还是个体有效 //
/// typedmg= poison 中毒 magic 闪电 physical 冰冻 fire 燃烧 //
/// 攻击 防御 抵抗等素质都为初始值 根据智力不同效果有加成 //
//////////////////////////////////////////////////////////////
///////////////////////////////////////
/// 秩序魔法
///////////////////////////////////////
// 秩序魔法第3个 治疗术
spell_healing {
category=s
profit=1
image=book_spell_healing.png
button_image=book_scroll_healing.png
label=SN_healing
attack=scripted
school=1
hInt_config=object_spell
hint=spell_healing_hint
hint_header=spell_healing_header
price=700
scripted {
script_attack=spell_cure_attack
log_label=null
warning=warning_cure
script_calccells=calccells_all_need_cure_all
attack_cursor=magicstick
ad_factor=0 // use attack/defense
nfeatures=demon,magic_immunitet,pawn,boss,plant,golem
}
params {
rephits=50 // 基础回复生命
typedmg=magic // 附带效果
lvl_dmg=200 // 根据等级增加效果%
duration=0
prc_damage=100
}
levels {
// level = mana_cost, crystals_cost to upgrade from previous level //学习升级条件 等级 蓝 水晶
1=3,1
2=2,2
3=1,3
}
}
// 混沌魔法第15个 火雨术
spell_fire_rain {
category=s
profit=4
price=10000
image=book_spell_fire_rain.png
button_image=book_scroll_fire_rain.png
label=SN_fire_rain
attack=scripted
school=3
hint=spell_fire_rain_hint
hint_header=spell_fire_rain_header
scripted {
script_attack=spell_fire_rain_attack
script_calccells=calccells_mass_all
attack_cursor=magicstick
ad_factor=0 // use attack/defense
nfeatures=magic_immunitet
}
params {
duration=0
typedmg=fire //附带伤害 燃烧
damage=70-80 //基础伤害 70-80
lvl_dmg=200 //根据等级增加伤害 每级增加200
burn=5 //5
multi=7
}
levels {
// level = mana_cost, crystals_cost to upgrade from previous level //学习升级条件 等级 蓝 水晶
1=5,5
2=10,10
3=20,15
}
}
|
附件: 你需要登录才可以下载或查看附件。没有帐号?注册
|