Viewing Item (Booster Violin) Ragnarok: Project Zero Control Panel
Basic Info
Name | Booster Violin |
---|---|
Item ID |
570014
-
Boost_Violin
|
Type | Weapon - Musical Instrument |
An Instrument made for Bard.
_
HIT + 10, increases long ranged physical damage by 2%.
Per refine level, ATK + 3.
Per 15 BaseLevel, ATK + 3.
If refine rate is 7 or higher, per level of [Musical Lesson], Variable Cast Time - 1%.
If refine rate is 9 or higher, [Arrow Vulcan] damage + 10%.
_
When equipped with Booster Power (Suit/Manteau/Boots/Ring(R)/Ring(L)), SP Consumption - 10% for 60 seconds when using [Adaptation to Circumstances].
Class: Instrument Attack: 140
Weight: 0
Weapon Level: 4
Required Level: 60
Usable Job: Bard classes
_
HIT + 10, increases long ranged physical damage by 2%.
Per refine level, ATK + 3.
Per 15 BaseLevel, ATK + 3.
If refine rate is 7 or higher, per level of [Musical Lesson], Variable Cast Time - 1%.
If refine rate is 9 or higher, [Arrow Vulcan] damage + 10%.
_
When equipped with Booster Power (Suit/Manteau/Boots/Ring(R)/Ring(L)), SP Consumption - 10% for 60 seconds when using [Adaptation to Circumstances].
Class: Instrument Attack: 140
Weight: 0
Weapon Level: 4
Required Level: 60
Usable Job: Bard classes
Details
Weight | 0 |
---|---|
NPC Buy | 0 z |
NPC Sell | 0 z |
Refineable | Yes |
Equip Locations | Main Hand |
Stats
Range | 0 |
---|---|
Defense | 0 |
Attack | 140 |
Magical Attack | 0 |
Weapon Level | 4 |
Slots | 0 |
Restrictions
Level Range | 60 + |
---|---|
Usage | None |
Trade | Can't be dropped / Can't be traded or vended / Can't be sold to NPCs / 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 | Bard/Dancer |
Gender | Male |
Scripts
Use Script |
---|
bonus(bHit, 10); bonus(bLongAtkRate, 2); bonus(bBaseAtk, 3 * getrefine()); bonus(bBaseAtk, 3 * (min(120, BaseLevel) / 15)); if (getrefine() >= 7) bonus(bVariableCastrate, -1 * getskilllv(BA_MUSICALLESSON)); if (getrefine() >= 9) bonus2(bSkillAtk, CG_ARROWVULCAN, 10); if (isequipped(B_Power_Suits, B_Power_Boots, B_Power_Manteau, B_Power_Ring_R, B_Power_Ring_L)) autobonus3("{ bonus(bUseSPrate, -10); }", 1000, 60000, BD_ADAPTATION); |
Equip Script |
None |
Unequip Script |
None |