Graceful Force of Nature Cloak

Item ID 480276 Name Graceful Force of Nature Cloak
None
Weapon Level 0 Identifier Occult_Nature_Cape
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 130
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus2 bMagicAtkEle,Ele_Water,3*(.@r/4);
bonus2 bMagicAtkEle,Ele_Earth,3*(.@r/4);
if (.@r>=7)
   bonus bMatkRate,10;
if (.@r>=9)
   bonus bMatkRate,10;
if (.@r>=11)
   bonus bDelayrate,-12;
if (.@r>=13)
   bonus2 bIgnoreMdefClassRate,Class_Boss,10;

Set Script
Graceful Force of Nature Cloak
Pride Stone
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bMagicAtkEle,Ele_Water,20;
bonus2 bMagicAtkEle,Ele_Earth,20;
bonus2 bSkillAtk,"WL_JACKFROST",10*(.@r/2);
bonus2 bSkillAtk,"WL_EARTHSTRAIN",10*(.@r/2);
if (.@r>=13) {
   bonus2 bSkillCooldown,"WL_JACKFROST",-3000;
   bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-3000;
}
Graceful Force of Nature Cloak
Sloth Bible
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bMatk,50;
skill "TF_DOUBLE",5;
bonus2 bSkillAtk,"MG_FIREBOLT",10*.@r;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10*.@r;
bonus2 bSkillAtk,"MG_COLDBOLT",10*.@r;
if (.@r>=13)
   bonus3 bAutoSpell,"SO_PSYCHIC_WAVE",5,70;