Lesser Guild Member's Healing Staff, посох (Renewal)

Lesser Guild Member's Healing Staff (WOE_HEALSTAFF1_Z) – оружие.

 

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: 27624
  • Код: WOE_HEALSTAFF1_Z
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 3
  • Атака: 70
  • Магическая атака: 125
  •  
  • Требуемый уровень: 70
  • Профессии: acolyte, mage, monk, priest, sage, wizard
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bHealPower,10+.@r;
bonus bDelayrate,-5;
bonus2 bSkillUseSPrate,"AL_INCAGI",2+.@r;
bonus2 bSkillUseSPrate,"AL_BLESSING",2+.@r;
if (.@r>=7)
   bonus bHealPower,5;
if (.@r>=9)
   bonus bHealPower,10;
if (.@r>=10)
   autobonus3 "{ .@r = getrefine(); bonus bHealPower,25+(.@r-10); }",100,20000,"AL_HEAL";