Lust Pointer [2]
810000 Ep172_1h_Rifle
L
A rifle used by mercenaries who guarded the Varmundt's Mansion.
It was terribly transformed by the magic interference device installed by the Illusionians.
Increases damage of Hammer of God by 10%.
For each 3 Refine Levels:
ATK +6
Increases Attack Speed (decreases After Attack Delay by 10%).
Refine Level +7:
Increases damage of Hammer of God by additional 15%.
Refine Level +9:
Decreases Hammer of God skill cooldown by 3 seconds.
Refine Level +11:
Decreases Hammer of God skill cooldown by additional 4 seconds.
When Crimson Marker has been used, Increases Damage of Hammer of God by additional 25% for 10 seconds.
Type: Rifle
Attack: 260
Weight: 130
Weapon Level: 4
Requirement:
Base Level 150
Gunslinger classes
ATK260
Rango9
Nivel de arma4
Información adicional
- Precio de compra
- 0 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
.@r = getrefine();
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",10;
bonus bAspdRate,3*(.@r/3);
bonus bBaseAtk,6*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",15;
}
if (.@r>=9) {
bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-3000;
}
if (.@r>=11) {
autobonus3 "{ bonus2 bSkillAtk,\"RL_HAMMER_OF_GOD\",25; }",1000,10000,"RL_C_MARKER";
bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-4000;
}