Viewing Item

#15830: Germes's Horn

Item ID 15830 For Sale No
Identifier Germes_Horn_EXE Credit Price Not For Sale
Name Germes's Horn Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 50
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 if (BaseJob == Job_Assassin) {

3 bonus bBaseAtk,2*(readparam(bStr)/9);

4 bonus bMatk,2*(readparam(bInt)/9);

5 if (.@r>=7) {

6 bonus bDef,10;

7 bonus bMdef,15;

8 bonus2 bSkillAtk,"AS_GRIMTOOTH",20;

9 if (.@r>=8) {

10 bonus bDelayrate,-10;

11 bonus2 bSkillUseSP,"ASC_EDP",10;

12 if (.@r>=9) {

13 bonus bCritical,10;

14 bonus bCritAtkRate,10;

15 if (.@r>=10) {

16 bonus bAllStats,2;

17 bonus bMaxHPrate,3;

18 bonus bMaxSPrate,3;

19 }

20 }

21 }

22 }

23 }

24 else if (BaseJob == Job_Rogue) {

25 bonus bBaseAtk,2*(readparam(bStr)/9);

26 bonus bMatk,2*(readparam(bInt)/9);

27 if (.@r>=7) {

28 bonus bDef,10;

29 bonus bMdef,15;

30 bonus2 bMagicAtkEle,Ele_Neutral,5;

31 if (.@r>=8) {

32 bonus bMatk,30;

33 bonus bDelayrate,-10;

34 if (.@r>=9) {

35 bonus bFlee,30;

36 bonus2 bMagicAtkEle,Ele_Neutral,10;

37 if (.@r>=10) {

38 bonus bAllStats,2;

39 bonus bMaxHPrate,3;

40 bonus bMaxSPrate,3;

41 }

42 }

43 }

44 }

45 }

Equip Script None
Unequip Script None