Viewing Item

#570016: Thanos Violin-AD

Item ID 570016 For Sale No
Identifier Thanos_Violin_AD Credit Price Not For Sale
Name Thanos Violin-AD Type Weapon - Musical Instrument
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 220 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Bard / Dancer
Equip Gender Male
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON;

4 bonus bBaseAtk,10*(.@r/2);

5 bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10*(.@r/3);

6 if (.@r>=7) {

7 bonus bVariableCastrate,-10;

8 bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15;

9 if (.@r>=9) {

10 bonus bDelayrate,-10;

11 bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;

12 if (.@r>=11) {

13 bonus2 bAddSize,Size_All,15;

14 bonus bLongAtkRate,15;

15 }

16 }

17 }

18 if (.@g >= ENCHANTGRADE_D) {

19 bonus bAtkRate,2;

20 bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10;

21 if (.@g >= ENCHANTGRADE_C) {

22 bonus bPAtk,1;

23 bonus bAtkRate,3;

24 if (.@g >= ENCHANTGRADE_B) {

25 bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10;

26 }

27 }

28 }

Equip Script None
Unequip Script None