Dimensions Dragon Lance [2], двуручное копьё (Renewal)
Dimensions Dragon Lance [2] (DIMEN_DK_LANCE) – оружие.
MaxHP + 5%, increases Dragonic Breath damage by 15%.
Every 2 refine rate, Atk + 25, Atk + 1%.
Every 3 refine rate, increases Dragonic Breath damage by 5%.
If refine rate is 7 or higher, increases long ranged physical damage by 25%.
If refine rate is 9 or higher, reduces variable casting time by 10%, P.Atk + 7.
If refine rate is 11 or higher, increases Dragonic Breath damage by additional 15%.
When equipped with Time Dimensions Rune Crown (Dragon Knight),
increases Dragon Breath and Dragon Breath - Water damage by 85%,
increases long ranged physical damage by 25%,
if grade of Dimensions Dragon Lance and Time Dimensions Rune Crown (Dragon Knight) is A or higher,
increases Dragonic Breath damage by percentage equal to the sum of refine rate of set,
reduces skill cooldown of Dragonic Breath by 0.15 seconds.
[Bonus by grade]
[Grade D] P.Atk + 5.
[Grade C] Increases Dragonic Breath damage by 15%.
[Grade B] Increases long ranged physical damage by 10%.
[Grade A] Every 2 refine rate, P.Atk + 3.
Базовые свойства предмета
- ID: 31810
- Код: DIMEN_DK_LANCE
- Тип: оружие
- Подтип: двуручное копьё
- Уровень оружия: 5
- Атака: 350
- Требуемый уровень: 250
- Профессии: knight
- Вес: 650
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHPrate,5; bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",15+5*(.@r/3); bonus bAtkRate,(.@r/2); bonus bBaseAtk,25*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,25; if (.@r>=9) { bonus bVariableCastrate,-10; bonus bPAtk,7; if (.@r>=11) { bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,5; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",15; if (.@g>=ENCHANTGRADE_B) { bonus bLongAtkRate,10; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,3*(.@r/2); } } } }