Viewing Item (Calamity Rifle) Ragnarok: Project Zero Control Panel
Basic Info
Name | Calamity Rifle[1] |
---|---|
Item ID |
810022
-
MD_Moroc_Rifle
|
Type | Weapon - Rifle |
Evil seeped into this once simple rifle.
[Anti-Material Blast] damage + 10%.
For every other refine level, ATK + 10, HIT + 3.
If +7 or higher, [Anti-Material Blast] damage + 15%.
If +9 or higher, reduces physical/magical damage received from all Sizes by 7%.
Class : Rifle Attack : 280
Weight : 80
Weapon Level : 4
Required Level : 130
Jobs : Gunslinger
[Anti-Material Blast] damage + 10%.
For every other refine level, ATK + 10, HIT + 3.
If +7 or higher, [Anti-Material Blast] damage + 15%.
If +9 or higher, reduces physical/magical damage received from all Sizes by 7%.
Class : Rifle Attack : 280
Weight : 80
Weapon Level : 4
Required Level : 130
Jobs : Gunslinger
Details
Weight | 80 |
---|---|
NPC Buy | 52,000 z |
NPC Sell | 26,000 z |
Refineable | Yes |
Equip Locations | Main Hand + Off Hand |
Stats
Range | 9 |
---|---|
Defense | 0 |
Attack | 180 |
Magical Attack | 0 |
Weapon Level | 4 |
Slots | 1 |
Restrictions
Level Range | 130 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | Gunslinger |
Gender | Any |
Scripts
Use Script |
---|
bonus2(bSkillAtk, RL_AM_BLAST, 10); bonus(bBaseAtk, 10 * (getrefine()/2)); bonus(bHit, 3 * (getrefine()/2)); if (getrefine() >= 7) bonus2(bSkillAtk, RL_AM_BLAST, 15); if (getrefine() >= 9) { bonus2(bSubSize, Size_Small, 7); bonus2(bSubSize, Size_Medium, 7); bonus2(bSubSize, Size_Large, 7); } |
Equip Script |
None |
Unequip Script |
None |