Viewing Item

#700029: Thanatos Bow-AD

Item ID 700029 For Sale No
Identifier Thanos_Bow_AD Credit Price Not For Sale
Name Thanatos Bow-AD Type Weapon - Bow
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 5
Range 5 Defense 0
Slots 2 Refineable Yes
Attack 230 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Hunter
Equip Gender Both (Male and Female)
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,"SN_SHARPSHOOTING",5*(.@r/3);

6 if (.@r>=7) {

7 bonus bCritAtkRate,15;

8 bonus2 bSkillAtk,"SN_SHARPSHOOTING",10;

9 if (.@r>=9) {

10 bonus bVariableCastrate,-10;

11 bonus bCritical,15;

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,3;

20 bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;

21 if (.@g >= ENCHANTGRADE_C) {

22 bonus bDelayrate,-5;

23 bonus bPAtk,1;

24 if (.@g >= ENCHANTGRADE_B) {

25 bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;

26 }

27 }

28 }

Equip Script None
Unequip Script None