ID #5905
Armor
Lyrica Hat [1]
Buy Price: N/A
Sell Price: N/A
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
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
200
Defense
10
Job Requirements
Bard/Dancer
Yes
Requirements
Armor Level
1
Min Level
100
Gender
Female
Scripts
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; }
.@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;
}