Artwork unavailable
RENEWAL / ITEMS
Desert Leather Robe [1]
#15252Armor
D_Leather_Robe
TypeArmor
Equipment positionArmor
GenderBoth
Weight30
Buy price0 z
Sell price0 z
DEF10
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
- Acolyte
- Yes
- Mage
- Yes
- Monk
- Yes
- Priest
- Yes
- Sage
- Yes
- Soul Linker
- Yes
- Wizard
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,150;
bonus bMaxSP,75;
bonus bSPrecovRate,10;
bonus bMdef,5;
bonus2 bSkillUseSPrate,"AL_INCAGI",30;
bonus2 bSkillUseSPrate,"AL_BLESSING",30;
if (.@r>=7) {
bonus bMaxHP,75;
bonus bMaxSP,25;
bonus bSPrecovRate,10;
if (.@r>=9) {
bonus bMaxHP,75;
bonus bMaxSP,25;
bonus bSPrecovRate,10;
bonus2 bSkillUseSPrate,"AL_INCAGI",20;
bonus2 bSkillUseSPrate,"AL_BLESSING",20;
}
}