
RENEWAL / ITEMS
Illusion Morpheus's Shawl [1]
#20948Armor
Morpheus_Shawl_IL
TypeArmor
Equipment positionGarment
GenderBoth
Weight60
Buy price20 z
Sell price10 z
DEF8
Slots1
Required level130
Armor level1
Description
One of the keys to unlocking the power of Morpheus.
This shawl is decorated with ancient spells written on it.
------------------------
MSP + 10%. MDEF + 5.
------------------------
When refined to +7 or higher, reduce variable casting time by 10%.
------------------------
When refined to +9 or higher, reduce variable casting time by additional 10%.
------------------------
Type : Garment
Def : 8
Weight : 60
Required Level : 130
Class : All Jobs
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
bonus bMaxSPrate,10;
bonus bMdef,5;
.@r = getrefine();
if (.@r >= 7) {
.@bonus = -10;
if (.@r >= 9) {
.@bonus -= 10;
}
bonus bVariableCastrate,.@bonus;
}