ATTACK_SPEED 攻击间隔 以毫秒为单位
PARRY 闪避
PHYSICAL_CRITICAL 致命
MIN_DAMAGES 最小攻击
MAX_DAMAGES 最大攻击
PHYSICAL_DEFENSE 物理防御
PARRY 武器防御
CONCENTRATION 集中
PHYSICAL_ACCURACY 命中
MAGICAL_ACCURACY 魔法命中
ATTACK_SPEED 攻击加速
PHYSICAL_ATTACK 物理攻击
MAXHP 最大生命值增加
PVP_ATTACK_RATIO 攻击PC 时加成 按千分之一 算 比如80 那么久是0.8 也就是说增加8的家伙加成
PVP_DEFEND_RATIO 收到PC 减少伤害加成 算法同上
PhysicalDefend 物理防御
magicalResist 魔法抵抗
block 盾牌防御
parry 武器防御
attackDelay 攻击速度(参数后要加上%)
flyspeed 飞行速度
dodge 回避
maxhp 生命力
maxmp 精神力
Concentration 集中
magicalskillboost 魔法增幅力
maxFp 最大飞行时间
phyAttack 物理攻击
speed 移动速度
critical 致命一击
magicalhitAccuracy 魔法命中
hitAccuracy 命中
BoostCastingTime 提高施法速度(参数后要加上%)
\gameserver\data\static_data\items 路径
<add name="MAXHP" value="1000" bonus="true"/> 血
<add name="MAXMP" value="200" bonus="true"/> 蓝
<add name="PHYSICAL_ATTACK" value="2000" bonus="true"/> 攻击
<add name="PHYSICAL_CRITICAL" value="150" bonus="true"/> 物理致命
<add name="PHYSICAL_ACCURACY" value="150" bonus="true"/> 物理命中
<add name="MAGICAL_ATTACK" value="4000" bonus="true"/> 魔法增幅
<add name="MAGICAL_CRITICAL" value="150" bonus="true"/> 魔法致命
<add name="MAGICAL_ACCURACY" value="150" bonus="true"/> 魔法命中
<add name="EVASION" value="50" bonus="true"/> 回避
<add name="CONCENTRATION" value="150" bonus="true"/> 武器防御
<rate name="SPEED" value="10" bonus="true"/> 移动速度
<rate name="FLY_SPEED" value="20" bonus="true"/> 飞行速度
<add name="MAGICAL_RESIST" value="200" bonus="true"/> 魔法抵抗
<add name="PHYSICAL_DEFENSE" value="200" bonus="true"/> 物理防御
" <add name=""PVP_ATTACK_RATIO"" value=""100"" bonus=""true""/> " PVP时增加攻击伤害100
" <add name=""PVP_DEFEND_RATIO"" value=""100"" bonus=""true""/> " PVP时减少收到伤害100
" <add name=""PHYSICAL_ACCURACY"" value=""200"" bonus=""true""/> " 物理命中200
" <add name=""MAGICAL_ACCURACY"" value=""50"" bonus=""true""/> " 魔法命中50
" <add name=""PHYSICAL_CRITICAL"" value=""50"" bonus=""true""/> " 物理致命50
" <add name=""MAGICAL_CRITICAL"" value=""50"" bonus=""true""/> " 魔法致命50
" <add name=""MAXHP"" value=""500"" bonus=""true""/> " 最大HP500
" <add name=""MAXMP"" value=""500"" bonus=""true""/> " 最大MP500
" <add name=""EVASION"" value=""100"" bonus=""true""/> " 回避100
" <rate name=""FLY_SPEED"" value=""30"" bonus=""true""/> " 飞行速度30
" <rate name=""SPEED"" value=""20"" bonus=""true""/> " 移动速度20
<add name="PHYSICAL_DEFENSE" value="2000" bonus="true"/> 物理防御
" <add name=""PVP_ATTACK_RATIO"" value=""150"" bonus=""true""/> " PVP时增加攻击伤害150
" <add name=""PVP_DEFEND_RATIO"" value=""150"" bonus=""true""/> " PVP时减少收到伤害150
" <add name=""PHYSICAL_ACCURACY"" value=""300"" bonus=""true""/> " 物理命中300
" <add name=""MAGICAL_ACCURACY"" value=""100"" bonus=""true""/> " 魔法命中100
" <add name=""PHYSICAL_CRITICAL"" value=""100"" bonus=""true""/> " 物理致命100
" <add name=""MAGICAL_CRITICAL"" value=""100"" bonus=""true""/> " 魔法致命100
" <add name=""MAXHP"" value=""800"" bonus=""true""/> " 最大HP800
" <add name=""MAXMP"" value=""800"" bonus=""true""/> " 最大MP800
" <add name=""EVASION"" value=""200"" bonus=""true""/> " 回避200
" <rate name=""FLY_SPEED"" value=""35"" bonus=""true""/> " 飞行速度35
" <rate name=""SPEED"" value=""25"" bonus=""true""/> " 移动速度25
" <add name=""PVP_ATTACK_RATIO"" value=""200"" bonus=""true""/> " PVP时增加攻击伤害200
" <add name=""PVP_DEFEND_RATIO"" value=""200"" bonus=""true""/> " PVP时减少收到伤害200
" <add name=""PHYSICAL_ACCURACY"" value=""400"" bonus=""true""/> " 物理命中400
" <add name=""MAGICAL_ACCURACY"" value=""150"" bonus=""true""/> " 魔法命中150
" <add name=""PHYSICAL_CRITICAL"" value=""150"" bonus=""true""/> " 物理致命150
" <add name=""MAGICAL_CRITICAL"" value=""150"" bonus=""true""/> " 魔法致命150
" <add name=""MAXHP"" value=""1000"" bonus=""true""/> " 最大HP1000
" <add name=""MAXMP"" value=""1000"" bonus=""true""/> " 最大MP1000
" <add name=""EVASION"" value=""300"" bonus=""true""/> " 回避300
" <rate name=""FLY_SPEED"" value=""40"" bonus=""true""/> " 飞行速度40
" <rate name=""SPEED"" value=""30"" bonus=""true""/> " 移动速度30
