Iron Gatling Gun: Difference between revisions

From Revival Ragnarok Online
m (Custom Item ID's Increased by 20,000)
mNo edit summary
 
Line 6: Line 6:
|classEq = [[Gunslinger]] Class Only
|classEq = [[Gunslinger]] Class Only
|itemDesc = *Increases [[ATK]] by (20 + Refine*2)%
|itemDesc = *Increases [[ATK]] by (20 + Refine*2)%
*Increases [[Critical]] Rate by (20 + Refine*2)
*Increases [[Critical]] Rate by (10 + Refine)
*Increases Damage with [[Critical]]s by (10 + Refine)
*Increases Damage with [[Critical]]s by (20 + Refine*2)%
|script= bonus bAtkRate,20+getrefine()*2; bonus bCritical,10+getrefine(); bonus bCritAtkRate,20+getrefine()*2;  
|script= bonus bAtkRate,20+getrefine()*2; bonus bCritical,10+getrefine(); bonus bCritAtkRate,20+getrefine()*2;  
|lokiDrop = *[[Metalworking]]
|lokiDrop = *[[Metalworking]]
}}
}}

Latest revision as of 17:24, 12 January 2016


Iron Gatling Gun
File:NoImage.png
ID: 40520
Tradable: No
Storage-able: No
Vendable: No
Attack: 50
Slots: 0
Weapon Level: 0
Equipped On: Weapon
Equippable By: Gunslinger Class Only
Required Level: None

Item Description

  • Increases ATK by (20 + Refine*2)%
  • Increases Critical Rate by (10 + Refine)
  • Increases Damage with Criticals by (20 + Refine*2)%

How To Obtain This Item

Eir

This item is not available on Eir.

Loki

Thor

This item is not available on Thor.

Script

bonus bAtkRate,20+getrefine()*2; bonus bCritical,10+getrefine(); bonus bCritAtkRate,20+getrefine()*2;