
RENEWAL / ITEMS
True Gemstone Shadow Armor
#24675Shadow Gear
S_TrueGem_Armor
TypeShadow Gear
Equipment positionShadow armor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
An armor worn over existing armor, granting additional defensive effects. It can be used alone, but its defensive effect is low.
MATK + 3%.
------------------------
For every 2 refine levels, increases magic damage to all property enemies by 1%.
------------------------
When refined to +10 or higher, reduces Variable Casting Time by 3%.
------------------------
Set Bonus:
True Gemstone Shadow Armor
True Gemstone Shadow Shoes
MATK + 2%.
If the total refine level of the set is 18 or higher, skills no longer consume Gemstones, but SP consumption increases by 40%.
If the total refine level of the set is 20 or higher, increases magic damage against all size enemies by 12%.
------------------------
Class : Shadow Equipment
Location : Armor
Weight : 0
Required Level : 1
Equipped : All Classes
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMatkRate,3;
bonus2 bMagicAtkEle,Ele_All,(.@r/2);
if (.@r>=10) {
bonus bVariableCastrate,-3;
}