Dimensions Dragon Sword [2], двуручный меч (Renewal)
Dimensions Dragon Sword [2] (DIMEN_DK_T_SWORD) – оружие.
Cri + 5, increases Hack and Slasher damage by 15%.
Every 2 refine rate, Atk + 25, Atk + 1%.
Every 3 refine rate, increases Hack and Slasher damage by 5%.
If refine rate is 7 or higher, increases critical damage by 20%.
If refine rate is 9 or higher, Cri + 15, C.Rate + 5.
If refine rate is 11 or higher, increases Hack and Slasher damage by additional 15%.
When equipped with Time Dimensions Rune Crown (Dragon Knight),
increases Storm Slash damage by 45%,
increases melee physical damage by 15%,
if grade of Dimensions Dragon Sword and Time Dimensions Rune Crown (Dragon Knight) is A or higher,
increases Ignition Break damage by percentage equal to 3 times the sum of refine rate of set,
reduces skill cooldown of Hack and Slasher by 0.2 seconds,
when using Hack and Slasher, auto-cast Ignition Break at the maximum level the user has learned (the user must have learned Ignition Break at level 1 or higher for auto-casting).
[Bonus by grade]
[Grade D] P.Atk + 5.
[Grade C] Increases Hack and Slasher damage by 15%.
[Grade B] Increases melee physical damage by 10%.
[Grade A] Every 2 refine rate, P.Atk + 3.
Базовые свойства предмета
- ID: 31722
- Код: DIMEN_DK_T_SWORD
- Тип: оружие
- Подтип: двуручный меч
- Уровень оружия: 5
- Атака: 350
- Требуемый уровень: 250
- Профессии: knight
- Вес: 350
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bCritical,5; bonus2 bSkillAtk,"DK_HACKANDSLASHER",15+5*(.@r/3); bonus bAtkRate,(.@r/2); bonus bBaseAtk,25*(.@r/2); if (.@r>=7) { bonus bCritAtkRate,20; if (.@r>=9) { bonus bCRate,5; bonus bCritical,15; if (.@r>=11) { bonus2 bSkillAtk,"DK_HACKANDSLASHER",15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,5; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"DK_HACKANDSLASHER",15; if (.@g>=ENCHANTGRADE_B) { bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,3*(.@r/2); } } } }