Viewing Item

#490068: Ring of Venus

Item ID 490068 For Sale No
Identifier RingofVenus Credit Price Not For Sale
Name Ring of Venus Type Armor
NPC Buy 0 Weight 50
NPC Sell 0 Weapon Level 0
Range 0 Defense 2
Slots 1 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Accessory Left/Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@p

2 =

3 getitempos();

4 .@a

5 =

6 readparam(bAgi);

7 .@d

8 =

9 readparam(bDex);

10 if

11 (.@p

12 ==

13 EQP_ACC_L)

14 {

15 bonus2

16 bAddRace,RC_All,.@a

17 /

18 10;

19 bonus2

20 bMagicAddRace,RC_All,.@a/10;

21 if

22 (.@a

23 =125)

24 {

25 bonus

26 bSpeedRate,25;

27 bonus

28 bDelayrate,-25;

29 }

30 }

31 if

32 (.@p

33 ==

34 EQP_ACC_R)

35 {

36 bonus

37 bLongAtkRate,.@d

38 /

39 10;

40 bonus2

41 bResEff,Eff_Stun,3*(.@d/10);

42 if

43 (.@d

44 =125)

45 {

46 bonus

47 bFixedCastrate,-70;

48 bonus2

49 bSubEle,Ele_Earth,5;

50 bonus2

51 bSubEle,Ele_Water,5;

52 bonus2

53 bSubEle,Ele_Wind,5;

54 bonus2

55 bSubEle,Ele_Fire,5;

56 }

57 }

Equip Script None
Unequip Script None