ID #32304
Weapon
Royal Revolver [2]
Buy Price: N/A
Sell Price: N/A
This gun was smuggled into the Glastheim Castle.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himelmez.
_______________________
Increases Ranged Physical Damage by 15%.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Increases damage of Fire Dance by 20%.
_______________________
Refine Level +11:
Decreases Heat Barrel skill cooldown by 5 second.
Increases Physical Damage against enemies of Undead and Angel race by 20%.
_______________________
When equipped with King Schmidt's Suit and King Schmidt's Manteau:
ATK +30
Physical attacks have a chance to increase Ranged Physical Damage by additional 10% for 10 seconds.
_______________________
Total Refine Level of entire set at least +30:
Increases Physical Damage against enemies of Holy and Undead elemental by 20%.
_______________________
Type: Revolver
Attack: 150
Weight: 170
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Rebellion
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himelmez.
_______________________
Increases Ranged Physical Damage by 15%.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Increases damage of Fire Dance by 20%.
_______________________
Refine Level +11:
Decreases Heat Barrel skill cooldown by 5 second.
Increases Physical Damage against enemies of Undead and Angel race by 20%.
_______________________
When equipped with King Schmidt's Suit and King Schmidt's Manteau:
ATK +30
Physical attacks have a chance to increase Ranged Physical Damage by additional 10% for 10 seconds.
_______________________
Total Refine Level of entire set at least +30:
Increases Physical Damage against enemies of Holy and Undead elemental by 20%.
_______________________
Type: Revolver
Attack: 150
Weight: 170
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Rebellion
Basic Information
Type
Weapon
Weight
700
Range
7
Job Requirements
Gunslinger
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bLongAtkRate,15; bonus bBaseAtk,4*.@r; if (.@r>=9) { bonus2 bSkillAtk,"RL_FIREDANCE",20; } if (.@r>=11) { bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Angel,20; bonus2 bSkillCooldown,"RL_HEAT_BARREL",-5000; }
.@r = getrefine();
bonus bLongAtkRate,15;
bonus bBaseAtk,4*.@r;
if (.@r>=9) {
bonus2 bSkillAtk,"RL_FIREDANCE",20;
}
if (.@r>=11) {
bonus2 bAddRace,RC_Undead,20;
bonus2 bAddRace,RC_Angel,20;
bonus2 bSkillCooldown,"RL_HEAT_BARREL",-5000;
}