
RENEWAL / ITEMS
Dia de Muertos [1]
#480228Armor
Day_of_the_Dead
TypeArmor
Equipment positionGarment
GenderBoth
Weight30
Buy price0 z
Sell price0 z
DEF12
Slots1
Required level100
Armor level1
Description
The wonderful soul of the dead.
------------------------
ASPD +5%
------------------------
Reduces damage taken from players by 5%.
------------------------
INT +1 and MATK +1%, per skill level of [Esha], [Espa], [Eswoo] learned.
------------------------
Max HP +1500, per skill level of [Soul Harvest] learned.
------------------------
When [Soul Collection] Lv5 is learned,
Restore 150 HP and 15 SP when defeating monsters with a magic attack.
------------------------
When refined to +5 or higher,
additional ASPD +5%
------------------------
When refined to +7 or higher, additional
ASPD +10%
-5% damage from normal and boss monsters
------------------------
Class : Garment
Defense : 12
Weight : 30
Required level : 100
Usable By : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMatkRate,5;
bonus bInt,5*getskilllv("SP_SOULENERGY");
bonus bMaxSPrate,5*getskilllv("SP_SOULENERGY");
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bMagicAtkEle,Ele_Dark,5*getskilllv("SP_SOULCURSE");
bonus2 bSkillAtk,"SP_SPA",5*getskilllv("SP_SOULREAPER");
bonus2 bSkillAtk,"SP_SWHOO",25*getskilllv("SP_SOULREAPER");
if (getskilllv("SP_SOULCOLLECT") == 5) {
bonus bMagicHPGainValue,150;
bonus bMagicSPGainValue,15;
}
if (.@r>=7) {
bonus bMaxHPrate,5;
bonus bMatkRate,5;
}
if (.@r>=9) {
bonus bMaxHPrate,10;
bonus bMatkRate,10;
}