Temporal Circlet (Ranger)

Item ID 19484 Name Temporal Circlet (Ranger)
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:
ATK +15
_______________________
For each 3 Refine Levels:
Increases Critical Damage by 5%.
Increases damage of Arrow Storm and Aimed Bolt by 20%.
_______________________
For each 4 Refine Levels:
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +11:
Decreases Arrow Storm skill cooldown by 1 second.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 170
Ranger
Weapon Level 0 Identifier S_Circlet_Of_Time_RA
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs Hunter
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
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 bBaseAtk,15*(.@r/2);
bonus bCritAtkRate,5*(.@r/3);
bonus2 bSkillAtk,"RA_ARROWSTORM",20*(.@r/3);
bonus2 bSkillAtk,"RA_AIMEDBOLT",20*(.@r/3);
bonus bLongAtkRate,5*(.@r/4);
if (.@r>=11) {
   bonus2 bSkillCooldown,"RA_ARROWSTORM",-1000;
}

Set Script
Wind Eagle Sniper Ring
Temporal Circlet (Ranger)
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bBaseAtk,80;
bonus2 bSkillAtk,"WH_GALESTORM",5*(.@r/2);
bonus2 bSkillAtk,"RA_ARROWSTORM",10*(.@r/3);
bonus2 bSkillAtk,"SN_SHARPSHOOTING",10*(.@r/3);
Wind Eagle Sniper Ring
Temporal Circlet (Ranger)
Temporal Jewel (DEX) Lv 2
bonus bFixedCast,-300;
Wind Eagle Sniper Ring
Temporal Circlet (Ranger)
Temporal Jewel (DEX) Lv 3
bonus bFixedCast,-300;
Wind Eagle Sniper Ring
Temporal Circlet (Ranger)
Temporal Jewel (LUK) Lv 2
bonus bCritAtkRate,10;
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;
Wind Eagle Sniper Ring
Temporal Circlet (Ranger)
Temporal Jewel (LUK) Lv 3
bonus bCritAtkRate,10;
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;
Temporal Circlet (Ranger)
Time Watchers
skill "AL_BLESSING",10;
bonus bDelayrate,-20;
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",BaseLevel/10;
bonus2 bSkillAtk,"WH_GALESTORM",BaseLevel/10;
Temporal Circlet (Ranger)
Black Eagle Ring
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bDelayrate,-5;
bonus2 bAddSize,Size_All,4*(.@r/3);
if (.@r>=11) {
   bonus2 bVariableCastrate,"RA_AIMEDBOLT",-100;
   bonus2 bVariableCastrate,"RA_ARROWSTORM",-100;
   bonus2 bVariableCastrate,"SN_SHARPSHOOTING",-100;
}
Temporal Circlet (Ranger)
[Not for Sale] Black Eagle Ring
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bDelayrate,-5;
bonus2 bAddSize,Size_All,4*(.@r/3);
if (.@r>=11) {
   bonus2 bVariableCastrate,"RA_AIMEDBOLT",-100;
   bonus2 bVariableCastrate,"RA_ARROWSTORM",-100;
   bonus2 bVariableCastrate,"SN_SHARPSHOOTING",-100;
}
Temporal Circlet (Ranger)
White Knight Mantle (Range)
if ((getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_GARMENT)) >= 21) {
   bonus2 bSkillAtk,"RA_AIMEDBOLT",50;
   bonus2 bSkillAtk,"RA_ARROWSTORM",50;
}