Young Leaf of World Tree (Vit)

Item ID 420021 Name Young Leaf of World Tree (Vit)
The leaves of Yggdrasil, the source of this world. Resonates with the equipment of time to elicit hidden power.
_______________________
When equipped with Temporal VIT Manteau and Hardened Vitality Armor:
MaxHP +10%

Total Refine Level of entire set at least +14:
ATK +80

Total Refine Level of entire set at least +18:
ATK +10%
MaxSP +7%

Total Refine Level of entire set at least +22:
Decreases After Skill Delay by 10%.
_______________________
Type: Headgear
Defense: 0
Position: Lower
Weight: 5
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Tree_Of_Sprout_VIT
Attack 0 Type Armor
MATK 0 Equip Locations Lower Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 5 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None

Set Script
Young Leaf of World Tree (Vit)
Overwelm Vit Armor
Temporal Vit Manteau
.@sum = getequiprefinerycnt(EQI_HEAD_MID)+getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT);
bonus bMaxHPrate,10;
if (.@sum >= 14) {
   bonus bBaseAtk,80;
}
if (.@sum >= 18) {
   bonus bAtkRate,10;
   bonus bMaxSPrate,7;
}
if (.@sum >= 22) {
   bonus bDelayrate,-10;
}