Viewing Item (Beginner Metal Bow) Ragnarok: Project Zero Control Panel
Basic Info
Name | Beginner Metal Bow[1] |
---|---|
Item ID |
700006
-
Metal_Bow_P
|
Type | Weapon - Bow |
A beginner's bow made of metal and further enhanced with steel.
_
Increases [Blitz Beat] and [Double Strafe] damage by 15%.
If +7 or higher, increases [Blitz Beat] and [Double Strafe] damage by 7%.
If Base Level 20 or higher: For every 10 Base Level, ATK + 3.
(Up to Base Level 90)
Class: Bow Attack: 80
Weight: 0
Weapon Level: 3
Required Level: 1
Jobs: Archer
_
Increases [Blitz Beat] and [Double Strafe] damage by 15%.
If +7 or higher, increases [Blitz Beat] and [Double Strafe] damage by 7%.
If Base Level 20 or higher: For every 10 Base Level, ATK + 3.
(Up to Base Level 90)
Class: Bow Attack: 80
Weight: 0
Weapon Level: 3
Required Level: 1
Jobs: Archer
Details
Weight | 0 |
---|---|
NPC Buy | 0 z |
NPC Sell | 0 z |
Refineable | Yes |
Equip Locations | Main Hand + Off Hand |
Stats
Range | 0 |
---|---|
Defense | 0 |
Attack | 80 |
Magical Attack | 0 |
Weapon Level | 3 |
Slots | 1 |
Restrictions
Level Range | Any |
---|---|
Usage | None |
Trade | Can't be dropped / Can't be traded or vended / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage |
Job Class Types | Normal / Upper / Baby |
Job Classes | Archer / Hunter / Bard/Dancer |
Gender | Any |
Scripts
Use Script |
---|
bonus2(bSkillAtk, HT_BLITZBEAT, 15); bonus2(bSkillAtk, AC_DOUBLE, 15); if (BaseLevel >= 20) bonus(bBaseAtk, 3 * (min(90, BaseLevel) / 10)); if (getrefine() >= 7) { bonus2(bSkillAtk, HT_BLITZBEAT, 7); bonus2(bSkillAtk, AC_DOUBLE, 7); } |
Equip Script |
None |
Unequip Script |
None |