Viewing Item

#700125: Celestial Crescent Bow

Item ID 700125 For Sale No
Identifier Sky_Crescive_Bow Credit Price Not For Sale
Name Celestial Crescent Bow Type Weapon - Bow
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 5
Range 5 Defense 0
Slots 2 Refineable Yes
Attack 310 Min Equip Level 240
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Hunter
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bCritical,5;

4 bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",15+7*(.@r/4);

5 bonus bCritAtkRate,3*(.@r/3);

6 bonus bBaseAtk,35*(.@r/3);

7 if (.@r>=7) {

8 bonus bCritAtkRate,25;

9 if (.@r>=9) {

10 bonus bPAtk,5;

11 bonus bCritical,10;

12 if (.@r>=11) {

13 bonus bCritical,5;

14 bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bAtkRate,5;

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;

22 if (.@g>=ENCHANTGRADE_B) {

23 bonus bVariableCastrate,-10;

24 if (.@g>=ENCHANTGRADE_A) {

25 bonus bPAtk,10;

26 }

27 }

28 }

29 }

Equip Script None
Unequip Script None