Lyrica Hat
| Item ID | 5905 | Name | Lyrica Hat |
|
A finely crafted hat designed just for minstrel.
You can't see from the outside, but on the inside is written every song a Maestro needs to make it big! _______________________ Increases damage of Severe Rainstorm by 15%. _______________________ Refine Level +7: Decreases Fixed Casting Time by 4% For each Level of Voice Lessons learned. _______________________ Refine Level +9: Decreases SP Consumption of Severe Rainstorm by 10. _______________________ Type: Headgear Defense: 10 Position: Upper Weight: 20 Armor Level: 1 _______________________ Requirement: Base Level 100 Minstrel |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Lyrica_Hat_ | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 10 | Equippable Jobs | Bard / Dancer | ||
| Range | 0 | Equip Gender | Female | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 20 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
.@r = getrefine();
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15;
if (.@r>=7) {
bonus bFixedCastrate,4*(getskilllv("WM_LESSON"));
}
if (.@r>=9) {
bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM",10;
}
|
||||