ID #570004
Weapon
Gemini Violin [1]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 10
Weight: 500
Slots: 1
Weapon level: 4
Attack: 10
Weight: 500
Slots: 1
Weapon level: 4
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
500
Range
1
Job Requirements
Bard/Dancer
Yes
Requirements
Weapon Level
4
Gender
Male
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bBaseAtk,40+BaseLevel; bonus bMatk,40+BaseLevel; bonus bDelayrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Bard) { bonus bAtkRate,50; bonus bMatkRate,25; bonus2 bSkillAtk,"CG_ARROWVULCAN",200; if (.@r>=7) { .@val = 50; if (.@r>=9) .@val += 50; bonus2 bIgnoreDefRaceRate,RC_All,.@val; bonus2 bIgnoreMdefRaceRate,RC_All,.@val; } }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,40+BaseLevel;
bonus bMatk,40+BaseLevel;
bonus bDelayrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Bard) {
bonus bAtkRate,50;
bonus bMatkRate,25;
bonus2 bSkillAtk,"CG_ARROWVULCAN",200;
if (.@r>=7) {
.@val = 50;
if (.@r>=9)
.@val += 50;
bonus2 bIgnoreDefRaceRate,RC_All,.@val;
bonus2 bIgnoreMdefRaceRate,RC_All,.@val;
}
}