Petal Tail

Item ID 490031 Name Petal Tail
None
Weapon Level 0 Identifier Petal_Tail
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 3 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bAspd,1;
bonus2 bAddClass,Class_Boss,5;
bonus bCritAtkRate,5;
bonus bCriticalLong,5;

Set Script
Squirrel Ears Hood Hat
Petal Tail
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r>=6) {
   bonus bAspd,1;
   bonus2 bAddClass,Class_Boss,10;
   bonus bCritAtkRate,10;
   bonus bCriticalLong,10;
}
if (.@r>=8) {
   bonus bAspd,1;
   bonus2 bAddClass,Class_Boss,15;
   bonus bCritAtkRate,15;
   bonus bCriticalLong,15;
}