ID #19201
Armor
Racing Cap (Wanderer) [1]
Buy Price: N/A
Sell Price: N/A
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +8:
For each Level of Dancing Lesson:
ATK +5
_______________________
Refine Level +11:
Physical attacks have a chance to auto-cast Level 2Reverberation.
(If you learned a higher Level, it will be auto-cast the Level you learned).
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
Wanderer
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +8:
For each Level of Dancing Lesson:
ATK +5
_______________________
Refine Level +11:
Physical attacks have a chance to auto-cast Level 2Reverberation.
(If you learned a higher Level, it will be auto-cast the Level you learned).
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
Wanderer
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Defense
10
Job Requirements
Bard/Dancer
Yes
Requirements
Armor Level
1
Min Level
100
Gender
Female
Scripts
Script .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bBaseAtk,5*getskilllv("DC_DANCINGLESSON"); if (.@r>=11) bonus3 bAutoSpell,"WM_REVERBERATION",max(2,getskilllv("WM_REVERBERATION")),50; /* Unknow rates*/
.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=8)
bonus bBaseAtk,5*getskilllv("DC_DANCINGLESSON");
if (.@r>=11)
bonus3 bAutoSpell,"WM_REVERBERATION",max(2,getskilllv("WM_REVERBERATION")),50;
/* Unknow rates*/