Focus Beret

Item ID 5901 Name Focus Beret
A green beret that helps the user to refocus their energy into more meaningful attacks. The star on the front is inscribed with the character for Dragon.
_______________________
Random chance to auto-cast Level 1 Fallen Empire when using Dragon Combo. (Or activate based on learned skill Level)
_______________________
Refine Level +7:
Adds 3% chance of increasing ASPD by 2 for 5 sec when dealing physical damage
_______________________
Refine Level +9:
Increases damage of Fallen Empire by 30%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
Sura
Weapon Level 0 Identifier Focus_Beret_
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs Monk
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 20 Min Equip Level 100
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();
bonus4 bAutoSpellOnSkill,"SR_DRAGONCOMBO","SR_FALLENEMPIRE",max(getskilllv("SR_FALLENEMPIRE"),1),100;
if (.@r>=7) {
   autobonus "{ bonus bAspd,2; }",30,5000,0,"{ specialeffect2 EF_ENHANCE; }";
}
if (.@r>=9) {
   bonus2 bSkillAtk,"SR_FALLENEMPIRE",30;
}