ID #19453
Armor
Jeje Cap
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1000
Defense
18
Requirements
Armor Level
1
Min Level
100
Scripts
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;
.@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;