ID #5967
Armor
Flying Galapago
Buy Price: N/A
Sell Price: N/A
A galapago that has a dream to fly high in the sky.
_______________________
AGI +1
_______________________
Random chance to auto-cast Blizz Beat when dealing physical damage.
Learned Level of Blizz Beat affects the Level of auto-cast.
Every base LUK increases the chance of Blitz Beat.
_______________________
If Steel Crow is learned:
Increases damage of Blizz Beat by 40%.
_______________________
When equipped with Galapago Card:
Increases recovery amount gained from Apple Juice, Banana Juice and Carrot Juice by 1000%.
_______________________
When equipped with Gryphon Card:
ASPD +1
Decreases physical attack damage by 5%.
Increases Attack Speed (decreases After Attack Delay by 3%).
_______________________
When equipped with +9 Bow class weapon:
ASPD +1
_______________________
When equipped with Condor Card:
Decreases damage taken from all elemental attacks by 5%.
_______________________
When equipped with Cendrawasih Card:
INT +1
Increases Critical Damage by 5%.
When equipped by Archer classes:
Increases Critical Damage by 15%.
_______________________
When equipped with Falconer Claw:
Decreases skill damage of Blizz Beat by 200%.
_______________________
Type: Headgear
Defense: 0
Position: Lower
Weight: 50
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 110
_______________________
AGI +1
_______________________
Random chance to auto-cast Blizz Beat when dealing physical damage.
Learned Level of Blizz Beat affects the Level of auto-cast.
Every base LUK increases the chance of Blitz Beat.
_______________________
If Steel Crow is learned:
Increases damage of Blizz Beat by 40%.
_______________________
When equipped with Galapago Card:
Increases recovery amount gained from Apple Juice, Banana Juice and Carrot Juice by 1000%.
_______________________
When equipped with Gryphon Card:
ASPD +1
Decreases physical attack damage by 5%.
Increases Attack Speed (decreases After Attack Delay by 3%).
_______________________
When equipped with +9 Bow class weapon:
ASPD +1
_______________________
When equipped with Condor Card:
Decreases damage taken from all elemental attacks by 5%.
_______________________
When equipped with Cendrawasih Card:
INT +1
Increases Critical Damage by 5%.
When equipped by Archer classes:
Increases Critical Damage by 15%.
_______________________
When equipped with Falconer Claw:
Decreases skill damage of Blizz Beat by 200%.
_______________________
Type: Headgear
Defense: 0
Position: Lower
Weight: 50
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 110
Basic Information
Type
Armor
Weight
500
Requirements
Armor Level
1
Min Level
110
Scripts
Script set .@bblvl,max(getskilllv("HT_BLITZBEAT"),1); set .@luk,min(readparam(bLuk),120); bonus bAgi,1; bonus3 bAutoSpell,"HT_BLITZBEAT",.@bblvl,50 + (.@luk / 3) + (.@bblvl * 2); bonus2 bSkillAtk,"HT_BLITZBEAT",getskilllv("HT_STEELCROW") * 40;
set .@bblvl,max(getskilllv("HT_BLITZBEAT"),1);
set .@luk,min(readparam(bLuk),120);
bonus bAgi,1;
bonus3 bAutoSpell,"HT_BLITZBEAT",.@bblvl,50 + (.@luk / 3) + (.@bblvl * 2);
bonus2 bSkillAtk,"HT_BLITZBEAT",getskilllv("HT_STEELCROW") * 40;