
RENEWAL / ITEMS
Blessing of Yggdrasil
#480516Armor
Blessing_Of_Yggdrasil
TypeArmor
Equipment positionGarment
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF60
Required level100
Armor level1
Description
A robe worn by a clan that worships the World Tree.
Made with Alfheim technology, it tolerates all powers, just like the Yggdrasil itself.
------------------------
All Basic Status + 3.
------------------------
Reduce damage taken from Normal and Boss class enemies by 5%.
------------------------
For every refine level, MHP + 2%, MSP + 2%, reduce damage taken from Neutral property attacks by 5%.
------------------------
When refined to +7 or higher, reduce After Cast Delay by 25%, reduce damage taken from Neutral property attacks by additional 15%.
------------------------
When refined to +9 or higher, ASPD + 20%, reduce damage taken from Human and Doram Player by 5%.
------------------------
When refined to +12 or higher, All Basic Status + 15, All Talent Status + 15.
------------------------
Set Bonus:
Blessing of Yggdrasil
Faith Of Yggdrasil [1]
All Basic Status + 10.
Enable to detect Hiding and Cloaking enemies.
------------------------
Set Bonus:
Blessing of Yggdrasil
Majesty of Yggdrasil
OR
Majesty of Yggdrasil [1]
All Basic Status + 10.
Fully restore HP and SP when revived.
------------------------
Type : Garment
Def : 60
Weight : 100
Required Level : 100
Class : All Jobs
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bAllStats,3;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus bMaxHPrate,2*.@r;
bonus bMaxSPrate,2*.@r;
bonus2 bSubEle,Ele_Neutral,5*.@r;
if (.@r>=7) {
bonus bDelayrate,-25;
bonus2 bSubEle,Ele_Neutral,15;
if (.@r>=9) {
bonus bAspdRate,20;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bSubRace,RC_Player_Human,5;
}
}