Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Oct 18, 2019
1 parent da68563 commit 73f8148
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
/cast [mod:alt,help] 专注魔法; [mod:alt,harm] 炎爆术; [help] 解除诅咒; [harm] 火球术; [mod:alt] 专注魔法; [] 解除诅咒
冰系主力伤害技能 - 寒冰箭 和 冰枪术
冰系主力伤害技能 - 寒冰箭 和 霜火箭
------------------------------------------------------------------------------

.. code-block:: python
Expand All @@ -62,15 +62,6 @@
/cast [mod:alt,help] 专注魔法; [mod:alt,harm] 奥术飞弹; [help] 解除诅咒; [harm] 奥术冲击; [mod:alt] 专注魔法; [] 解除诅咒
冰火系主力伤害技能 - 霜火箭 和 冰枪术
------------------------------------------------------------------------------

.. code-block:: python
#showtooltip
/cast [mod:alt] 冰枪术; 霜火箭
辅助技能 - 火焰冲击 和 灼烧, 魔法增效 和 魔法抑制
------------------------------------------------------------------------------

Expand All @@ -85,7 +76,7 @@

.. image:: 烈暴.png

将 ``烈焰风暴``, 和 ``灼烧`` 绑定到一个键位上::
将 ``烈焰风暴``, 和 ``暴风雪`` 绑定到一个键位上::

#showtooltips
/cast [mod:alt] 暴风雪; 烈焰风暴
Expand All @@ -102,12 +93,12 @@
/cast [mod:alt] 冲击波; 龙息术


冰霜新星和法力护盾
冰锥术和法力护盾
------------------------------------------------------------------------------
将 ``冰霜新星``, 和 ``法力护盾`` 绑定到一个键位上::
将 ``冰锥术``, 和 ``法力护盾`` 绑定到一个键位上::

#showtooltips
/cast [mod:alt] 法力护盾; 冰霜新星
/cast [mod:alt] 法力护盾; 冰锥术


冰锥术和奥术飞弹
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
为什么 3.3 版本后的刺杀贼的毒药输出如此强势
------------------------------------------------------------------------------

在 3.3 版本中盗贼有如下改动:

1. 当 致命毒药 达到最大叠加次数后, 再次生效时会触发另一把武器上的毒药的效果.
2. 刺杀天赋中第四层的 强化毒药 天赋的效果从 致命/速效 15%/35% 提高到了 20%/50%.

其中第一个改动影响巨大, 假设一次战斗中你的 速效毒药 触发了 100 次, 致命毒药触发了 40 次 (副手命中率低, 且生效几率低), 那么加上这个天赋, 相当于 速效毒药多触发了 35 次, 速效毒药 的伤害提高了整整 35% 之多!


0 comments on commit 73f8148

Please sign in to comment.