Artwork unavailable
RENEWAL / ITEMS
Night Owl Shawl (OSM) [1]
#15444Armor
Night_Owl_Shawl_EXE
TypeArmor
Equipment positionGarment
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF9
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
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMdef,5;
bonus bAspd,1;
bonus bInt,2;
bonus2 bMagicAtkEle,Ele_Earth,2;
bonus2 bMagicAtkEle,Ele_Fire,2;
bonus2 bMagicAtkEle,Ele_Water,2;
bonus2 bMagicAtkEle,Ele_Wind,2;
if (.@r>=5)
bonus bMatk,15;
if (.@r>=7) {
bonus bInt,3;
bonus2 bMagicAtkEle,Ele_Earth,3;
bonus2 bMagicAtkEle,Ele_Fire,3;
bonus2 bMagicAtkEle,Ele_Water,3;
bonus2 bMagicAtkEle,Ele_Wind,3;
}
if (.@r>=9) {
bonus bInt,5;
bonus bMaxSP,100;
bonus2 bMagicAtkEle,Ele_Earth,5;
bonus2 bMagicAtkEle,Ele_Fire,5;
bonus2 bMagicAtkEle,Ele_Water,5;
bonus2 bMagicAtkEle,Ele_Wind,5;
}
if (.@r>=10) {
bonus bMaxSPrate,5;
bonus bMatkRate,5;
bonus bVariableCastrate,-5;
}