Dimensions Musical Harp [2], (Renewal)
Dimensions Musical Harp [2] (DIMEN_TR_HARP) – оружие.
Atk + 3%, increases Ross Blossom damage by 15%.
Every 2 refine rate, Atk + 25, Atk + 1%.
Every 3 refine rate, increases Ross Blossom 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 global cooldown by 10%, P.Atk + 7.
If refine rate is 11 or higher, increases Ross Blossom damage by additional 15%.
When equipped with Time Dimensions Rune Crown (Troubadour & Trouvere),
increases Rhythm Shooting damage by 45%,
increases long ranged physical damage by 10%,
if grade of Dimensions Musical Harp and Time Dimensions Rune Crown (Troubadour & Trouvere) is A or higher,
increases Rhythm Shooting damage by additional percentage equal to the sum of refine rate of set,
when using Rhythm Shooting, auto-cast Sound Blend at the maximum level the user has learned (the user must have learned Sound Blend at level 1 or higher for auto-casting).
[Bonus by grade]
[Grade D] P.Atk + 5.
[Grade C] Increases Ross Blossom damage by 15%.
[Grade B] Increases long ranged physical damage by 10%.
[Grade A] Every 2 refine rate, P.Atk + 3.
Базовые свойства предмета
- ID: 31604
- Код: DIMEN_TR_HARP
- Тип: оружие
- Подтип:
- Уровень оружия: 5
- Атака: 230
- Требуемый уровень: 250
- Профессии: bard, dancer
- Вес: 180
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,3+(.@r/2);
bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15+5*(.@r/3);
bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15+5*(.@r/3);
bonus bBaseAtk,25*(.@r/2);
if (.@r>=7) {
bonus bLongAtkRate,25;
if (.@r>=9) {
bonus bDelayrate,-10;
bonus bPAtk,7;
if (.@r>=11) {
bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15;
bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,5;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15;
bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15;
if (.@g>=ENCHANTGRADE_B) {
bonus bLongAtkRate,10;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,3*(.@r/2);
}
}
}
}