ID #18200
Weapon
Realgar Shooter [1]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 100
Weight: 1100
Slots: 1
Weapon level: 4
Required level: 70
Attack: 100
Weight: 1100
Slots: 1
Weapon level: 4
Required level: 70
Basic Information
Type
Weapon
Weight
1100
Range
5
Job Requirements
Hunter
Yes
Rogue
Yes
Requirements
Weapon Level
4
Min Level
70
Scripts
Script .@r = getrefine(); bonus bDex,3; if (.@r>=5) { bonus bAtkRate,2; bonus bAspd,1; } if (.@r>=7) { bonus bBaseAtk,10; bonus2 bSkillAtk,"HT_BLITZBEAT",10; } if (.@r>=9) { bonus bBaseAtk,20; bonus bLongAtkRate,5; bonus2 bSkillAtk,"HT_BLITZBEAT",20; } if (.@r>=10) { bonus bAtkRate,3; bonus bMaxHP,500; bonus2 bAddRace,RC_All,2; } if (.@r>=12) { bonus bDelayrate,-5; bonus2 bAddRace,RC_All,3; }
.@r = getrefine();
bonus bDex,3;
if (.@r>=5) {
bonus bAtkRate,2;
bonus bAspd,1;
}
if (.@r>=7) {
bonus bBaseAtk,10;
bonus2 bSkillAtk,"HT_BLITZBEAT",10;
}
if (.@r>=9) {
bonus bBaseAtk,20;
bonus bLongAtkRate,5;
bonus2 bSkillAtk,"HT_BLITZBEAT",20;
}
if (.@r>=10) {
bonus bAtkRate,3;
bonus bMaxHP,500;
bonus2 bAddRace,RC_All,2;
}
if (.@r>=12) {
bonus bDelayrate,-5;
bonus2 bAddRace,RC_All,3;
}