Bionic Aluminum Planter

Item ID 460030 Name Bionic Aluminum Planter
None
Weapon Level 0 Identifier Fake_Alloy_Pot
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
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 bMdef,10;
bonus bStr,.@r/2;
bonus bInt,.@r/2;
bonus bMaxHPrate,2*(.@r/2);
bonus2 bSubEle,Ele_Neutral,5*(.@r/4);
if (.@r>=9) {
   bonus bStr,5;
   bonus bInt,5;
   bonus bMaxHPrate,3;
}
if (.@r>=11) {
   bonus bStr,5;
   bonus bInt,10;
   bonus bMaxHPrate,5;
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
   bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",3*(getskilllv("GN_REMODELING_CART")+getskilllv("GN_CARTBOOST"));
   bonus2 bSkillAtk,"GN_HELLS_PLANT",3*(getskilllv("GN_REMODELING_CART")+getskilllv("GN_CARTBOOST"));
   bonus2 bSkillAtk,"GN_CARTCANNON",3*getskilllv("GN_CART_TORNADO");
}

Set Script
Bionic Aluminum Planter
Mechanical Aluminum Modified Boots
.@r = getequiprefinerycnt(EQI_HAND_L)+getequiprefinerycnt(EQI_SHOES);
if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
   bonus2 bAddSize,Size_All,3*(.@r/4);
   bonus bLongAtkRate,5*(.@r/6);
   bonus bShortAtkRate,5*(.@r/6);
   if (.@r>=23) {
       bonus bNoWalkDelay;
       bonus bMaxHPrate,-15;
       bonus3 bAutoSpellWhenHit,"CR_ACIDDEMONSTRATION",max(getskilllv("CR_ACIDDEMONSTRATION"),1),400;
       bonus3 bAutoSpellWhenHit,"GN_SPORE_EXPLOSION",max(getskilllv("GN_SPORE_EXPLOSION"),1),300;
   }
}