Wings of Asmodeus

Item ID 410139 Name Wings of Asmodeus
The black wings of the abyss become a curtain that swallows even the heavens, and the world of darkness cries out the cry of destruction.
_______________________
Increases Physical Damage against monsters of every size by 10%.
Decreases damage taken from Players by 5%.
Prevents Blind status
_______________________
When Level 5 Ignition Break is learned:
Decreases Fixed Casting Time of Refresh by 100%.
Decreases Ignition Break skill cooldown by 2.5 seconds.

When equipped with Jasper Crest:
The cooldown reduction effect for Ignition Break of Jasper Crest will not be activated.
_______________________
When Level 10 Sonic Wave is learned:
Perfect HIT +25%
_______________________
Type: Headgear
Defense: 2
Position: Middle
Weight: 30
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Hairband_Of_Asmodeus
Attack 0 Type Armor
MATK 0 Equip Locations Middle Headgear
Defense 2 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 30 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus2 bAddSize,Size_All,10;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bResEff,Eff_Blind,10000;
if (getskilllv("RK_IGNITIONBREAK") == 5) {
   bonus2 bFixedCastrate,"RK_REFRESH",-100;
   bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-2500;
}
if (getskilllv("RK_SONICWAVE") == 10)
   bonus bPerfectHitAddRate,25;

Set Script
Wings of Asmodeus
Jasper Crest
bonus2 bSkillCooldown,"RK_IGNITIONBREAK",2500;