
RENEWAL / ITEMS
Super Power Shadow Weapon
#24619Shadow Gear
S_Super_Power_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Increases melee and ranged physical damage by 5%
------------------------
When refined to +7 or higher, increases melee and ranged physical damage increases 5% additionally.
------------------------
When refined to +9 or higher, enables to use Shattering Strike which has the same skill level as Weaponry Research user learned.
------------------------
When equipped with Super Power Shadow Weapon, Earring and Pendant, enables to use Rapid Smiting level 5,
increases Back Stab, Sightless Mind, Shield Boomerang and Rapid Smiting damage as percentage equal to 2x of the sum of refine rate of set.
------------------------
When equipped with Super Novice Shadow Shield,
ignores defense rate of all race monsters (except players) by 40%, additional defense rate ignoring equal to the sum of refine rate of Super Power Shadow Weapon and SUper Novice Shadow Shield.
------------------------
Type : Shadow Equipment
Location : Weapon
Weight : 0
Required Level : 99
Class : Novice Class
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow weapon
- Jobs
- Novice
- Yes
- Super Novice
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
if (.@r>=7) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
}
if (.@r>=9) {
skill "BS_WEAPONRESEARCH",getskilllv("WS_MELTDOWN");
}