Viewing Item

#570075: Time Gap Musical Violin

Item ID 570075 For Sale No
Identifier Time_Gap_TR_Vilolin Credit Price Not For Sale
Name Time Gap Musical Violin Type Weapon - Musical Instrument
NPC Buy 0 Weight 180
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 100 Min Equip Level 250
MATK 240 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Bard / Dancer
Equip Gender Male
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bMatkRate,3+(.@r/2);

4 bonus2 bSkillAtk,"TR_RHYTHMICAL_WAVE",15+5*(.@r/3);

5 bonus bMatk,25*(.@r/2);

6 if (.@r>=7) {

7 bonus2 bMagicAtkEle,Ele_All,25;

8 if (.@r>=9) {

9 bonus bVariableCastrate,-10;

10 bonus bSMatk,7;

11 if (.@r>=11) {

12 bonus2 bSkillAtk,"TR_RHYTHMICAL_WAVE",15;

13 }

14 }

15 }

16 if (.@g>=ENCHANTGRADE_D) {

17 bonus bSMatk,5;

18 if (.@g>=ENCHANTGRADE_C) {

19 bonus2 bSkillAtk,"TR_RHYTHMICAL_WAVE",15;

20 if (.@g>=ENCHANTGRADE_B) {

21 bonus2 bMagicAtkEle,Ele_All,10;

22 if (.@g>=ENCHANTGRADE_A) {

23 bonus bSMatk,3*(.@r/2);

24 }

25 }

26 }

27 }

Equip Script None
Unequip Script None