
RENEWAL / ITEMS
Full Tempest Shadow Earring
#24665Shadow Gear
S_FullTemp_Earring
TypeShadow Gear
Equipment positionShadow right accessory
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
Ignore magical defense of all race monsters (except players) by 5%.
------------------------
For every 2 refine levels, ignore magical defense of all race monsters (except players) by additional 1%.
------------------------
When refined to +10 or higher, increase magical damage against all race monsters (except players) by 3%.
------------------------
Set Bonus:
Full Tempest Shadow Earring
Full Tempest Shadow Pendant
MATK + 2%.
------------------------
When the total refine level of set is 18 or higher,
ignore magical defense of all race monsters (except players) by 100%.
------------------------
Class : Shadow Equipment
Location : Earring
Weight : 0
Required Level : 1
Jobs : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow right accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bIgnoreMdefRaceRate,RC_All,5+(.@r/2);
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-5-(.@r/2);
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-5-(.@r/2);
if (.@r>=10) {
bonus2 bMagicAddRace,RC_All,3;
bonus2 bMagicAddRace,RC_Player_Human,-3;
bonus2 bMagicAddRace,RC_Player_Doram,-3;
}