Life of Winter (Creative)

Item ID 313023 Name Life of Winter (Creative)
P.ATK +20.
Increases Critical Damage by 25%.
_______________________
When equipped with Nebula Suit of Creative:
Increases Physical Damage against enemies of every element by 2%.

If the Armor's Grade is A or higher:
For each 2 Refine Levels of Armor:
Increases Physical Damage against enemies of every element by additional 3%.
Weapon Level 0 Identifier Life_of_Winter_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 bCritAtkRate,25;

Set Script
Life of Winter (Creative)
Nebula Suit of Creative
bonus2 bAddEle,Ele_All,2;
if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) {
   bonus2 bAddEle,Ele_All,3*(getequiprefinerycnt(EQI_ARMOR)/2);
}