Young Leaf of World Tree (Dex)

Item ID 420018 Name Young Leaf of World Tree (Dex)
The leaves of Yggdrasil, the source of this world. Resonates with the equipment of time to elicit hidden power.
_______________________
When equipped with Temporal DEX Manteau and Excellent Dexterity Armor:
Increases Physical Damage against enemies of every size by 7%.

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

Total Refine Level of entire set at least +18:
ATK +5%
Increases Physical Damage against enemies of every size by additional 7%.

Total Refine Level of entire set at least +22:
Increases Ranged 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_DEX
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 (Dex)
Excellent Dexterous Armor
Temporal Dex Manteau
.@sum = getequiprefinerycnt(EQI_HEAD_MID)+getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT);
bonus2 bAddSize,Size_All,7;
if (.@sum >= 14) {
   bonus bBaseAtk,80;
}
if (.@sum >= 18) {
   bonus2 bAddSize,Size_All,7;
   bonus bAtkRate,5;
}
if (.@sum >= 22) {
   bonus bLongAtkRate,10;
}