ID #450166
Armor
Faint Star's Robe [1]
Buy Price: N/A
Sell Price: N/A
A robe faintly infused with the magic of stars.
_______________________
MATK +125
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases Magical Damage with every element by 10%.
_______________________
Type: Armor
Defense: 105
Weight: 50
Armor Level: 2
_______________________
Requirement:
Base Level 240
_______________________
MATK +125
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases Magical Damage with every element by 10%.
_______________________
Type: Armor
Defense: 105
Weight: 50
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
500
Defense
105
Requirements
Armor Level
2
Min Level
240
Scripts
Script .@r = getrefine(); bonus bMatk,125+(15*(.@r/2)); if (.@r>=9) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_All,10; } }
.@r = getrefine();
bonus bMatk,125+(15*(.@r/2));
if (.@r>=9) {
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_All,10;
}
}