Kukulkan Feather

Item ID 480015 Name Kukulkan Feather
None
Weapon Level 0 Identifier Kukulkan_Feather_TW
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 40 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 200 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
if (.@r>=5) {
   bonus bAtkRate,1;
   bonus bMatkRate,1;
}
if (.@r>=7)
   bonus bAllStats,1;
if (.@r>=9) {
   bonus2 bAddSize,Size_Medium,5;
   bonus2 bMagicAddSize,Size_Medium,5;
}
if (.@r>=11)
   bonus bLongAtkRate,12;
if (.@r>=12)
   bonus bAspd,1;
if (.@r>=13)
   skill "RG_CLOSECONFINE",1;

Set Script
Kukulkan Feather
Kukulkan's Tooth
.@r = getequiprefinerycnt(EQI_GARMENT);
if (.@r>=9)
   bonus bLongAtkRate,10;
Kukulkan Skull
Kukulkan Skin
Kukulkan Feather
Kukulkan's Tooth
.@a = getequiprefinerycnt(EQI_HEAD_TOP);
.@b = getequiprefinerycnt(EQI_ARMOR);
.@c = getequiprefinerycnt(EQI_GARMENT);
if (.@a >= 9 && .@b >= 9 && .@c >= 9) {
   bonus bVariableCastrate,-10;
   bonus bDelayrate,-5;
}