Stem of Nepenthes [2]
ID: 1979
Type |
Weapon |
Subtype |
Whip |
Attack |
120 |
Defense |
0 |
Weight |
100.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
60 |
Slots |
2 |
Applicable Jobs:
job_barddancer
Description:
Strong and flexible whip made of Nepenthes' tentacle.
Int +2
When using Slinging Arrow, has a chance of inflicting Freeze to the targeted enemy.
The probability of inflicting Freeze doubles if the Refining Level is over 8.
Class: Whip
Attack: 120
Weight: 100
Weapon Level: 4
Level Requirement: 60
Jobs: Gypsy
Item Script:
bonus bInt,2;
if (getrefine()>=9 ) {
bonus3 bAddEffOnSkill,'DC_THROWARROW',Eff_Freeze,2000;
}
else {
bonus3 bAddEffOnSkill,'DC_THROWARROW',Eff_Freeze,1000;
}