Viewing Item (Great Calamity Shotgun) Ragnarok: Project Zero Control Panel
Basic Info
Name | Great Calamity Shotgun[1] |
---|---|
Item ID |
820016
-
ROZ_S_Morocc_Shotgun
|
Type | Weapon - Revolver |
Enhancing the "Calamity Shotgun" made it even strong.
Deals splash damage.
[Shattering Storm] damage + 15%.
For every other refine level, ATK + 10, HIT + 2.
If +7 or higher, [Shattering Storm] damage + 15%.
If +9 or higher, reduces physical/magical damage received from all Sizes by 7%.
If +11 or higher. ATK + 40, HIT + 8, [Shattering Storm] damage + 15%.
Class : Shotgn Attack : 383
Weight : 80
Weapon Level : 4
Required Level : 130
Jobs : Gunslinger
Deals splash damage.
[Shattering Storm] damage + 15%.
For every other refine level, ATK + 10, HIT + 2.
If +7 or higher, [Shattering Storm] damage + 15%.
If +9 or higher, reduces physical/magical damage received from all Sizes by 7%.
If +11 or higher. ATK + 40, HIT + 8, [Shattering Storm] damage + 15%.
Class : Shotgn Attack : 383
Weight : 80
Weapon Level : 4
Required Level : 130
Jobs : Gunslinger
Details
Weight | 80 |
---|---|
NPC Buy | 20 z |
NPC Sell | 10 z |
Refineable | Yes |
Equip Locations | Main Hand + Off Hand |
Stats
Range | 9 |
---|---|
Defense | 0 |
Attack | 383 |
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 |
---|
bonus(bSplashRange, 1); bonus2(bSkillAtk, RL_S_STORM, 10); bonus(bBaseAtk, 10 * (getrefine()/2)); bonus(bHit, 2 * (getrefine()/2)); if (getrefine() >= 7) bonus2(bSkillAtk, RL_S_STORM, 15); if (getrefine() >= 9) { bonus2(bSubSize, Size_Small, 7); bonus2(bSubSize, Size_Medium, 7); bonus2(bSubSize, Size_Large, 7); } if (getrefine() >= 11) { bonus(bBaseAtk, 40); bonus(bHit, 8); bonus2(bSkillAtk, RL_S_STORM, 15); } |
Equip Script |
None |
Unequip Script |
None |