Trumpet Shell
| Item ID | 1940 | Name | Trumpet Shell |
|
A flute made from a large shell.
_______________________ For each Refine Level, INT +1 and DEX +1 _______________________ Refine Level +5: Increases damage of Reverberation by 10% and Decreases Variable Casting Time by 10% _______________________ Refine Level +7: Increases damage of Reverberation by 20% and Decreases Variable Casting Time by 20% _______________________ Refine Level +9: Increases damage of Reverberation by 40% and Decreases Variable Casting Time by 40%. _______________________ Type: Musical Instrument Attack: 120 Weight: 60 Weapon Level: 4 _______________________ Requirement: Base Level 130 Minstrel |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Trumpet_Shell | ||
| Attack | 125 | Type | Weapon - Musical Instrument | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Bard / Dancer | ||
| Range | 1 | Equip Gender | Male | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 60 | Min Equip Level | 130 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine(); bonus bDex,.@r; bonus bInt,.@r; .@per = ((.@r >= 9) ? 40 : ((.@r >= 7) ? 20 : ((.@r >= 5) ? 10 : 0))); bonus2 bSkillAtk,"WM_REVERBERATION",.@per; bonus2 bVariableCastrate,"WM_REVERBERATION",-.@per; |
||||