Viewing Item

#410139: Wings of Asmodeus

Item ID 410139 For Sale No
Identifier Hairband_Of_Asmodeus Credit Price Not For Sale
Name Wings of Asmodeus Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 2
Slots 0 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description 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.
_______________________
Increase 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
Equip Locations Middle Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus2

2 bAddSize,Size_All,10;

3 bonus2

4 bSubRace,RC_Player_Human,5;

5 bonus2

6 bSubRace,RC_Player_Doram,5;

7 bonus2

8 bResEff,Eff_Blind,10000;

9 if

10 (getskilllv("RK_IGNITIONBREAK")

11 ==

12 5)

13 {

14 bonus2

15 bFixedCastrate,"RK_REFRESH",-100;

16 bonus2

17 bSkillCooldown,"RK_IGNITIONBREAK",-2500;

18 }

19 if

20 (getskilllv("RK_SONICWAVE")

21 ==

22 10)

23 bonus

24 bPerfectHitAddRate,25;

Equip Script None
Unequip Script None