Abyss Foxtail [1], посох (Renewal)

Abyss Foxtail [1] (VARIANT_FOXTAIL) – оружие.

 

A weapon, which mutated from a diva foxtail by the influence of the strength of the labyrinth
The material this weapon is made of is unknown. It is said that similiar weapons perform different then this one.
-----------------
Attack Range 5
-----------------
Matk + 180
-----------------
When unlocked [Soul Attack] Lv1
+20% Seeking Attack
-----------------
For every level of [Mirage Fox Tail(1)]
Increases the effectiveness of healing skills by 2%.
-----------------
If the upgrade level of [Mirage Fox Tail(1)] is 7 or above
Atk + 30 , Hit + 5
Increase the damage of your Magical Attacks by 4%
If the upgrade level of [Mirage Fox Tail(1)] is 9 or above
Atk + 30 , Hit + 5
Increase the damage of your Magical Attacks by 4%
-----------------
When equipped with [Labyrinth Baphomet Card]
With a certain chance, absorb 5% of the Physical Damage done to the enemy as SP
―――――――――――――

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

  • ID: 27627
  • Код: VARIANT_FOXTAIL
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Атака: 150
  • Магическая атака: 180
  •  
  • Требуемый уровень: 165
  • Профессии: spirit_handler, summoner
  • Вес: 40

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bHealPower,.@r*2;
if (.@r>=7) {
   bonus2 bMagicAddClass,Class_All,5;
   bonus2 bSubRace,RC_Player_Human,5;
}
if (.@r>=9) {
   bonus2 bMagicAddClass,Class_All,5;
   bonus2 bSubRace,RC_Player_Human,5;
}