Viewing Item

#490037: Dark Ring

Item ID 490037 For Sale No
Identifier Dark_Ring Credit Price Not For Sale
Name Dark Ring Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description \"If someone with that ring targets you, it will be your last chance.\"
With those words, he turned into a silent lump of meat.
_______________________
STR +5, AGI +5, DEX +5.
_______________________
Increases Physical Damage by 5%.
_______________________
When Level 5 Cross Impact is learned:
Decreases After Skill Delay by 30%.
_______________________
When Level 5 Dark Claw is learned:
Decreases Dark Claw skill cooldown by 25 seconds.
_______________________
For each Level of Weapon Crush:
STR +1 , AGI +1,
DEX +1 , ATK +40.
_______________________
When Level 5 Cloaking Exceed is learned:
MaxSP +15%, ASPD +2.
_______________________
Type: Accessory
Defense: 0
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equip Locations Accessory Left/Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@val

2 =

3 getskilllv("GC_WEAPONCRUSH");

4 bonus

5 bStr,5+.@val;

6 bonus

7 bAgi,5+.@val;

8 bonus

9 bDex,5+.@val;

10 bonus

11 bBaseAtk,40*.@val;

12 bonus2

13 bAddRace,RC_All,5;

14 if

15 (getskilllv("GC_CROSSIMPACT")

16 ==

17 5)

18 bonus

19 bDelayrate,-30;

20 if

21 (getskilllv("GC_DARKCROW")

22 ==

23 5)

24 bonus2

25 bSkillCooldown,"GC_DARKCROW",-25000;

26 if

27 (getskilllv("GC_CLOAKINGEXCEED")

28 ==

29 5)

30 {

31 bonus

32 bMaxSPrate,15;

33 bonus

34 bAspd,2;

35 }

Equip Script None
Unequip Script None