Artwork unavailable
RENEWAL / ITEMS
Twin Shadow Mirror Cloak-LT [1]
#480522Armor
Dual_SW_Cape_LT
TypeArmor
Equipment positionGarment
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level130
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 bAllStats,5+(.@r/2);
bonus bBaseAtk,15*(.@r/3);
bonus bMatk,15*(.@r/3);
bonus2 bAddClass,Class_All,.@r/3;
bonus bMatkRate,.@r/3;
bonus2 bAddEle,Ele_All,4*(.@r/4);
bonus2 bMagicAtkEle,Ele_All,4*(.@r/4);
if (.@r>=9) {
bonus2 bAddClass,Class_All,5;
bonus bMatkRate,5;
bonus bDelayrate,-7;
bonus bVariableCastrate,-15;
if (.@r>=11) {
bonus bBaseAtk,50;
bonus bMatk,50;
bonus2 bAddClass,Class_All,7;
bonus bMatkRate,7;
bonus bAspdRate,15;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bBaseAtk,50;
bonus bMatk,50;
if (.@g>=ENCHANTGRADE_C) {
bonus bAllTraitStats,5;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddRace,RC_All,10;
bonus2 bMagicAddRace,RC_All,10;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bAddRace,RC_All,10;
bonus2 bMagicAddRace,RC_All,10;
}
}
}
}