Artwork unavailable
RENEWAL / ITEMS
Ghostring Robe [1]
#15219Armor
Ghostring_Suit_BR
TypeArmor
Equipment positionArmor
GenderBoth
Weight40
Buy price0 z
Sell price0 z
DEF77
Slots1
Required level90
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
- Novice
- Yes
- Super Novice
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMdef,20;
bonus bMaxHP,1000;
bonus bMaxSP,100;
if (BaseLevel>=100) {
bonus bMaxHP,50*BaseLevel;
bonus bMaxSP,3*BaseLevel;
}
if (.@r>=7)
bonus bAtkRate,10;
if (.@r>=10)
skill "BS_WEAPONPERFECT",5;
if (.@r>=12)
bonus bDefEle,Ele_Ghost;