AC-B44-OS
| Item ID | 18180 | Name | AC-B44-OS |
|
High strength bow made of fused carbon.
_______________________ MATK +135. _______________________ Increases bow weapon damage by 5%. _______________________ Refine Level +7: Increases Attack Speed (decreases After Attack Delay by 7%). _______________________ Refine Level +9: Increases damage of Triangle Shot by 15%. _______________________ Refine Level +11: Increases bow weapon damage by additional 10%. _______________________ Type: Bow Attack: 190 Weight: 60 Weapon Level: 4 _______________________ Requirement: Base Level 130 Shadow Chaser |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | AC_B44_OS | ||
| Attack | 190 | Type | Weapon - Bow | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Rogue | ||
| Range | 5 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 60 | 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 bMatk,135;
.@dmg = 5;
if (.@r >= 7) {
bonus bAspdRate,7;
if (.@r >= 9) {
bonus2 bSkillAtk,"SC_TRIANGLESHOT",15;
if (.@r >= 11) {
.@dmg += 10;
}
}
}
bonus2 bWeaponDamageRate,W_BOW,.@dmg;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bDelayrate,-10; bonus bLongAtkRate,3*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bDelayrate,-10; bonus bLongAtkRate,3*(.@r_weapon/2); |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |