Renewal
.:Renewal Item Database:.
Search Item By ID


Nero Shield [1]   [Shield]   Item ID# 28951 (Nero_Shield)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
50
Defense
80
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shield that harnesses the power of water.
This item is indestructible in battle.

MDEF +5.
Increases physical and magical damage on Water elemental monsters by 5%.
Reduces damage taken from Water elemental attacks by 10%.

If refine level is +6 or higher:
Increases physical and magical damage on Water elemental monsters by an additional 10%.
Reduces damage taken from Water elemental attacks by an additional 15%.

If refine level is +8 or higher:
Base STR 90 or higher, ATK +50.
Base AGI 90 or higher, ASPD +5%.
Base VIT 90 or higher, restoration gained from Healing skills and items +10%.
Base INT 90 or higher, MATK +30.
When base DEX at least 90: Variable cast time -5%.
When base LUK at least 90: Critical damage +5%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableShield; bonus bMdef,5; bonus2 bSubEle,Ele_Water,10; bonus2 bAddEle,Ele_Water,5; bonus2 bMagicAddEle,Ele_Water,5; if (.@r>=6) { bonus2 bSubEle,Ele_Water,15; bonus2 bAddEle,Ele_Water,10; bonus2 bMagicAddEle,Ele_Water,10; } if (.@r>=8) { if (readparam(bStr)>=90) bonus bBaseAtk,50; if (readparam(bAgi)>=90) bonus bAspdRate,5; if (readparam(bInt)>=90) bonus bMatk,30; if (readparam(bVit)>=90) bonus bAddItemHealRate,10; if (readparam(bDex)>=90) bonus bVariableCastrate,-5; if (readparam(bLuk)>=90) bonus bCritAtkRate,5; } },{},{}
Dropped By No Result

back to top