Artwork unavailable
RENEWAL / ITEMS
Skarlet's Robe (OSM) [1]
#15449Armor
Skarlet_Robe_EXE
TypeArmor
Equipment positionArmor
GenderBoth
Weight150
Buy price0 z
Sell price0 z
DEF55
Slots1
Required level50
Armor level1
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
.@a = ((.@r >= 10) ? 200 : ((.@r >= 9) ? 140 : ((.@r >= 8) ? 90 : ((.@r >= 7) ? 50 : 20))));
.@b = ((.@r >= 10) ? 60 : ((.@r >= 9) ? 40 : ((.@r >= 8) ? 20 : ((.@r >= 7) ? 10 : 0))));
.@c = ((.@r >= 10) ? 6 : ((.@r >= 9) ? 4 : ((.@r >= 8) ? 2 : ((.@r >= 7) ? 1 : 0))));
bonus bMdef,10;
bonus bAllStats,1;
bonus2 bExpAddRace,RC_All,5;
bonus bHPGainValue,.@a;
bonus bMagicHPGainValue,.@a;
bonus2 bHPDrainRate,.@b,.@c;