
RENEWAL / ITEMS
Rolling Shadow Shield
#24537Shadow Gear
S_Rolling_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Shadow equipment that can be worn on top of a shield.
Increase physical damage to all size monsters by 3%.
When refined to +7 or higher, increase physical damage to all size monsters by additional 3%.
When refined to +9 or higher, increase physical damage to all size monsters by additional 4%.
MaxHP +10 per 1 refine rate.
SET BONUS
Rolling Shadow Armor
Rolling Shadow Shield
Rolling Shadow Shoes
Increase damage of Rolling Cutter as a percentage equivalent to sum of its refine rates.
SET BONUS
Guillotine Cross Shadow Weapon
Rolling Shadow Shield
40% armor penetration to all race except players, additional armor penetration as a percentage equivalent sum of refine rates of Guillotine Cross Shadow Weapon/Rolling Shadow Shield.
Type : Shadow Equipment
Location : Shield Weight : 0
Required level : 99
Class : Guillotine Cross Type
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow shield
- Jobs
- Assassin
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=9) {
bonus2 bAddSize,Size_All,10;
}
else if (.@r>=7) {
bonus2 bAddSize,Size_All,6;
}
else {
bonus2 bAddSize,Size_All,3;
}