
RENEWAL / ITEMS
Triangle Shadow Shield
#24525Shadow Gear
S_Triangle_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
A shield that can be worn on top of armor. Can be equipped alone, but less effective.
Increase ranged physical damage by 3%.
When refined to +7 or higher,
increase ranged physical damage by additional 3%,
When refined to +9 or higher,
increase ranged physical damage by additional 4%.
SET BONUS
Triangle Shadow Armor
Triangle Shadow Shield
Triangle Shadow Shoes
Decrease after skill delay as a percentage equivalent to half the sum.
SET BONUS
Shadowchaser Shadow Weapon,
Penetrates all race's physical armor by 40% except players,
additional penetration equivalent to sum of Triangle Shadow Shield/Weapon's refine rate.
Type : Shadow Gear
Location : Shield Weight : 0
Required level : 99
Class : Shadowchaser 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
- Rogue
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=9) {
bonus bLongAtkRate,10;
}
else if (.@r>=7) {
bonus bLongAtkRate,6;
}
else {
bonus bLongAtkRate,3;
}