Viewing Item

#530012: Thanos Spear-AD

Item ID 530012 For Sale No
Identifier Thanos_Spear_AD Credit Price Not For Sale
Name Thanos Spear-AD Type Weapon - One-Handed Spear
NPC Buy 0 Weight 180
NPC Sell 0 Weapon Level 5
Range 3 Defense 0
Slots 2 Refineable Yes
Attack 190 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Crusader
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,"LG_HESPERUSLIT",10*(.@r/3);

6 if (.@r>=7) {

7 bonus bDelayrate,-10;

8 bonus2 bSkillAtk,"LG_HESPERUSLIT",15;

9 if (.@r>=9) {

10 bonus bVariableCastrate,-10;

11 bonus2 bSkillAtk,"LG_OVERBRAND",25;

12 if (.@r>=11) {

13 bonus2 bAddSize,Size_All,15;

14 bonus bShortAtkRate,15;

15 }

16 }

17 }

18 if (.@g >= ENCHANTGRADE_D) {

19 bonus bAtkRate,2;

20 bonus2 bSkillAtk,"IG_OVERSLASH",10;

21 if (.@g >= ENCHANTGRADE_C) {

22 bonus bPAtk,1;

23 bonus bAtkRate,3;

24 if (.@g >= ENCHANTGRADE_B) {

25 bonus2 bSkillAtk,"IG_OVERSLASH",10;

26 }

27 }

28 }

Equip Script None
Unequip Script None