ID #480124
Armor
Convertible Physical Wing [1]
Buy Price: N/A
Sell Price: N/A
A multi-purpose wing that has been further improved for the purpose of high efficiency and high output.
A physical process is installed.
Compatible with various items.
_______________________
For each 2 Refine Levels:
ATK +5, ATK +1%.
_______________________
For each 3 Refine Levels:
Increases Physical Damage against enemies of every size by 3%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +9:
Decreases damage taken from Neutral elemental attacks by 7%.
_______________________
Refine Level +11:
Increases Melee and Ranged Physical Damage by 10%.
_______________________
When equipped with Deep Blue Sunglasses[1]:
ATK +7%
Decreases Variable Casting Time by 15%.
_______________________
When equipped with Victory Wing Ears[1]:
ATK +7%
Decreases After Skill Delay by 15%.
_______________________
When equipped with Battle Processor[1]:
ATK +7%
Increases Melee and Ranged Physical Damage by 5%.
_______________________
Type: Garment
Defense: 38
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 150
A physical process is installed.
Compatible with various items.
_______________________
For each 2 Refine Levels:
ATK +5, ATK +1%.
_______________________
For each 3 Refine Levels:
Increases Physical Damage against enemies of every size by 3%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +9:
Decreases damage taken from Neutral elemental attacks by 7%.
_______________________
Refine Level +11:
Increases Melee and Ranged Physical Damage by 10%.
_______________________
When equipped with Deep Blue Sunglasses[1]:
ATK +7%
Decreases Variable Casting Time by 15%.
_______________________
When equipped with Victory Wing Ears[1]:
ATK +7%
Decreases After Skill Delay by 15%.
_______________________
When equipped with Battle Processor[1]:
ATK +7%
Increases Melee and Ranged Physical Damage by 5%.
_______________________
Type: Garment
Defense: 38
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 150
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
400
Defense
38
Requirements
Armor Level
1
Min Level
150
Scripts
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; } } }
.@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;
}
}
}