
RENEWAL / ITEMS
Tiger Shadow Weapon
#24485Shadow Gear
S_TigerCannon_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
A glove worn on the weapon-wielding hand that draws out the wearer's latent abilities.
------------------------
Physical damage to all size enemies +3%.
------------------------
When refined to +7 or higher, Physical damage to all size enemies +3% additional.
------------------------
When refined to +9 or higher, Physical damage to all size enemies +4% additional.
------------------------
Set Bonus:
Tiger Cannon Shadow Weapon
Tiger Cannon Shadow Pendant
Tiger Cannon Shadow Earring
By half of the total refine sum, increases MHP and MSP %.
------------------------
Set Bonus:
Tiger Cannon Shadow Weapon
Sura Shadow Shield
Ignores 40% physical defense of all race enemies except players
By the total refine sum, increases [Tiger Cannon] damage %.
------------------------
Type : Shadow Equipment
Location : Weapon
Weight : 0
Required Level : 99
Class : Sura 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
- Monk
- 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 bAddSize,Size_All,10;
}
else if (.@r>=7) {
bonus2 bAddSize,Size_All,6;
}
else {
bonus2 bAddSize,Size_All,3;
}