Viewing Item

#410136: Raven Of Tomb

Item ID 410136 For Sale No
Identifier aegis_410136 Credit Price Not For Sale
Name Raven Of Tomb Type Armor
NPC Buy 0 Weight 1
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 0 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Middle Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 if (readparam(bStr) >= 100) {

2 bonus2 bAddClass,Class_All,4;

3 bonus bHit,10;

4 if (readparam(bStr) >= 120) {

5 bonus2 bAddClass,Class_All,6;

6 bonus bHit,10;

7 }

8 }

9 if (readparam(bInt) >= 100) {

10 bonus bMatkRate,4;

11 bonus2 bMagicAtkEle,Ele_All,4;

12 if (readparam(bInt) >= 120) {

13 bonus bMatkRate,6;

14 bonus2 bMagicAtkEle,Ele_All,6;

15 }

16 }

17 if (readparam(bDex) >= 100) {

18 bonus bDelayrate,-3;

19 bonus bCritical,4;

20 if (readparam(bDex) >= 120) {

21 bonus bDelayrate,-3;

22 bonus bCritical,6;

23 }

24 }

25 if (readparam(bVit) >= 100) {

26 bonus bMaxHPrate,4;

27 bonus bAspdRate,4;

28 if (readparam(bVit) >= 120) {

29 bonus bMaxHPrate,4;

30 bonus bAspdRate,4;

31 }

32 }

33 if (readparam(bLuk) >= 100) {

34 bonus bBaseAtk,20;

35 bonus bMatk,20;

36 if (readparam(bLuk) >= 120) {

37 bonus bBaseAtk,40;

38 bonus bMatk,40;

39 }

40 }

41 if (readparam(bAgi) >= 100) {

42 bonus bFlee,10;

43 bonus bCritAtkRate,7;

44 if (readparam(bAgi) >= 120) {

45 bonus bFlee,10;

46 bonus bCritAtkRate,7;

47 }

48 }

Equip Script None
Unequip Script None