Harp of Nepenthes [2]
ID: 1926
Type |
Weapon |
Subtype |
Musical |
Attack |
120 |
Defense |
0 |
Weight |
100.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
60 |
Slots |
2 |
Applicable Jobs:
job_barddancer
Description:
A harp with its strings made from the tentacles of Nepenthes.
Int +2
Inflicts the Stun effect at a certain rate when using Melody Strike.
The probability of inflicting the stun effect doubles if the Refining Level is over 8.
Class: Musical Instrument
Attack: 120
Weight: 100
Weapon Level: 4
Level Requirement: 60
Jobs: Clown and Gypsy
Item Script:
bonus bInt,2;
if (getrefine()>9 ) {
bonus3 bAddEffOnSkill,'BA_MUSICALSTRIKE',Eff_Stun,2000;
}
else {
bonus3 bAddEffOnSkill,'BA_MUSICALSTRIKE',Eff_Stun,1000;
}