Artwork unavailable
RENEWAL / ITEMS
Graceful Force of Nature Cloak [1]
#480276Armor
Occult_Nature_Cape
Item stats
- Slots
- 1
- Weight
- 20
- Armor level
- 1
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Garment
- Gender
- Both
- Required level
- 130+
- Jobs
- All jobs
- Class tiers
- All tiers
- Refineable
- Yes
- Trading & storage
- No restrictions
No description is available. Available properties and effects are shown below.
Item effect 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;
Equipment sets
Set 1
Set effect
.@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;
}
Set 2
Set effect
.@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;









