Life of Spring (Luck)

Item ID 313014 Name Life of Spring (Luck)
P.ATK +20.
Increases Melee Physical Damage by 25%.
_______________________
When equipped with Nebula Suit of Creative:
Increases Critical Damage by 3%.

If the Armor's Grade is A or higher:
For each 2 Refine Levels of Armor:
Increases Critical Damage by additional 3%.
Weapon Level 0 Identifier Life_of_Spring_Crt
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 (Luck)
Nebula Suit of Creative
bonus bCritAtkRate,3;
if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) {
   bonus bCritAtkRate,3*(getequiprefinerycnt(EQI_ARMOR)/2);
}