Viewing Item

#700023: Poenitentia Nervus

Item ID 700023 For Sale No
Identifier Poenitentia_Nervus Credit Price Not For Sale
Name Poenitentia Nervus Type Weapon - Bow
NPC Buy 0 Weight 140
NPC Sell 0 Weapon Level 5
Range 5 Defense 0
Slots 2 Refineable Yes
Attack 250 Min Equip Level 230
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 bAtkRate,10;

4 bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;

5 bonus2 bSkillAtk,"RA_AIMEDBOLT",3*(.@r/2);

6 if (.@r>=7) {

7 bonus bLongAtkRate,10;

8 if (.@r>=9) {

9 bonus2 bSkillAtk,"RA_AIMEDBOLT",30;

10 if (.@r>=11) {

11 bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000;

12 }

13 }

14 }

15 if (.@g >= ENCHANTGRADE_D) {

16 bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5;

17 if (.@g >= ENCHANTGRADE_C) {

18 bonus bPAtk,1;

19 bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",8;

20 if (.@g >= ENCHANTGRADE_B) {

21 bonus bCon,1;

22 bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",12;

23 }

24 }

25 }

Equip Script None
Unequip Script None