Life of Spring (Vitality)

Item ID 313013 Name Life of Spring (Vitality)
P.ATK +20.
Increases Melee Physical Damage by 25%.
_______________________
When equipped with Nebula Armor of Stamina:
MaxHP +3%.

If the Armor's Grade is A or higher:
For each 2 Refine Levels of Armor:
RES +20, MaxHP +1%.
Weapon Level 0 Identifier Life_of_Spring_Sta
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bPAtk,20;
bonus bShortAtkRate,25;

Set Script
Life of Spring (Vitality)
Nebula Armor of Stamina
.@r_armor = getequiprefinerycnt(EQI_ARMOR);
bonus bMaxHPrate,3;
if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) {
   bonus bMaxHPrate,(.@r_armor/2);
   bonus bRes,20*(.@r_armor/2);
}