Temporal Circlet (Rebellion)

Item ID 19488 Name Temporal Circlet (Rebellion)
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 Attack Speed (decreases After Attack Delay by 2%).
Increases damage of Round Trip and Banishing Buster by 20%.
_______________________
For each 4 Refine Levels:
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 5%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 170
Rebellion
Weapon Level 0 Identifier S_Circlet_Of_Time_RL
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs Gunslinger, Rebellion
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 bBaseAtk,15*(.@r/2);
bonus bAspdRate,2*(.@r/3);
bonus2 bSkillAtk,"RL_BANISHING_BUSTER",20*(.@r/3);
bonus2 bSkillAtk,"RL_R_TRIP",20*(.@r/3);
bonus bLongAtkRate,5*(.@r/4);
if (.@r>=11) {
   bonus bDelayrate,-5;
}

Set Script
Temporal Circlet (Rebellion)
Time Watchers
skill "AL_BLESSING",10;
bonus bDelayrate,-20;
bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",BaseLevel/10;
bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",BaseLevel/10;
bonus2 bSkillAtk,"NW_WILD_FIRE",BaseLevel/10;
Temporal Circlet (Rebellion)
Brave Heart (Night Watch)
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
bonus2 bAddSize,Size_All,15;
bonus bLongAtkRate,15;
if (.@r>=11) {
   bonus bBaseAtk,175;
   if (.@r>=12) {
        bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",50;
        bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",50;
   }
}
Temporal Circlet (Rebellion)
White Knight Mantle (Range)
if ((getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_GARMENT)) >= 21) {
   bonus2 bSkillAtk,"RL_R_TRIP",50;
   bonus2 bSkillAtk,"RL_BANISHING_BUSTER",50;
}
Temporal Circlet (Rebellion)
Rebel Chain
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bLongAtkRate,8;
bonus bAtkRate,2*(.@r/2);
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",8*(.@r/3);
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",8*(.@r/3);
bonus2 bSkillAtk,"NW_WILD_FIRE",8*(.@r/3);
Temporal Circlet (Rebellion)
Temporal Jewel (LUK) Lv 2
Rebel Chain
bonus2 bAddClass,Class_Boss,10;
Temporal Circlet (Rebellion)
Temporal Jewel (LUK) Lv 3
Rebel Chain
bonus2 bAddClass,Class_Boss,10;
Temporal Circlet (Rebellion)
Temporal Jewel (STR) Lv 2
Rebel Chain
bonus bCritical,10;
bonus bCritAtkRate,10;
Temporal Circlet (Rebellion)
Temporal Jewel (STR) Lv 3
Rebel Chain
bonus bCritical,10;
bonus bCritAtkRate,10;