
RENEWAL / ITEMS
Crimson Shadow Shield
#24519Shadow Gear
S_Crimson_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Can be worn on top of the shield. It can be worn by itself, but it's not effective.
Increase fire property damage by 3%.
When refined to +7 or higher, increase fire property damage by additional 3%.
When refined to +9 or higher, increase fire property damageb by additional 4%.
When equipped with Crimson Shadow Armor/Shield/Shoes,
Increase Crimson Rock damage as percentage equal to the sum of refine rates of set.
When equipped with Warlock Shadow Weapon,
Ignores magical defense rate of all race monsters (except players) by 40%, additional magical defense rate ignoring equal to the sum of refine rate of Crimson Shadow Shield and Warlock Shadow Weapon.
Type : Shadow Gear
Location : Shield Weight : 0
Required Level : 99
Class : Warlock 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
- Wizard
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Fire,10;
}
else if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Fire,6;
}
else {
bonus2 bMagicAtkEle,Ele_Fire,3;
}