Etran Shirt

Item ID 20797 Name Etran Shirt
Undershirt belonged to the ancient Lapine, Etran.
_______________________
MaxHP +2%
MDEF +10
_______________________
Refine Level +7:
MaxHP +4%
_______________________
Refine Level +8:
MaxHP +6%
_______________________
Refine Level +9:
MaxHP +8%
_______________________
Refine Level +10:
Prevents knock-back effect.
_______________________
When equipped with Pantie:
INT +15
MaxHP +5%
MaxSP +5%
_______________________
When Pantie's Refine Level +7:
Skill casting cannot be interrupted.
_______________________
When equipped with Devilring Card:
Decreases damage taken from all elemental attacks, except Neutral, by 50%.
_______________________
Type: Garment
Defense: 0
Weight: 15
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Etran_Shirt
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
bonus bMdef,10;
bonus bMaxHPrate,2;
.@r = getrefine();
if (.@r >= 6)
   bonus bMaxHPrate,4;
if (.@r >= 7)
   bonus bMaxHPrate,6;
if (.@r >= 8)
   bonus bMaxHPrate,8;
if (.@r >= 9)
   bonus bNoKnockback;

Set Script
Etran Shirt
Pantie
bonus bInt,15;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (getequiprefinerycnt(EQI_ARMOR) > 6)
   bonus bNoCastCancel;
Etran Shirt
Deviling Card
bonus2 bSubEle,Ele_All,50;
bonus2 bSubEle,Ele_Neutral,-50;