Stem of Nepenthes [2], кнут (Pre-Renewal)
Stem of Nepenthes [2] (STEM_OF_NEPENTHES) – оружие. Выпадает из монстров: Nepenthes.
![Stem of Nepenthes [2], кнут (Pre-Renewal) Stem of Nepenthes [2], кнут (Pre-Renewal)](/images/db/items/picture/1979.png)
Strong and flexible whip made of Nepenthes tentacle.
Property: Neutral
Int + 2
Adds a 10% chance of inflicting Frozen on the target when using Slinging Arrow.
If upgrade level is +9 or higher,
Adds an additional 10% chance of inflicting Frozen on the target when using Slinging Arrow.
Скрипт
bonus bInt,2; if (getrefine()>=9 ) { bonus3 bAddEffOnSkill,"DC_THROWARROW",Eff_Freeze,2000; } else { bonus3 bAddEffOnSkill,"DC_THROWARROW",Eff_Freeze,1000; }