ID #32305
Weapon
Titanium Gun [1]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 100
Weight: 1200
Slots: 1
Weapon level: 4
Required level: 70
Attack: 100
Weight: 1200
Slots: 1
Weapon level: 4
Required level: 70
Basic Information
Type
Weapon
Weight
1200
Range
7
Job Requirements
Gunslinger
Yes
Requirements
Weapon Level
4
Min Level
70
Scripts
Script .@r = getrefine(); bonus bAgi,3; if (.@r>=5) { bonus bAspd,1; bonus bAtkRate,2; } if (.@r>=7) { bonus bBaseAtk,10; bonus bCritical,10; } if (.@r>=9) { bonus bBaseAtk,20; bonus3 bAutoSpell,"GS_PIERCINGSHOT",1,70; bonus bLongAtkRate,5; } if (.@r>=10) { bonus bAtkRate,3; bonus bMaxHP,600; bonus2 bAddRace,RC_All,2; } if (.@r>=12) { bonus bDelayrate,-5; bonus2 bAddRace,RC_All,3; }
.@r = getrefine();
bonus bAgi,3;
if (.@r>=5) {
bonus bAspd,1;
bonus bAtkRate,2;
}
if (.@r>=7) {
bonus bBaseAtk,10;
bonus bCritical,10;
}
if (.@r>=9) {
bonus bBaseAtk,20;
bonus3 bAutoSpell,"GS_PIERCINGSHOT",1,70;
bonus bLongAtkRate,5;
}
if (.@r>=10) {
bonus bAtkRate,3;
bonus bMaxHP,600;
bonus2 bAddRace,RC_All,2;
}
if (.@r>=12) {
bonus bDelayrate,-5;
bonus2 bAddRace,RC_All,3;
}