Sunshine Gravel Cloak

Item ID 480153 Name Sunshine Gravel Cloak
None
Weapon Level 0 Identifier S_G_Manteau_TW
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 30 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bPerfectHitAddRate,3;
bonus bCritical,2*(.@r/3);
bonus bFlee,3*(.@r/3);
bonus bHit,3*(.@r/3);
bonus bShortAtkRate,2*(.@r/4);
bonus bLongAtkRate,2*(.@r/4);
bonus2 bMagicAtkEle,Ele_All,2*(.@r/4);
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {
   bonus bPerfectHitAddRate,25+(4*(.@r/4));
   bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-500*(.@r/4);
   bonus2 bSkillCooldown,"LG_SHIELDPRESS",-300*(.@r/4);
   if (.@r>=12) {
       bonus bAllStats,10;
       bonus bShortAtkRate,15;
       bonus2 bMagicAtkEle,Ele_Holy,15;
   }
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
   bonus bPerfectHitAddRate,25+(4*(.@r/4));
   bonus2 bSkillCooldown,"GN_CART_TORNADO",-500*(.@r/4);
   if (.@r>=12) {
       bonus bAllStats,10;
       bonus bShortAtkRate,15;
   }
}