Viewing Item

#450416: Lycanthrope Armor

Item ID 450416 For Sale No
Identifier Lycanthrope_US Credit Price Not For Sale
Name Lycanthrope Armor Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 60
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@g = getenchantgrade();

3 bonus2 bSubClass,Class_Boss,7;

4 bonus2 bSubClass,Class_Normal,7;

5 bonus2 bSkillAtk,"SC_TRIANGLESHOT",10*(min(BaseLevel,250)/10);

6 bonus2 bSkillAtk,"ABC_FRENZY_SHOT",10*(min(BaseLevel,250)/10);

7 bonus bMaxHPrate,3*(.@r/2);

8 bonus bMaxHPrate,3*(.@r/2);

9 if (.@r>=11) {

10 bonus bShortAtkRate,20;

11 bonus bLongAtkRate,20;

12 if (.@r>=13) {

13 bonus bBaseAtk,50;

14 bonus bShortAtkRate,30;

15 bonus bLongAtkRate,30;

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bMaxHPrate,10;

20 bonus bMaxSPrate,10;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus bShortAtkRate,20;

23 bonus bLongAtkRate,20;

24 if (.@g>=ENCHANTGRADE_B) {

25 bonus bDelayrate,-15;

26 if (.@g>=ENCHANTGRADE_A) {

27 bonus bPow,15;

28 bonus bCon,15;

29 }

30 }

31 }

32 }

Equip Script None
Unequip Script None