
RENEWAL / ITEMS
Drifter's Cape
#20834Armor
Manteau_Of_Vagabond
TypeArmor
Equipment positionGarment
GenderBoth
Weight40
Buy price0 z
Sell price0 z
Required level100
Armor level1
Description
A cape worn by the drifting gunmen of the west. It looks pretty durable.
Class: Garment
Defense: 0
Weight: 40
Required Level: 100
Required Jobs: All Jobs
Reduces damage taken from Neutral property attacks by 20%.
If upgrade level is +7 or higher,
Reduces damage taken from Neutral property attacks by an additional 5%.
If upgrade level is +9 or higher,
Reduces damage taken from Neutral property attacks by an additional 5%.
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
- No Auction
- Yes
Item effect script
.@r = getrefine();
.@bonus = 20;
if (.@r>=7) {
.@bonus += 5;
}
if (.@r>=9) {
.@bonus += 5;
}
bonus2 bSubEle,Ele_Neutral,.@bonus;