ID #5901
Armor
Focus Beret [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
200
Defense
10
Job Requirements
Monk
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
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; }
.@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;
}