Dark Illusion Guitar [2], (Renewal)
Dark Illusion Guitar [2] (DARK_ILLU_GUITAR_TH) – оружие.
A musical instrument used by the Glastheim military bands.
It's an ordinary instrument with no special features, but it's influenced by Himmelmes and has magical energy.
------------------------
Can't be destroyed.
Matk + 180, increases neutral property magical damage by 10%.
Matk + 4 per refine rate.
------------------------
If refine rate is 9 or higher, increases Reverberation and Metallic Sound damage by 20%, reduces skill cooldown of Metallic Sound by 1 second.
------------------------
If refine rate is 11 or higher, increases magical damage against undead and angel race monsters by 20%, reduces skill cooldown of Metallic Sound by 1 second more.
------------------------
Set Bonus
Royal Cello
King Schmidt's Suit
King Schmidt's Manteau
Matk + 30,
Has a chance to gain bonus neutral property magical damage by 10% for 10 seconds when dealing magical damage.
If the sum of refine rate of set is 30 or higher, increases magical damage against holy and undead property enemies by 20%.
------------------------
Weapon Lv : 4
Базовые свойства предмета
- ID: 29087
 - Код: DARK_ILLU_GUITAR_TH
 - Тип: оружие
 - Подтип:
 - Уровень оружия: 4
 - Атака: 160
 - Требуемый уровень: 100
 - Профессии: bard, dancer
 
- Вес: 100
 
Скрипт
.@r = getrefine();
bonus bBaseAtk,15*(.@r/2);
bonus bLongAtkRate,4*(.@r/3);
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus2 bSkillCooldown,"CG_ARROWVULCAN",-100;
   if (.@r>=9) {
       bonus bLongAtkRate,7;
       if (.@r>=11) {
           bonus2 bSkillAtk,"CG_ARROWVULCAN",200;
           bonus bDelayrate,-10;
       }
   }
}