Young Leaf of World Tree (Str)

Item ID 420017 Name Young Leaf of World Tree (Str)
The leaves of Yggdrasil, the source of this world. Resonates with the equipment of time to elicit hidden power.
_______________________
When equipped with Temporal STR Manteau and Soaring Power Armor:
ATK +5%

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

Total Refine Level of entire set at least +18:
ATK +30
Decreases After Skill Delay by 7%.

Total Refine Level of entire set at least +22:
Increases Melee Physical Damage by 10%.
_______________________
Type: Headgear
Defense: 0
Position: Lower
Weight: 5
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Tree_Of_Sprout_STR
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 (Str)
Soaring Physical Armor
Temporal Str Manteau
.@sum = getequiprefinerycnt(EQI_HEAD_MID)+getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT);
bonus bAtkRate,5;
if (.@sum >= 14) {
   bonus bBaseAtk,80;
}
if (.@sum >= 18) {
   bonus bDelayrate,-7;
   bonus bBaseAtk,30;
}
if (.@sum >= 22) {
   bonus bShortAtkRate,10;
}