Temporal Circlet (Oboro)

Item ID 19489 Name Temporal Circlet (Oboro)
A special energy was given to the circlet, which was
made of ores and gemstones from the gaps of time by Hugin.
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
Increases damage of Wind Blade and Freezing Spear by 30%.
_______________________
For each 4 Refine Levels:
Increases Magical Damage with Wind and Water element by 5%.
_______________________
Refine Level +11:
MATK +5%
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 170
Kagerou and Oboro
Weapon Level 0 Identifier S_Circlet_Of_Time_OB
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs Ninja, Kagerou / Oboro
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 Min Equip Level 170
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();
bonus bMatk,15*(.@r/2);
bonus bAspdRate,2*(.@r/3);
bonus2 bSkillAtk,"NJ_HYOUSENSOU",30*(.@r/3);
bonus2 bSkillAtk,"NJ_HUUJIN",30*(.@r/3);
bonus2 bMagicAtkEle,Ele_Wind,5*(.@r/4);
bonus2 bMagicAtkEle,Ele_Water,5*(.@r/4);
if (.@r>=11) {
   bonus bMatkRate,5;
}

Set Script
Temporal Circlet (Oboro)
Scroll of Time and Space
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bMatk,80;
bonus2 bMagicAtkEle,Ele_Wind,4*(.@r/2);
bonus2 bMagicAtkEle,Ele_Water,4*(.@r/2);
bonus2 bMagicAtkEle,Ele_Fire,4*(.@r/2);
Temporal Circlet (Oboro)
Temporal Jewel (INT) Lv 2
Scroll of Time and Space
bonus bAspd,2;
Temporal Circlet (Oboro)
Temporal Jewel (INT) Lv 3
Scroll of Time and Space
bonus bAspd,2;
Temporal Circlet (Oboro)
Temporal Jewel (AGI) Lv 2
Scroll of Time and Space
bonus2 bMagicAtkEle,Ele_All,10;
Temporal Circlet (Oboro)
Temporal Jewel (AGI) Lv 3
Scroll of Time and Space
bonus2 bMagicAtkEle,Ele_All,10;
Temporal Circlet (Oboro)
White Knight Mantle (Magic)
if ((getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_GARMENT)) >= 21) {
   bonus2 bSkillAtk,"NJ_HUUJIN",50;
   bonus2 bSkillAtk,"NJ_HYOUSENSOU",50;
}