Etran Shirt

Item ID 20904 Name Etran Shirt
None
Weapon Level 0 Identifier Etran_Shirt_BR
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 15 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHPrate,((.@r>=8)?16:(.@r>=6?8:2));
if (.@r>=10)
   bonus bNoKnockback;

Set Script
Deviling Card
Etran Shirt
.@r = getequiprefinerycnt(EQI_GARMENT);
if (.@r>=12) {
   bonus2 bSubEle,Ele_Dark,50;
   bonus2 bSubEle,Ele_Earth,50;
   bonus2 bSubEle,Ele_Fire,50;
   bonus2 bSubEle,Ele_Ghost,50;
   bonus2 bSubEle,Ele_Holy,50;
   bonus2 bSubEle,Ele_Poison,50;
   bonus2 bSubEle,Ele_Undead,50;
   bonus2 bSubEle,Ele_Water,50;
   bonus2 bSubEle,Ele_Wind,50;
}
Pantie
Etran Shirt
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bInt,15;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (.@r>=9)
   bonus bNoCastCancel;
Pantie
Etran Shirt
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bInt,15;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (.@r>=9)
   bonus bNoCastCancel;