Black Veil

Item ID 19460 Name Black Veil
None
Weapon Level 0 Identifier Black_Veil_J
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 2 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSubEle,Ele_Dark,(.@r >= 8 ? 25: 10);
.@bonus = 15;
if (.@r >= 7) {
   .@bonus += 15;
}
if (.@r >= 9) {
   .@bonus += 20;
}
bonus2 bAddRace2,RC2_ILLUSION_VAMPIRE,.@bonus;
bonus2 bSubRace2,RC2_ILLUSION_VAMPIRE,.@bonus;
bonus2 bMagicAddRace2,RC2_ILLUSION_VAMPIRE,.@bonus;