UID7835
阅读权限30
威望 点
积分385
注册时间2010-12-5
最后登录1970-1-1
听众
收听
升级
  61.67%
|
永恒之塔\data\items里面的items.pak打开之后打开client_items.xml,是修改你在游戏里所看到的物品属性外观,实际效果要靠服务端里的文件来实行。
里面数据很庞大最好找个编辑工具进行修改,比较方面,下面开始解说每个代码的含义.!
<id>100000001</id> 物品的ID
<desc>STR_SWORD_CIRCULOUS</desc> 物品的品质,白装,蓝装,橙装.英雄装!
<desc>STR_SWORD_N_E1_50A</desc> 物品的样子模块,可以随意更换成其他物品的样子.
<min_damage>161</min_damage> 武器的底线伤害
<max_damage>197</max_damage> 武器的上限伤害
<hit_accuracy>870</hit_accuracy> 武器命中率
<parry>780</parry> 武器防御
<critical>50</critical> 武器致命一击
<magical_hit_accuracy>285</magical_hit_accuracy> 武器魔法命中
<attack_delay>1400</attack_delay> 武器攻击速度,现在速度为1.4
<level>50</level> 武器等级.50
<warrior>50</warrior>
<scout>50</scout>
<mage>50</mage>
<cleric>50</cleric>
<fighter>50</fighter>
<knight>50</knight>
<assassin>50</assassin>
<ranger>50</ranger>
<wizard>50</wizard>
<elementalist>50</elementalist>
<chanter>50</chanter>
<priest>50</priest> 以上这些代码中含有50的是表示每个职业装备它所需要的等级!
<bonus_attr1>attackDelay 19%</bonus_attr1> 装备附加属性,攻击速度加19%
<bonus_attr2>hitAccuracy 140</bonus_attr2> 命中加140
<bonus_attr3>critical 78</bonus_attr3> 致命一击加78
<bonus_attr4>phyAttack 36</bonus_attr4> 物理攻击加36
<bonus_attr5>maxHp 317</bonus_attr5> 生命力加317
<dodge>163</dodge> 装备数据,回避163
<magical_resist>126</magical_resist> 装备物理防御126
<physical_defend>113</physical_defend> 装备魔法抵抗113
<bonus_attr1>maxHp 314</bonus_attr1> 装备HP314
<bonus_attr2>maxMp 878</bonus_attr2> 装备MP878
<bonus_attr3>magicalskillboost 31</bonus_attr3> 魔法增副力31
<bonus_attr4>flyspeed 10%</bonus_attr4> 飞行速度加10%
<bonus_attr9>Concentration 16</bonus_attr9> 集中加16
<default_color_m>182,72,72</default_color_m> 这是男性职业穿上装备的颜色
<default_color_f>255,160,211</default_color_f> 这是女性职业穿上装备的颜色
|
温馨提示:
1. 本站模拟器源于网络,经 99Max.mE 二次开发,仅供个人学习娱乐使用,切勿用于商业用途,否则后果自负!
2. 如需更好体验游戏内容,请前往官方游戏!不具备合法的运营模式,都是强盗,请勿擅自搭建私服!
3. 如本站内容有侵犯您的权益,请发送信息至QQ:372607220 或 EMAIL:372607220@qq.com ,我们会及时删除。
|