Viewing Item (Conch) Ragnarok: Project Zero Control Panel
Basic Info
Name | Conch[1] |
---|---|
Item ID |
1940
-
Conch_
|
Type | Weapon - Musical Instrument |
A flute made from a large shell.
-------------------------
For every refine level, INT +1 and DEX +1
-------------------------
Refine Level +5:
Increases [Reverberation] damage by 10% and reduces variable cast time by 10%.
Refine Level +7:
Increases [Reverberation] damage by 20% and reduces variable cast time by 20%.
Refine Level +9:
Increases Reverberation damage by 40% and reduces variable cast time by 40%.
-------------------------
Class: Musical Instrument
Attack: 120
Weight: 60
Weapon Level: 4
Level Requirement: 130
Jobs: Minstrel
-------------------------
For every refine level, INT +1 and DEX +1
-------------------------
Refine Level +5:
Increases [Reverberation] damage by 10% and reduces variable cast time by 10%.
Refine Level +7:
Increases [Reverberation] damage by 20% and reduces variable cast time by 20%.
Refine Level +9:
Increases Reverberation damage by 40% and reduces variable cast time by 40%.
-------------------------
Class: Musical Instrument
Attack: 120
Weight: 60
Weapon Level: 4
Level Requirement: 130
Jobs: Minstrel
Details
Weight | 60 |
---|---|
NPC Buy | 0 z |
NPC Sell | 0 z |
Refineable | Yes |
Equip Locations | Main Hand |
Stats
Range | 1 |
---|---|
Defense | 0 |
Attack | 120 |
Magical Attack | 0 |
Weapon Level | 4 |
Slots | 1 |
Restrictions
Level Range | 130 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | Bard/Dancer |
Gender | Male |
Scripts
Use Script |
---|
bonus bInt, getrefine(); bonus bDex, getrefine(); if(getrefine() > 4) { bonus2 bSkillAtk, WM_REVERBERATION_MELEE, 10; bonus2 bSkillAtk, WM_REVERBERATION_MAGIC, 10; bonus2 bVariableCastrate, WM_REVERBERATION, -10; } if(getrefine() > 6) { bonus2 bSkillAtk, WM_REVERBERATION_MELEE, 10; bonus2 bSkillAtk, WM_REVERBERATION_MAGIC, 10; bonus2 bVariableCastrate, WM_REVERBERATION, -10; } if(getrefine() > 8) { bonus2 bSkillAtk, WM_REVERBERATION_MELEE, 20; bonus2 bSkillAtk, WM_REVERBERATION_MAGIC, 20; bonus2 bVariableCastrate, WM_REVERBERATION, -20; } |
Equip Script |
None |
Unequip Script |
None |