Barren Whip: Difference between revisions
From Revival Ragnarok Online
m (1 revision) |
mNo edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|image = [[File:NoImage.png]] | |image = [[File:NoImage.png]] | ||
|itemName = Barren Whip | |itemName = Barren Whip | ||
|itemId = | |itemId = 40800 | ||
|itemSlot = 0 | |itemSlot = 0 | ||
|itemEqp = Weapon | |itemEqp = Weapon | ||
Line 9: | Line 9: | ||
|itemStore = Yes | |itemStore = Yes | ||
|itemAtk = 60 | |itemAtk = 60 | ||
|itemLvl = 3 | |||
|classEq = [[Dancer]] / [[Gypsy]] class | |classEq = [[Dancer]] / [[Gypsy]] class | ||
|itemDesc = *[[ | |itemDesc = *[[ATK]] +20% | ||
*Increases [[Critical]] | *Increases [[Critical]] rate by (10 + Refine) | ||
*Increases damage with [[Critical]]s by (20 + 2 * Refine)% | |||
*All effects increase by refine. Can not be refined after creation. | *All effects increase by refine. Can not be refined after creation. | ||
|lokiDrop = *[[Handicrafting]] | |lokiDrop = *[[Handicrafting]] | ||
|script = | |||
{ bonus2 bAddClass, Class_All, 20; bonus bCritical, 10+getrefine(); bonus bCritAtkRate, 20+getrefine()*2 },{},{} | |||
}} | }} |
Latest revision as of 05:40, 19 May 2017
Barren Whip | |
File:NoImage.png | |
---|---|
ID: | 40800 |
Tradable: | Yes |
Storage-able: | Yes |
Vendable: | Yes |
Attack: | 60 |
Slots: | 0 |
Weapon Level: | 3 |
Equipped On: | Weapon |
Equippable By: | Dancer / Gypsy class |
Required Level: | None |
Item Description
- ATK +20%
- Increases Critical rate by (10 + Refine)
- Increases damage with Criticals by (20 + 2 * Refine)%
- All effects increase by refine. Can not be refined after creation.
How To Obtain This Item
Eir
This item is not available on Eir.
Loki
Thor
This item is not available on Thor.
Script
{ bonus2 bAddClass, Class_All, 20; bonus bCritical, 10+getrefine(); bonus bCritAtkRate, 20+getrefine()*2 },{},{}