Bolt Revolver
| Item ID | 32303 | Name | Bolt Revolver |
|
It was modified to launch other objects than
the nails used to in the Einbech mine. _______________________ Increases Ranged Physical Damage by 15%. Increases damage of Fire Dance by 15%. _______________________ Refine Level +7: ATK +60 Increases Attack Speed (decreases After Attack Delay by 10%). _______________________ Refine Level +9: Increases damage of Fire Dance by additional 20%. Physical attacks have a chance to increase physical damage against all size enemies by 20% for 10 seconds. _______________________ Refine Level +11: Decreases After Skill Delay by 20%. _______________________ Type: Revolver Attack: 200 Weight: 180 Weapon Level: 4 _______________________ Requirement: Base Level 170 Rebellion |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Ein_1HGUN | ||
| Attack | 200 | Type | Weapon - Revolver | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Gunslinger, Rebellion | ||
| Range | 7 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 180 | Min Equip Level | 170 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bLongAtkRate,15;
bonus2 bSkillAtk,"RL_FIREDANCE",15;
if (.@r>=7) {
bonus bAspdRate,10;
bonus bBaseAtk,60;
}
if (.@r>=9) {
bonus2 bSkillAtk,"RL_FIREDANCE",20;
autobonus "{ bonus2 bAddSize,Size_All,20; }",1,10000,BF_WEAPON;
}
if (.@r>=11) {
bonus bDelayrate,-20;
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bFixedCast,-300; bonus bDelayrate,-7; bonus2 bWeaponSubSize,Size_All,3; |
||||||
|
bonus bFixedCast,-300; bonus bDelayrate,-7; bonus2 bWeaponSubSize,Size_All,3; |
||||||
|
bonus bFixedCast,-300; bonus bDelayrate,-7; bonus2 bWeaponSubSize,Size_All,3; |
||||||
|
bonus bFixedCast,-300; bonus bDelayrate,-7; bonus2 bWeaponSubSize,Size_All,3; |