ID #540051
Weapon
Circuit Board-OSAD [2]
Buy Price: N/A
Sell Price: N/A
An upgraded version of a Circuit Board made in unknown format.
It's pretty hard and suitable to swing.
_______________________
ATK +5%
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases Damage against monsters of Small and Medium size by 30%.
_______________________
Refine Level +11:
Increases Critical Damage by 20%.
Increases Melee Physical Damage by 10%.
_______________________
Type: Book
Attack: 180
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Sage, Priest and Star Gladiator
It's pretty hard and suitable to swing.
_______________________
ATK +5%
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases Damage against monsters of Small and Medium size by 30%.
_______________________
Refine Level +11:
Increases Critical Damage by 20%.
Increases Melee Physical Damage by 10%.
_______________________
Type: Book
Attack: 180
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Sage, Priest and Star Gladiator
Equipment Reform
Available through the reform system Plus7_Refine_NPC
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
Acquisition method
Equipment reform
Job Requirements
Priest
Yes
Sage
Yes
Requirements
Weapon Level
5
Min Level
170
Scripts
Script .@r = getrefine(); bonus bAtkRate,5; if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus2 bAddSize,Size_Small,30; bonus2 bMagicAddSize,Size_Small,30; bonus2 bAddSize,Size_Medium,30; bonus2 bMagicAddSize,Size_Medium,30; if (.@r>=11) { bonus bCritAtkRate,20; bonus bShortAtkRate,10; } } }
.@r = getrefine();
bonus bAtkRate,5;
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus2 bAddSize,Size_Small,30;
bonus2 bMagicAddSize,Size_Small,30;
bonus2 bAddSize,Size_Medium,30;
bonus2 bMagicAddSize,Size_Medium,30;
if (.@r>=11) {
bonus bCritAtkRate,20;
bonus bShortAtkRate,10;
}
}
}