
RENEWAL / ITEMS
Spore Bomb Shadow Shield
#24567Shadow Gear
S_Spore_Bomb_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
A small shield that can be attached to the arm provides additional defensive effects. It can also be used alone, but has little defensive effect.
MaxHP +10 per 1 refine rate.
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%.
SET BONUS
Spore Bomb Shadow Armor
Spore Bomb Shadow Shield
Spore Bomb Shadow Shoes
Increases Spore Explosion damage as percentage equal to the sum of refine rate of set.
SET BONUS
Geneticist Shadow Weapon
Ignores defense rate of all race monsters (except players) by 40%, additional defense rate ignoring equal to the sum of refine rate of Spore Bomb Shadow Shield and Geneticist Shadow Weapon.
Type : Shadow Equipment
Location : Shield Weight : 0
Required Level : 99
Class : Geneticist 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
- Alchemist
- 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;
}