Viewing Item

#19453: Jeje Cap

Item ID 19453 For Sale No
Identifier Jejecap_JP Credit Price Not For Sale
Name Jeje Cap Type Armor
NPC Buy 20 Weight 100
NPC Sell 10 Weapon Level 0
Range 0 Defense 18
Slots 0 Refineable Yes
Attack 0 Min Equip Level 100
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 .@dmg = 10;

3 .@delay = -15-6*getskilllv("GN_CRAZYWEED");

4 bonus bMdef,15;

5 bonus bNoCastCancel;

6 bonus2 bVariableCastrate,"GN_CRAZYWEED",-50;

7 bonus2 bVariableCastrate,"CR_ACIDDEMONSTRATION",-50;

8 bonus2 bVariableCastrate,"CR_FULLPROTECTION",-50;

9 if (.@r>=9) {

10 .@dmg += 15;

11 if (.@r>=11) {

12 .@dmg += 25;

13 if (.@r>=13) {

14 bonus bIgnoreDefRace,RC_All;

15 }

16 }

17 }

18 if (getskilllv("GN_FIRE_EXPANSION") == 5)

19 bonus2 bAddClass,Class_Boss,50;

20 if (getskilllv("GN_CRAZYWEED") == 5) {

21 .@delay -= 25;

22 bonus2 bSkillCooldown,"GN_CRAZYWEED",-4500;

23 }

24 bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",.@dmg;

25 bonus2 bSkillAtk,"GN_CRAZYWEED",.@dmg;

26 bonus bDelayrate,.@delay;

Equip Script None
Unequip Script None