level 1
原帖Let's calculate the damage of an amazon with a 100-damage weapon and 200 dexterity, when she fires a level 20 Magic Arrow attack and scores a critical strike. Now minimum and maximum damages won't be calculated separately for the sake of brevity.Weapon Damage = 100Total Damage = 100 + [100*200/100] + 20 = 320200 is dexterity and 20 is the bonus damage from level 20 Magic Arrow. Note that the damage Magic Arrow adds is physical. Now, the critical strike doubles the damage:Final Damage = 2 * 320 = 640Level 20 Magic Arrow also converts 20% of physical damage to magic. It takes place next:Final Magic Damage = [640 * 20/100] = 128Final Physical Damage = [640 * 80/100] = 512Thus, the amazon deals 512 points of physical damage and 128 points of magical damage with her attack.
2007年08月21日 05点08分
2
level 1
武器(弓)伤害为100敏捷为2020级魔法箭则最终伤害为100*(1+200*0.01)+20=320100是武器伤害200*0.01是敏捷提供的伤害20是魔法箭增加的伤害(貌似原帖有笔误...)
2007年08月21日 05点08分
4
level 1
如果触发了双倍打击伤害为 320*2=64020级魔法箭将20%伤害转化为魔法伤害则魔法伤害为:640*0.2=128物理伤害为:640*0.8=512
2007年08月21日 05点08分
5
level 9
哦简单的说就是先cs/ds计算,然后在转化相当与cs/ds对魔法箭也有效果恩了解
2007年08月21日 06点08分
8
level 1
检测伤害类型→产生最终伤害→转换伤害类型→击中目标→产生实际伤害 Crushing Blow(CB决定性打击)的检测全程持续“检测伤害类型→产生最终伤害→转换伤害类型”,只要这个过程中检测到物理伤害,CB就产生作用(其伤害效果在“产生实际伤害”之前产生);Deadly/Critical Strike(DS/CS双倍打击)在“转换伤害类型”之前检测,只要转换前的伤害为物理伤害,则DS/CS就产生作用(其伤害效果在“产生最终伤害”一步产生),反之则不产生作用;目标的免疫、吸收、抵消伤害等属性在“击中目标”后检测,在“产生实际伤害”之前中作用。如检测到目标物理免疫,则CB、DS/CS都不产生作用;Open Wounds(OW撕开伤口)在击中目标时检测,只要对对方造成伤害(不管是何种类型,和多少伤害——即使这个伤害<1),或者在对方非满血状态下,就会根据OW的%几率判定是否发生OW效果;Leech life/mana(Leech吸生命/法力)在“击中目标”之前检测,在最后“产生实际伤害”后检测其伤害类型而确定是否Leech。CB的物免效果CB虽然不是纯粹意义上的物理伤害,但物免却对其有作用。比如PvP中,近战击中某HP为1000,30%DR的目标,则此次CB效果伤害为:1000×(1/10)×(1-30%) = 70DS/CS的Leech效果DS/CS可以Leech?是的,不要感到奇怪。假设没有DS/CS效果时,你能Leech到20点血;那么有DS/CS效果时,你大致将Leech到40点血。
2007年08月21日 06点08分
10