Rebirth Athame [1], кинжал (Renewal)

Rebirth Athame [1] (REBIRTH_ATHAME) – оружие.

 

Atk + 5%.
If the user's base level is 210 or higher, POW + 2, P.Atk + 1.
Atk + 15 per 2 refine rate.
Increases attack speed (reduces delay after attack by 2%) per 3 refine rate.
If refine rate is 7 or higher, increases Fatal Menace damage by 25%.
If refine rate is 9 or higher, increases Fatal Menace damage by additional 20%, reduces global cooldown by 7%.
If refine rate is 11 or higher, increases melee physical damage by 15%, reduces global cooldown by additional 7%.

When equipped with Hero Boots-LT, Atk + 10%, P.Atk + 2.

[Bonus by grade]
[Grade D] Atk + 3%.
[Grade C] Increases melee physical damage by 15%, P.Atk + 1.
[Grade B] POW + 3, P.Atk + 2.

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

  • ID: 31241
  • Код: REBIRTH_ATHAME
  • Тип: оружие
  • Подтип: кинжал
  • Уровень оружия: 4
  • Атака: 30
  • Магическая атака: 180
  •  
  • Требуемый уровень: 130
  • Профессии: alchemist, assassin, bard, blacksmith, crusader, dancer, hunter, kagerou, knight, merchant, ninja, oboro, rogue, sage, soul_linker, wizard
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

.@r = getrefine();
skill "WZ_STORMGUST",1;
bonus2 bMagicAtkEle,Ele_Water,3*.@r;
if (getskilllv("GN_MANDRAGORA") == 5)
   bonus3 bSPVanishRate,1000,10,BF_WEAPON;
if (.@r>=5) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bLongAtkDef,5;
}
if (.@r>=7)
   skill "WZ_STORMGUST",min(10,.@r);
if (.@r>=9) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bLongAtkDef,5;
}