
RENEWAL / ITEMS
Convertible Magical Wing [1]
#480125Armor
Cvt_Magical_Wing
TypeArmor
Equipment positionGarment
GenderBoth
Weight40
Buy price0 z
Sell price0 z
DEF38
Slots1
Required level150
Armor level1
Description
Multipurpose wing improved for high efficiency and high output.
Magic process is installed.
Compatible with various items.
------------------------
For every 2 refine levels, Increases MATK +5 and MATK +1%.
For every 3 refine levels, Increases magical damage against all size enemies by 3%.
------------------------
If refine rate is 7 or higher, reduces variable casting time by 7%.
If refine rate is 9 or higher, reduces damage taken from neutral property by 7%.
If refine rate is 11 or higher, increases all property magical damage by 10%.
------------------------
Set Bonus
Convertible Magical Wing
Deep Blue Sunglasses [1]
MATK + 7%, reduces variable casting time by 15%.
------------------------
Set Bonus
Convertible Magical Wing
Victory Wing Ear [1]
MATK + 7%, reduces global cooldown by 15%.
------------------------
Set Bonus
Convertible Magical Wing
Battle Processor [1]
MATK + 7%, increases all property magical damage by 5%.
------------------------
Class : Garment
Defense : 38
Weight : 40
Armor Level : 1
Required Level : 150
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
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMatkRate,(.@r/2);
bonus bMatk,5*(.@r/2);
bonus2 bMagicAddSize,Size_All,(.@r/3)*3;
if (.@r>=7) {
bonus bVariableCastrate,-7;
if (.@r>=9) {
bonus2 bSubEle,Ele_Neutral,7;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_All,10;
}
}
}