ID #450167
Armor
Faint Star's Suit [1]
Buy Price: N/A
Sell Price: N/A
A suit faintly infused with the magic of stars.
_______________________
ATK +75, MATK +75
_______________________
For each 2 Refine Levels:
ATK +10, MATK +10
_______________________
Refine Level +9:
Increases Attach Speed (Decreases After Attack Delay by 7%).
_______________________
Refine Level +11:
Increases Ranged Physical Damage by 10%.
_______________________
Type: Armor
Defense: 135
Weight: 150
Armor Level: 2
_______________________
Requirement:
Base Level 240
_______________________
ATK +75, MATK +75
_______________________
For each 2 Refine Levels:
ATK +10, MATK +10
_______________________
Refine Level +9:
Increases Attach Speed (Decreases After Attack Delay by 7%).
_______________________
Refine Level +11:
Increases Ranged Physical Damage by 10%.
_______________________
Type: Armor
Defense: 135
Weight: 150
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
1500
Defense
135
Requirements
Armor Level
2
Min Level
240
Scripts
Script .@r = getrefine(); bonus bMatk,75+10*(.@r/2); bonus bBaseAtk,75+10*(.@r/2); if (.@r>=9) { bonus bAspdRate,7; if (.@r>=11) { bonus bLongAtkRate,10; } }
.@r = getrefine();
bonus bMatk,75+10*(.@r/2);
bonus bBaseAtk,75+10*(.@r/2);
if (.@r>=9) {
bonus bAspdRate,7;
if (.@r>=11) {
bonus bLongAtkRate,10;
}
}