Magical Feather

Item ID 5930 Name Magical Feather
A hairband made with a magical feather.
_______________________
Increases Magical Damage against monsters of Holy, Shadow, Ghost and Undead race by 5%.
_______________________
For each Refine Level above +:
Increases Magical Damage against monsters of Holy, Shadow, Ghost and Undead race by 5%.
_______________________
Random chance to auto-cast Level 1 Holy Light on attacker when receiving physical damage.
_______________________
Every learned Level of Impositio Manus, Increases Holy Light SP cost by 15 and damage inflicted.
Every learned Level of Demon Bane, Increases trigger rate of Holy Light skill.
_______________________
When using First Aid skill, add chance for 10 second transform its wearer into Nasarin.
_______________________
You can turn off the equipment effect with /effect command.
_______________________
Type: Headgear
Defense: 5
Position: Upper
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 10
Weapon Level 0 Identifier Magical_Feather
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 5 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 10
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = ((getrefine()-5)*5);
bonus2 bMagicAddEle,Ele_Dark,5+.@r;
bonus2 bMagicAddEle,Ele_Ghost,5+.@r;
bonus2 bMagicAddEle,Ele_Holy,5+.@r;
bonus2 bMagicAddEle,Ele_Poison,5+.@r;
bonus2 bMagicAddEle,Ele_Undead,5+.@r;
bonus3 bAutoSpell,"AL_HOLYLIGHT",1,50+(getskilllv("AL_DEMONBANE")*10);
bonus2 bSkillAtk,"AL_HOLYLIGHT",80*getskilllv("PR_IMPOSITIO");
bonus2 bSkillUseSP,"AL_HOLYLIGHT",-15*getskilllv("PR_IMPOSITIO");
autobonus3 "{ }",1000,10000,"NV_FIRSTAID","{ active_transform 2449,10000; }";
hateffect HAT_EF_MAGICAL_FEATHER,true;
Unequip Script
hateffect HAT_EF_MAGICAL_FEATHER,false;