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

Scarlet Athame [1] (SCARLET_ATHAME) – оружие.

 

Matk + 150
Matk + 10 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 all properties magical damage by 10%.
If refine rate is 9 or higher, when dealing melee physical damage, has a chance to auto-cast Psychic Wave lv.3.

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

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

Скрипт

.@r = getrefine();
skill "WZ_METEOR",1;
bonus2 bMagicAtkEle,Ele_Fire,3*.@r;
if (.@r>=5) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bLongAtkDef,5;
}
if (.@r>=7)
   skill "WZ_METEOR",min(10,.@r);
if (.@r>=9) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bLongAtkDef,5;
}
/*Todo Leap Impired State to Enemy 10 Second When Dealing Magic Attack (Add 5 Second of Cooldown to Skill Related on Movement)*/
/*Skill Related : Charge Attack, Warg Strike, Front Slide, Back Slide (NC), Dark Illusion, Pinpoint Attack, Feint Bomb, Escape, Snap, Shadow Leap, Shadow Slash, Fallen Angel, Lope, Illusion - Shadow, Back Slide (TF), Knuckle Arrow, Flying Kick, Cross Slash*/