ID #450168
Armor
Faint Star's Armor [1]
Buy Price: N/A
Sell Price: N/A
A armor faintly infused with the magic of stars.
_______________________
ATK +125
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
Refine Level +9:
MaxHP +7%
_______________________
Refine Level +11:
Increases Melee Physical Damage by 10%.
_______________________
Type: Armor
Defense: 175
Weight: 250
Armor Level: 2
_______________________
Requirement:
Base Level 240
_______________________
ATK +125
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
Refine Level +9:
MaxHP +7%
_______________________
Refine Level +11:
Increases Melee Physical Damage by 10%.
_______________________
Type: Armor
Defense: 175
Weight: 250
Armor Level: 2
_______________________
Requirement:
Base Level 240
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
2500
Defense
175
Requirements
Armor Level
2
Min Level
240
Scripts
Script .@r = getrefine(); bonus bBaseAtk,125+15*(.@r/2); if (.@r>=9) { bonus bMaxHPrate,7; if (.@r>=11) { bonus bShortAtkRate,10; } }
.@r = getrefine();
bonus bBaseAtk,125+15*(.@r/2);
if (.@r>=9) {
bonus bMaxHPrate,7;
if (.@r>=11) {
bonus bShortAtkRate,10;
}
}