Fallen Angel Wing

Item ID 2589 Name Fallen Angel Wing
A large, black wings of a fallen dark angel.
_______________________
All Basic Stats +1
_______________________
For each 20 base STR:
ATK +1
_______________________
For each 20 base INT:
MATK +1
_______________________
For each 20 base VIT:
Decreases damage taken from Neutral elemental attacks by 1%.
_______________________
For each 20 base AGI:
Increases Attack Speed (decreases After Attack Delay by 1%).
_______________________
For each 20 base DEX:
Increases Ranged Physical Damage by 1%.
_______________________
For each 20 base LUK:
Increases Critical Damage by 1%.
_______________________
Type: Garment
Defense: 18
Weight: 20
Armor Level: 1
Enchantable: Yes
_______________________
Requirement: None
Weapon Level 0 Identifier Fallen_Angel_Wing
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 18 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped
Item Script
bonus bAllStats,1;
bonus bBaseAtk,readparam(bStr)/20;
bonus bMatk,readparam(bInt)/20;
bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20;
bonus bAspdRate,(readparam(bAgi)/20);
bonus bLongAtkRate,readparam(bDex)/20;
bonus bCritAtkRate,readparam(bLuk)/20;

Set Script
Fallen Angel Hairband
Fallen Angel Wing
.@head = getequiprefinerycnt(EQI_HEAD_TOP);
.@garment = getequiprefinerycnt(EQI_GARMENT);
if (.@head >= 10 && .@garment >= 10) {
   bonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",5,10+(.@head+.@garment);
   bonus2 bSubRace,RC_All,3;
   bonus2 bSubRace,RC_Angel,-3;
}
Fallen Angel Armor
Fallen Angel Wing
if (getequiprefinerycnt(EQI_GARMENT) >= 9) {
   bonus2 bSubRace,RC_All,3;
   bonus2 bSubRace,RC_Angel,-3;
}
Fallen Angel's Tear
Fallen Angel Wing
if (getequiprefinerycnt(EQI_GARMENT) >= 9) {
   bonus2 bResEff,Eff_Stone,4000;
   bonus2 bResEff,Eff_Curse,4000;
}