
RENEWAL / ITEMS
Excelion Suit
#15128Armor
Excelion_Suit
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price20 z
Sell price10 z
DEF100
Required level99
Armor level1
Description
A power suit made from lost technology found in the research building ruins.
Class: Armor
Defense: 100
Property: Neutral
Weight: 100
Requires Level: 99
Usable By: All Jobs
Vit + 6
Additional Vit + 4, if the users base level is 130 or higher.
Max HP + 4% per 3 upgrade levels of the item.
Set Bonus
Excelion Suit
Excelion Wing
Perfect Dodge + 6
Reduces the cast delay of skills by 10%.
Reduces the cast delay of skills by an additional 10%, if the users base level is 130 or higher.
This item is indestructible in battle.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
bonus bVit,6 + (BaseLevel > 129 ? 4 : 0);
bonus bMaxHPrate,(getrefine() / 3) * 4;
bonus bUnbreakableArmor;