Jeje Cap

Item ID 19453 Name Jeje Cap
A Hat made with the image of a Jejecap.
_______________________
Skill casting cannot be interrupted.
_______________________
Decreases After Skill Delay by 15%.
_______________________
Decreases Variable Casting Time of Acid Demonstration ,Crazy Weed and Full Chemical Protection by 50%.
_______________________
Increases damage of Acid Demonstration and Crazy Weed by 10%.
_______________________
Refine Level +7:
Increases damage of Acid Demonstration and Crazy Weed by additional 15%.
_______________________
Refine Level +9:
Increases damage of Acid Demonstration and Crazy Weed by additional 25%.
_______________________
Refine Level +10:
Bypass 100% of hard defense of Normal Boss class monsters and Demi-Human race when performing a physical attacks.
_______________________
When Fire Expansion is Level 5:
Increases Physical Damage against enemies of Boss class by 50%.
_______________________
When Madragora's Howl is Level 5:
Decreases After Skill Delay by 25%.
Decreases Crazy Weed skill cooldown by 4.5 seconds.
_______________________
For each Level of Crazy Weed:
Decreases After Skill Delay by 6%.
_______________________
Type: Headgear
Defense: 18
Position: Upper
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Jejecap_JP
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 18 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 100 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
.@dmg = 10;
.@delay = -15-6*getskilllv("GN_CRAZYWEED");
bonus bMdef,15;
bonus bNoCastCancel;
bonus2 bVariableCastrate,"GN_CRAZYWEED",-50;
bonus2 bVariableCastrate,"CR_ACIDDEMONSTRATION",-50;
bonus2 bVariableCastrate,"CR_FULLPROTECTION",-50;
if (.@r>=7) {
   .@dmg += 15;
   if (.@r>=9) {
      .@dmg += 25;
      if (.@r>=10) {
         bonus2 bIgnoreMdefRaceRate,RC_All,100;
      }
   }
}
if (getskilllv("GN_FIRE_EXPANSION") == 5)
   bonus2 bAddClass,Class_Boss,50;
if (getskilllv("GN_MANDRAGORA") == 5) {
   .@delay -= 25;
   bonus2 bSkillCooldown,"GN_CRAZYWEED",-4500;
}
bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",.@dmg;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",.@dmg;
bonus bDelayrate,.@delay;