Item ID | 800009 | For Sale | No | |
---|---|---|---|---|
Identifier | Precision_Pistol | Credit Price | Not For Sale | |
Name | Precision Pistol | Type | Weapon - Revolver | |
NPC Buy | 0 | Weight | 140 | |
NPC Sell | 0 | Weapon Level | 5 | |
Range | 7 | Defense | 0 | |
Slots | 2 | Refineable | Yes | |
Attack | 250 | Min Equip Level | 220 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Two-Handed | |||
Equip Upper | None | |||
Equippable Jobs | Rebellion | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | None | |||
Item Use Script |
1 .@g = getenchantgrade(); 2 .@r = getrefine(); 3 bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",7*(.@r/2); 4 bonus2 bSkillAtk,"RL_FIREDANCE",10*(.@r/3); 5 bonus bLongAtkRate,4*(.@r/4); 6 if (.@g >= ENCHANTGRADE_D) { 7 bonus bCon,2; 8 if (.@g >= ENCHANTGRADE_C) { 9 bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",10; 10 if (.@g >= ENCHANTGRADE_B) { 11 bonus bPAtk,2; 12 } 13 } 14 } |
|||
Equip Script | None | |||
Unequip Script | None |