Abyss Violin

Item ID 32105 Name Abyss Violin
A weapon mutated by the magical power of a stranger.
Even if they look the same, the performance is different.
_______________________
MATK +120
_______________________
Refine Level +7:
Increases damage of Arrow Vulcan by 150%.
Decreases damage taken from Players by additional 5%.
_______________________
Refine Level +7:
Increases damage of Arrow Vulcan by additional 50%.
Decreases damage taken from Players by additional 5%.
_______________________
When compounded with Labyrinth Doppelganger Card:
Increases Attack Speed (decreases After Attack Delay by 10%).
ATK +10%
_______________________
When equipped with Heavenly Order:
Decreases damage taken from Players by additional 3%.
Increases Damage against monsters of all elements by 15%.
_______________________
Indestructible in battle
_______________________
Type: Musical Instrument
Attack: 180
Weight: 25
Weapon Level: 4
_______________________
Requirement:
Base Level 165
Minstrel
Weapon Level 4 Identifier Variant_Viollin
Attack 180 Type Weapon - Musical Instrument
MATK 120 Equip Locations Main Hand
Defense 0 Equippable Jobs Bard / Dancer
Range 1 Equip Gender Male
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 25 Min Equip Level 165
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableWeapon;
if (.@r>=7) {
   bonus2 bSkillAtk,"CG_ARROWVULCAN",150;
   bonus2 bSubRace,RC_Player_Human,5;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"CG_ARROWVULCAN",50;
   bonus2 bSubRace,RC_Player_Human,5;
}

Set Script
Abyss Violin
Heavenly Order
bonus2 bSubRace,RC_Player_Human,3;
bonus2 bAddEle,Ele_All,15;
bonus2 bMagicAddEle,Ele_All,15;
Abyss Violin
Heavenly Order
bonus2 bSubRace,RC_Player_Human,3;
bonus2 bAddEle,Ele_All,15;
bonus2 bMagicAddEle,Ele_All,15;
Abyss Violin
Labyrinth Doppelganger Card
bonus bAspdRate,10;
bonus bAtkRate,10;