Viewing Item

#23451: Ghostly_Aura

Item ID 23451 For Sale No
Identifier Ghostly Aura Credit Price Not For Sale
Name Ghostly_Aura
NPC Buy 20 Weight 10
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus bUnstripableWeapon,100; bonus bUnstripableArmor,100; bonus bUnstripableHelm,100; bonus bSpeedRate,60; bonus bMaxHPrate,5; bonus bMatkrate,3; bonus bAtkrate,3; hateffect(HAT_EF_CAMELLIA_HAIR_PIN,true);

Equip Script

1 if (getequipid(EQI_COSTUME_HEAD_TOP) == 23451) {hateffect(HAT_EF_CAMELLIA_HAIR_PIN,true);end;}

Unequip Script

1 hateffect(HAT_EF_CAMELLIA_HAIR_PIN,false);