
RENEWAL / ITEMS
Trip Shadow Weapon
#24613Shadow Gear
S_Trip_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
A glove that brings out the potential abilities of the wearer by attaching it to the hand that wears the weapon.
ATK +1, MATK +1 per refine rate.
Increases ranged physical damage by 3%.
When refined to +7 or higher, increases long ranged physical damage by additional 3%.
When refined to +9 or higher, MaxHP + 10%.
When equipped with Round Trip Shadow Weapon/Shield/Armor,
Increases Round Trip damage by half of the sum of refine rates.
When equipped with Rebellion Shadow Shoes,
Ignores 40% of physical defense of all races except players, additionally ignores physical defense equal to the sum of refine rate of Round Trip Shadow Weapon/Rebellion Shadow Shoes.
Class : Shadow Equipment
Location: Weapon Weight: 0
Required level: 99
Usable by : Gunslinger 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
- Gunslinger
- Yes
- Rebellion
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bLongAtkRate,3;
if (.@r>=7) {
bonus bLongAtkRate,3;
}
if (.@r>=9) {
bonus bMaxHPrate,10;
}