永恒之塔单机版怎么修改装备属性
先百度下载EditPlus
打开目录 \gameserver\data\static_data\items ?就是你的服务器目录下的items?
把item_templates.XML拖动到EditPlus工具内进行编辑(也可以用记事本进行编写,只不过记事本里面会出现乱行现象),使用EditPlus工具的好处是能查看代码行数,并且不会出现乱行错误。?
注意b是附加效果在游戏里属性显示绿色“quality”是品质 如quality="EPIC"品质为史诗?quality="MYTHIC"品质为神话
value”后面就是可以改动的属性数值如?value="10000"魔法抗性+10000
<add name="MAGICAL_RESIST" value="10000" bonus="true"/> ? 魔法抗性?
<add name="PHYSICAL_DEFENSE" value="1000" bonus="true"/> ? 物理防御? <add name="MAXHP" value="10000" bonus="true"/> ? 最大HP? <add name="MAXMP" value="10000" bonus="true"/> ? 最大MP? <add name="CONCENTRATION" value="10000" bonus="true"/> ? 集中? <add name="EVASION" value="10000" bonus="true"/> ? 回避? <add name="PARRY" value="10000" bonus="true"/> ? 武器防御? <add name="BLOCK" value="10000" bonus="true"/> ? 盾牌防御? <rate name="FLY_SPEED" value="99" bonus="true"/> ? 飞行速度? <rate name="SPEED" value="33" bonus="true"/> ? 移动速度? <rate name="ATTACK_SPEED" value="-99" bonus="true"/> ? 攻击速度? <rate name="BOOST_CASTING_TIME" value="99" bonus="true"/> ? 施法速度? <rate name="BOOST_HATE" value="-90" bonus="true"/> ? 增加对敌值(值越大越容易被敌人发现负数可以减<add name="PVP_ATTACK_RATIO" value="1000" bonus="true"/> ? PVP时增加攻击伤害?
<add name="PVP_DEFEND_RATIO" value="1000" bonus="true"/> ? PVP时减少收到伤害?
<add name="PHYSICAL_CRITICAL" value="900" bonus="true"/> ? 物理致命?
<add name="PHYSICAL_ACCURACY" value="9000" bonus="true"/> ? 物理命中?
?<add name="PHYSICAL_ATTACK" value="2000" bonus="true"/> ? 物理攻击?
?<add name="MAGICAL_CRITICAL" value="900" bonus="true"/> ? 魔法致命?
? <add name="MAGICAL_ACCURACY" value="9000" bonus="true"/> ? 魔法命中?
? <add name="MAGICAL_ATTACK" value="2000" bonus="true"/> ? 魔法攻击?
? <add name="BOOST_MAGICAL_SKILL" value="3000" bonus="true"/> ? 魔法增幅?
? <add name="FLY_TIME" value="36000" bonus="true"/> 最大飞行时间?
<add name="EARTH_RESISTANCE" value="1000" bonus="true"/> ? 地属性防御?
<add name="WIND_RESISTANCE" value="1000" bonus="true"/> ? 风属性防御?
<add name="WATER_RESISTANCE" value="1000" bonus="true"/> ? 水属性防御?
<add name="FIRE_RESISTANCE" value="1000" bonus="true"/> ? 火属性防御