Diabolus Wing

Item ID 19495 Name Diabolus Wing
A symbol of endless darkness.
It is said that it was born from a fragment of the Demon King's feathers.
It may move freely and it seems as if it is alive.
_______________________
All Basic Stats +10
_______________________
Increases Damage against monsters in Temple of the Demon God by 30%.
_______________________
When equipped with Diabolus Armor:
STR +8, DEX +4,
MaxHP +1350
Increases Damage against monsters in Temple of the Demon God by additional 20%.
Decreases damage taken from Memorial Dungeon's Temple of the Demon God monsters by 5%.

For each Refine Level of Diabolus Armor:
ATK +15
Increases Stun and Stone Curse resistance by 5%.
_______________________
When equipped with Diabolus Robe:
MDEF +25, MaxSP +350
Decreases After Skill Delay by 10%.
Increases Damage against monsters in Temple of the Demon God by additional 20%.
Decreases damage taken from Memorial Dungeon's Temple of the Demon God monsters by 5%.

For each Refine Level of Diabolus Armor:
MATK +15
Increases Healing skills effectiveness by 2%.
_______________________
When equipped with Diabolus Manteau:
MaxHP +900
Decreases damage taken from Ranged Physical Damage by 10%.
Increases Damage against monsters in Temple of the Demon God by additional 20%.
Decreases damage taken from Memorial Dungeon's Temple of the Demon God monsters by 5%.

For each Refine Level of Diabolus Manteau:
Decreases damage taken from Fire,Water and Wind elemental attacks by 3%.
_______________________
When equipped with Diabolus Boots:
Increases Damage against monsters in Temple of the Demon God by additional 20%.
Decreases damage taken from Memorial Dungeon's Temple of the Demon God monsters by 5%.

For each Base Level:
MaxHP +100

For each Refine Level of Diabolus Boots:
ATK +20, MATK +20
_______________________
When equipped with Diabolus Ring:
MaxHP +2000, MaxSP +200
Increases Healing skills effectiveness by 15%.
Increases Damage against monsters in Temple of the Demon God by additional 20%.
Decreases damage taken from Memorial Dungeon's Temple of the Demon God monsters by 5%.
_______________________
Type: Headgear
Defense: 2
Position: Middle
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Diabolus_Wing
Attack 0 Type Armor
MATK 0 Equip Locations Middle Headgear
Defense 2 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bAllStats,10;
/*bonus2 bAddRace2,RC2_TEMPLE_DEMON,30;
bonus2 bMagicAddRace2,RC2_TEMPLE_DEMON,30;*/

Set Script
Diabolus Wing
Diabolus Armor
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bStr,8;
bonus bDex,4;
bonus bMaxHP,1350;
bonus bBaseAtk,15*.@r;
bonus2 bResEff,Eff_Stone,500*.@r;
bonus2 bResEff,Eff_Stun,500*.@r;
/*bonus2 bAddRace2,RC2_TEMPLE_DEMON,20;
bonus2 bMagicAddRace2,RC2_TEMPLE_DEMON,20;
bonus2 bSubRace2,RC2_TEMPLE_DEMON,5;*/
Diabolus Wing
Diabolus Robe
bonus bMdef,25;
bonus bMaxSP,350;
bonus bDelayrate,-10;
bonus bMatk,15*getequiprefinerycnt(EQI_ARMOR);
bonus bHealPower,2*getequiprefinerycnt(EQI_ARMOR);
/*bonus2 bAddRace2,RC2_TEMPLE_DEMON,20;
bonus2 bMagicAddRace2,RC2_TEMPLE_DEMON,20;
bonus2 bSubRace2,RC2_TEMPLE_DEMON,5;*/
Diabolus Wing
Diabolus Manteau
.@r = getequiprefinerycnt(EQI_GARMENT);
bonus bMaxHP,900;
bonus bLongAtkDef,10;
bonus2 bSubEle,Ele_Fire,3*.@r;
bonus2 bSubEle,Ele_Water,3*.@r;
bonus2 bSubEle,Ele_Wind,3*.@r;
/*bonus2 bAddRace2,RC2_TEMPLE_DEMON,20;
bonus2 bMagicAddRace2,RC2_TEMPLE_DEMON,20;
bonus2 bSubRace2,RC2_TEMPLE_DEMON,5;*/
Diabolus Wing
Diabolus Boots
bonus bMaxHP,100*BaseLevel;
bonus bBaseAtk,20*getequiprefinerycnt(EQI_SHOES);
bonus bMatk,20*getequiprefinerycnt(EQI_SHOES);
/*bonus2 bAddRace2,RC2_TEMPLE_DEMON,20;
bonus2 bMagicAddRace2,RC2_TEMPLE_DEMON,20;
bonus2 bSubRace2,RC2_TEMPLE_DEMON,5;*/
Diabolus Wing
Diabolus Ring
bonus bMaxHP,2000;
bonus bMaxSP,200;
bonus bHealPower,15;
/*bonus2 bAddRace2,RC2_TEMPLE_DEMON,20;
bonus2 bMagicAddRace2,RC2_TEMPLE_DEMON,20;
bonus2 bSubRace2,RC2_TEMPLE_DEMON,5;*/