Guardian Barrel

Item ID 28369 Name Guardian Barrel
An arms part with the capability of strengthen unit's defense.
_______________________
AGI +2
DEX +5
_______________________
Type: Accessory
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
Mechanic
Weapon Level 0 Identifier Upgrade_Part_Gun_B_J
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs Blacksmith
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 50 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 bAgi,2;
bonus bDex,5;

Set Script
Guardian Processor
Guardian Barrel
bonus bAllStats,1;
bonus2 bSubRace,RC_DemiHuman,2;
Guardian Unit
Guardian Engine
Guardian Booster
Guardian Barrel
bonus2 bVariableCastrate,"NC_VULCANARM",-100;
bonus2 bVariableCastrate,"NC_BOOSTKNUCKLE",-100;
bonus2 bResEff,Eff_Freeze,10000;
if (getequiprefinerycnt(EQI_ARMOR) >= 7 && getequiprefinerycnt(EQI_GARMENT) >= 7 && getequiprefinerycnt(EQI_SHOES) >= 7) {
   bonus2 bSubEle,Ele_Holy,10;
   bonus2 bSkillAtk,"NC_VULCANARM",50;
   bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",50;
   bonus4 bAutoSpellOnSkill,"NC_PILEBUNKER","SA_DISPELL",5,1000;
   bonus2 bSkillCooldown,"NC_PILEBUNKER",3000;
}