Artwork unavailable
RENEWAL / ITEMS
Graceful Force of Nature Cloak-LT [1]
#480526Armor
Occult_Nature_Cape_LT
TypeArmor
Equipment positionGarment
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level150
Armor level2
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
.@g = getenchantgrade();
bonus bMatk,15*(.@r/2);
bonus bSpl,.@r/2;
bonus2 bMagicAtkEle,Ele_Earth,10*(.@r/3);
bonus2 bMagicAtkEle,Ele_Water,10*(.@r/3);
if (.@r>=7) {
bonus bMatkRate,15;
if (.@r>=9) {
bonus2 bSkillAtk,"AG_FROZEN_SLASH",20;
bonus2 bSkillAtk,"AG_ROCK_DOWN",20;
bonus2 bSkillAtk,"EM_DIAMOND_STORM",20;
bonus2 bSkillAtk,"EM_TERRA_DRIVE",20;
if (.@r>=11) {
bonus bDelayrate,-12;
if (.@r>=12) {
bonus2 bMagicAddSize,Size_All,15;
if (.@r>=13) {
bonus2 bIgnoreMdefClassRate,Class_Boss,10;
}
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMatkRate,8;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAddEle,Ele_All,12;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bMagicAtkEle,Ele_Earth,20;
bonus2 bMagicAtkEle,Ele_Water,20;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bMagicAddRace,RC_All,15;
}
}
}
}