Four of a Kind

Item ID 450226 Name Four of a Kind
None
Weapon Level 0 Identifier Four_of_a_kind
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 100 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bInt,10*getskilllv("WL_RADIUS");
bonus bMatk,50*getskilllv("WL_RADIUS");
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bMagicAddRace,RC_All,7*getskilllv("WL_TETRAVORTEX");
if (getskilllv("WL_COMET") == 5) {
   bonus2 bFixedCastrate,"WL_TETRAVORTEX",-100;
   bonus2 bFixedCastrate,"WL_JACKFROST",-100;
}
if (.@r>=5)
   bonus bMdef,25;
if (.@r>=7)
   bonus bMdef,25;
if (.@r>=10) {
   bonus2 bMagicAtkEle,Ele_Earth,15;
   bonus2 bMagicAtkEle,Ele_Fire,15;
   bonus2 bMagicAtkEle,Ele_Water,15;
   bonus2 bMagicAtkEle,Ele_Wind,15;
   bonus bUnbreakableArmor;
}