Eternal Poring Balloon

Item ID 420065 Name Eternal Poring Balloon
None
Weapon Level 0 Identifier Angeling_Balloon_TW
Attack 0 Type Armor
MATK 0 Equip Locations Lower Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 10 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus2 bSubRace,RC_All,2;

Set Script
Archangel Wings
Eternal Poring Balloon
.@r = getequiprefinerycnt(EQI_GARMENT);
.@a = readparam(bStr);
.@b = readparam(bAgi);
.@c = readparam(bVit);
.@d = readparam(bInt);
.@e = readparam(bDex);
.@f = readparam(bLuk);
bonus2 bExpAddRace,RC_All,8;
if (.@r>=8) {
   bonus bShortAtkRate,3*(.@a/20);
   bonus bCritAtkRate,4*(.@b/20);
   bonus2 bSubEle,Ele_Neutral,2*(.@c/20);
   bonus bMaxHPrate,(.@c/20);
   bonus2 bMagicAtkEle,Ele_All,(.@d/20);
   bonus bDelayrate,-3*(.@e/20);
   bonus bBaseAtk,5*(.@f/20);
   bonus bMatk,5*(.@f/20);
   bonus bCritical,2*(.@f/20);
}