Lesser Guild Member's Arc Wand, посох (Renewal)
Lesser Guild Member's Arc Wand (WOE_WAND1_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
―――――――――――――
Скрипт
.@r = getrefine(); bonus bMatk,5*(.@r/2); bonus2 bMagicAddRace,RC_Player_Human,15+.@r; bonus2 bMagicAddRace,RC_Player_Doram,15+.@r; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,10; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,10; if (.@r>=7) { bonus2 bIgnoreMdefRaceRate,RC_Player_Human,5; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,5; } if (.@r>=9) { bonus2 bMagicAddRace,RC_Player_Human,5; bonus2 bMagicAddRace,RC_Player_Doram,5; } if (.@r>=10) { bonus2 bVariableCastrate,"SA_LANDPROTECTOR",-30; autobonus3 "{ bonus bNoGemStone; }",1000,10000,"SA_DELUGE"; autobonus3 "{ bonus bNoGemStone; }",1000,10000,"SA_VIOLENTGALE"; autobonus3 "{ bonus bNoGemStone; }",1000,10000,"SA_VOLCANO"; }