God Eater Dragon Spear [1], одноручное копьё (Renewal)

God Eater Dragon Spear [1] (JIRANT_SPEAR) – оружие.

 

MATK +280
------------------------
STR +3, DEX +5.
------------------------
Absorb 1% of the damage dealt as HP when attacking with a physical attack (100% chance).
------------------------
[Dragon's Breath], [Dragon's Water Breath] damage + 50%
------------------------
For every 1 refine level,
Additional ATK +2%,
ASPD +2%,
Reduced after cast delay 1%.
------------------------
When refined to +7 or higher, absorb an additional 2% of the damage dealt as HP when attacking with a physical attack.

When refined to +9 or higher, absorb an additional 3% of the damage dealt as HP when attacking with a physical attack.

When refined to +10 or higher, fixed casting time -70%.
------------------------

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

  • ID: 29059
  • Код: JIRANT_SPEAR
  • Тип: оружие
  • Подтип: одноручное копьё
  • Уровень оружия: 4
  • Атака: 360
  • Магическая атака: 280
  •  
  • Требуемый уровень: 130
  • Профессии: crusader, knight
  • Вес: 380

Скрипт

.@r = getrefine();
bonus bStr,3;
bonus bDex,5;
bonus2 bSkillAtk,"RK_DRAGONBREATH",50;
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50;
bonus2 bHPDrainRate,1000,1;
bonus2 bAddRace,RC_All,2*.@r;
bonus bAspdRate,2*.@r;
bonus bDelayrate,-.@r;
if (.@r>=7)
   bonus2 bHPDrainRate,1000,2;
if (.@r>=9)
   bonus2 bHPDrainRate,1000,3;
if (.@r>=10)
   bonus bFixedCastrate,-70;