
RENEWAL / ITEMS
Sea Dragon Armor [1]
#15196Armor
Armor_Of_Seadragon
TypeArmor
Equipment positionArmor
GenderBoth
Weight40
Buy price20 z
Sell price10 z
DEF100
Slots1
Required level90
Armor level1
Description
An armor made out of the scales of a powerful dragon that was once feared by the world. It has the power to enhance magical abilities.
Class: Armor
Defense: 100
Property: Neutral
Weight: 40
Required Level: 90
Required Jobs: All Jobs
All Stats + 1
Reduces the SP cost of skills by 10%.
If upgrade level is +7 or higher,
Reduces the variable casting time of skills by 5%.
Increases magical damage on Boss targets by 10%.
Reduces the SP cost of skills by an additional 5%.
If upgrade level is +9 or higher,
Reduces the variable casting time of skills by an additional 5%.
Increases magical damage on Boss targets by an additional 10%.
Reduces the SP cost of skills by an additional 5%.
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
.@r = getrefine();
bonus bAllStats,1;
bonus bUseSPrate,-10;
if (.@r >= 7) {
bonus bVariableCastrate,-5;
bonus2 bMagicAddClass,Class_Boss,10;
bonus bUseSPrate,-5;
if (.@r >= 9) {
bonus bVariableCastrate,-5;
bonus2 bMagicAddClass,Class_Boss,10;
bonus bUseSPrate,-5;
}
}