Iron Gatling Gun: Difference between revisions
From Revival Ragnarok Online
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:CustomWeapons | {{Template:CustomWeapons | ||
|image = [[File:NoImage.png]] | |image = [[File:NoImage.png]] | ||
|itemId = | |itemId = 40520 | ||
|itemEqp = Weapon | |itemEqp = Weapon | ||
|itemAtk = 50 | |itemAtk = 50 | ||
|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 ( | *Increases [[Critical]] Rate by (10 + Refine) | ||
*Increases Damage with [[Critical]]s by ( | *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;