Circuit Board-OS
| Item ID | 28629 | Name | Circuit Board-OS |
|
Circuit board made in unknown format.
It's pretty hard and suitable to swing. _______________________ ATK +3% _______________________ Refine Level +7: Increases Attack Speed (decreases After Attack Delay by 7%). _______________________ Refine Level +9: Increases Damage against monsters of Small and Medium size by 20%. _______________________ Refine Level +11: Increases Critical Damage by 20%. _______________________ Type: Book Attack: 180 Weight: 120 Weapon Level: 4 _______________________ Requirement: Base Level 130 Sage, Priest and Star Gladiator |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Circuit_Board_OS | ||
| Attack | 180 | Type | Weapon - Book | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Priest, Sage, Star Gladiator | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 120 | Min Equip Level | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bAtkRate,3;
if (.@r >= 7) {
bonus bAspdRate,7;
if (.@r >= 9) {
bonus2 bAddSize,Size_Small,20;
bonus2 bAddSize,Size_Medium,20;
bonus2 bMagicAddSize,Size_Small,20;
bonus2 bMagicAddSize,Size_Medium,20;
if (.@r >= 11) {
bonus bCritAtkRate,20;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,30; bonus2 bSkillAtk,"SJ_SOLARBURST",4*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,30; bonus2 bSkillAtk,"SJ_SOLARBURST",4*(.@r_weapon/2); |
||||
|
bonus2 bSkillFixedCast,"MG_LIGHTNINGBOLT",10000; |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |