
RENEWAL / ITEMS
Convertible Physical Wing [1]
#480124Armor
Cvt_Physical_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.
Physical process is installed.
Compatible with various items.
------------------------
For every 2 refine levels, Increases ATK +5 and ATK +1%.
For every 3 refine levels, Increases physical damage against all size enemies by 3%.
------------------------
If refine rate is 7 or higher, increases ASPD 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 melee and long ranged physical damage by 10%.
------------------------
Set Bonus
Convertible Physical Wing
Deep Blue Sunglasses [1]
ATK + 7%, reduces variable casting time by 15%.
------------------------
Set Bonus
Convertible Physical Wing
Victory Wing Ear [1]
ATK + 7%, reduces global cooldown by 15%.
------------------------
Set Bonus
Convertible Physical Wing
Battle Processor [1]
ATK + 7%, increases melee and long ranged physical 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 bAtkRate,(.@r/2);
bonus bBaseAtk,5*(.@r/2);
bonus2 bAddSize,Size_All,3*(.@r/3);
if (.@r>=7) {
bonus bAspdRate,7;
if (.@r>=9) {
bonus2 bSubEle,Ele_Neutral,7;
if (.@r>=11) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
}
}
}