ID #590066
Weapon
Opened Illusion Iron Driver [1]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 255
Weight: 1200
Slots: 1
Weapon level: 4
Required level: 150
Attack: 255
Weight: 1200
Slots: 1
Weapon level: 4
Required level: 150
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
1200
Range
1
Job Requirements
Priest
Yes
Requirements
Weapon Level
4
Min Level
150
Scripts
Script .@r = getrefine(); bonus bVariableCastrate,-3*(.@r/2); bonus bAspdRate,3*(.@r/2); if (BaseLevel>=150) { bonus bBaseAtk,(min(BaseLevel,170)*3); bonus bMatk,(min(BaseLevel,170)*3); } if (.@r>=7) { bonus bVariableCastrate,-5; bonus bAspdRate,5; } if (.@r>=9) { bonus bAtkRate,5; bonus bMatkRate,5; }
.@r = getrefine();
bonus bVariableCastrate,-3*(.@r/2);
bonus bAspdRate,3*(.@r/2);
if (BaseLevel>=150) {
bonus bBaseAtk,(min(BaseLevel,170)*3);
bonus bMatk,(min(BaseLevel,170)*3);
}
if (.@r>=7) {
bonus bVariableCastrate,-5;
bonus bAspdRate,5;
}
if (.@r>=9) {
bonus bAtkRate,5;
bonus bMatkRate,5;
}