Young Leaf of World Tree (Agi)
| Item ID | 420019 | Name | Young Leaf of World Tree (Agi) |
|
The leaves of Yggdrasil, the source of this world. Resonates with the equipment of time to elicit hidden power.
_______________________ When equipped with Temporal AGI Manteau and Brilliant Rapid Armor: Increases Physical Damage against enemies of enemies of every race, except Players, by 7%. Total Refine Level of entire set at least +14: ATK +80 Total Refine Level of entire set at least +18: ASPD +1 Increases Physical Damage against enemies of enemies of every race, except Players, by additional 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_AGI | ||
| 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 | ||||||
|---|---|---|---|---|---|---|---|
|
.@sum = getequiprefinerycnt(EQI_HEAD_MID)+getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT);
bonus2 bAddRace,RC_All,7;
bonus2 bAddRace,RC_Player_Human,-7;
bonus2 bAddRace,RC_Player_Doram,-7;
if (.@sum >= 14) {
bonus bBaseAtk,80;
}
if (.@sum >= 18) {
bonus2 bAddRace,RC_All,7;
bonus2 bAddRace,RC_Player_Human,-7;
bonus2 bAddRace,RC_Player_Doram,-7;
bonus bAspd,1;
}
if (.@sum >= 22) {
bonus bDelayrate,-10;
}
|