
RENEWAL / ITEMS
Vibrating Shadow Weapon
#24509Shadow Gear
S_Reverberation_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Gloves that bring out potential capabilites of the wearer.
Increase neutral property magic damage by 3%.
When refined to +7 or higher,
increase neutral property magic
damage by additional 3%.
When refined to +9 or higher,
increase neutral property magic
damage by additional 4%.
SET BONUS
Reverberation Shadow Weapon
Reverberation Shadow Pendant
Reverberation Shadow Earring
Increase damage of Reverberation
as a percentage
that is equivalent to half
the sum of its refine rate.
SET BONUS
Wanderer/Maestro Shadow Shield
Reverberation Shadow Weapon
Ignores physical/magical defense by 40%
for all race except players, ignores
physical/magical defense by additional
percentage that is equivalent to sum of
Reverberation Shadow Weapon and
Wanderer/Maestro Shadow Shield refine rate.
Type : Shadow Gear
Location: Weapon Weight: 0
Required level: 99
Class: Maestro Type, Wanderer Type
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
- Bard Dancer
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Neutral,10;
}
else if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Neutral,6;
}
else {
bonus2 bMagicAtkEle,Ele_Neutral,3;
}