
RENEWAL / ITEMS
Red Lotus Stole [1]
#20778Armor
RedLotus_Stole
TypeArmor
Equipment positionGarment
GenderBoth
Weight70
Buy price20 z
Sell price10 z
DEF8
Slots1
Required level1
Armor level1
Description
A reddish cloak invented by the Magician's Guild to extend the magical power of the wearer.
Class: Garment
Defense: 8
Weight: 70
Requires Level: 1
Usable By: All Jobs
Max SP + 10%
Mdef + 3
Reduces the SP cost of skills by 1%.
Reduces the SP cost of skills by an additional 2% per 3 upgrade levels of the item.
If upgrade level is +10 or higher,
Restores 20 SP to the user when a monster is killed by a short-ranged attack.
Set Bonus
Red Lotus Stole [1]
Undead Knight of Grudge Card
Disables the following effects of Undead Knight of Grudge Card, Restores 20 SP to the user when a monster is killed by a short-ranged attack.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxSPrate,10;
bonus bMdef,3;
bonus bUseSPrate,-1*(1+(2*.@r/3));
if (.@r>=10) {
bonus bSPGainValue,20;
}