Viewing Item

#700049: Narcissus Bow-LT

Item ID 700049 For Sale No
Identifier Narcis_Bow_LT Credit Price Not For Sale
Name Narcissus Bow-LT Type Weapon - Bow
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 5
Range 5 Defense 0
Slots 2 Refineable Yes
Attack 210 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Hunter / Rogue / Bard / Dancer
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bAtkRate,5;

4 if (BaseLevel>=210) {

5 bonus bPAtk,1;

6 bonus bPow,2;

7 }

8 if (.@r>=7) {

9 bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;

10 bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25;

11 if (.@r>=9) {

12 bonus bVariableCastrate,-10;

13 bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",30;

14 if (.@r>=11) {

15 bonus2 bSubSize,Size_All,20;

16 bonus2 bAddEle,Ele_All,15;

17 }

18 }

19 }

20 if (.@g >= ENCHANTGRADE_D) {

21 bonus bAtkRate,3;

22 if (.@g >= ENCHANTGRADE_C) {

23 bonus bLongAtkRate,15;

24 bonus bPAtk,1;

25 if (.@g >= ENCHANTGRADE_B) {

26 bonus bPAtk,2;

27 bonus bPow,3;

28 }

29 }

30 }

31 bonus bBaseAtk,15*(.@r/2);

32 bonus bLongAtkRate,4*(.@r/3);

Equip Script None
Unequip Script None