ID #13125
Weapon
Metal Revolver [1]
Buy Price: N/A
Sell Price: N/A
Revolver with steel cone that is added to enhance the ability to shoot, made of metal.
_______________________
For each Refine Level:
ATK +3
Increases Ranged Physical Damage by 1%.
_______________________
For each 10 Base Level above 20:
ATK +3 (Applied until you reach Base Level 120)
_______________________
Type: Revolver
Attack: 30
Weight: 0
Weapon Level: 3
_______________________
Requirement:
Gunslinger
_______________________
For each Refine Level:
ATK +3
Increases Ranged Physical Damage by 1%.
_______________________
For each 10 Base Level above 20:
ATK +3 (Applied until you reach Base Level 120)
_______________________
Type: Revolver
Attack: 30
Weight: 0
Weapon Level: 3
_______________________
Requirement:
Gunslinger
Available from boxes
Basic Information
Type
Weapon
Range
7
Job Requirements
Gunslinger
Yes
Requirements
Weapon Level
3
Min Level
1
Scripts
Script .@r = getrefine(); bonus bBaseAtk,3*.@r; bonus bLongAtkRate,.@r; if (BaseLevel >= 20) { bonus bBaseAtk,3*(min(BaseLevel,120)/10); }
.@r = getrefine();
bonus bBaseAtk,3*.@r;
bonus bLongAtkRate,.@r;
if (BaseLevel >= 20) {
bonus bBaseAtk,3*(min(BaseLevel,120)/10);
}