Flare Dance Shadow Earring, теневое снаряжение (Renewal)

Flare Dance Shadow Earring (S_FLARE_DANCE_EARING) – теневое снаряжение.

Flare Dance Shadow Earring, теневое снаряжение (Renewal)

A sacred earring that is said to protect the wearer. Brings out the wearer's potential.
MaxHP +10 per refine rate.
MaxHP + 5%.
When refined to +7 or higher, additional MaxHP + 5%.
When refined to +9 or higher, MaxHP + 2000, MaxSP + 200, increases long ranged physical damage by 7%.
When equipped with Fire Dance Shadow Earring/Pendant/Shoes,
Increases Fire Dance damage by half of the sum of the refine rate.
When equipped with Rebellion Shadow Armor,
Ignores 40% of physical defense of all races except the player, additionally ignores physical defense equal to the sum of the refine rate of Fire Dance Shadow Earring/Rebellion Shadow Armor.
Required level: 99
Usable by : Gunslinger class

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMaxHPrate,5;
if (.@r>=7) {
   bonus bMaxHPrate,5;
}
if (.@r>=9) {
   bonus bLongAtkRate,7;
   bonus bMaxHP,2000;
   bonus bMaxSP,200;
}