Trip Shadow Weapon, теневое снаряжение (Renewal)

Trip Shadow Weapon (S_TRIP_WEAPON) – теневое снаряжение.

Trip Shadow Weapon, теневое снаряжение (Renewal)

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.
Required level: 99
Usable by : Gunslinger class

Базовые свойства предмета

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bLongAtkRate,3;
if (.@r>=7) {
   bonus bLongAtkRate,3;
}
if (.@r>=9) {
   bonus bMaxHPrate,10;
}