HR-S55-OS
| Item ID | 28253 | Name | HR-S55-OS |
|
Sniper rifle with the ability to induce satellite attacks.
_______________________ ATK +3% _______________________ Refine Level +7: Increases Ranged Physical Damage by 7%. _______________________ Refine Level +9: Increases damage of Hammer of God by 20%. _______________________ Refine Level +11: Decreases Hammer of God skill cooldown by 5 seconds. _______________________ Type: Rifle Attack: 250 Weight: 100 Weapon Level: 4 _______________________ Requirement: Base Level 130 Rebellion |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | HR_S55_OS | ||
| Attack | 250 | Type | Weapon - Rifle | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Gunslinger, Rebellion | ||
| Range | 9 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 100 | Min Equip Level | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bAtkRate,3;
if (.@r >= 7) {
bonus bLongAtkRate,7;
if (.@r >= 9) {
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",20;
if (.@r >= 11) {
bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-5000;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bLongAtkRate,5; bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",3*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bLongAtkRate,5; bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",3*(.@r_weapon/2); |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |