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 = getitempos();

2 .@a = readparam(bAgi);

3 .@d = readparam(bDex);

4 if (.@p == EQP_ACC_L) {

5 bonus2 bAddRace,RC_All,.@a / 10;

6 bonus2 bMagicAddRace,RC_All,.@a/10;

7 if (.@a>=125) {

8 bonus bSpeedAddRate,25;

9 bonus bDelayrate,-25;

10 }

11 }

12 if (.@p == EQP_ACC_R) {

13 bonus bLongAtkRate,.@d / 10;

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

15 if (.@d>=125) {

16 bonus bFixedCastrate,-70;

17 bonus2 bSubEle,Ele_Earth,5;

18 bonus2 bSubEle,Ele_Water,5;

19 bonus2 bSubEle,Ele_Wind,5;

20 bonus2 bSubEle,Ele_Fire,5;

21 }

22 }

Equip Script None
Unequip Script None