
RENEWAL / ITEMS
Faint Star's Suit [1]
#450167Armor
Vague_Star_Suit
TypeArmor
Equipment positionArmor
GenderBoth
Weight150
Buy price0 z
Sell price0 z
DEF135
Slots1
Required level240
Armor level2
Description
A Suit faintly imbued with the magic of the stars.
------------------------
ATK +75, MATK +75.
Every 2 refine, ATK +10 MATK +10.
------------------------
If refine rate is 9 or higher, ASPD +7%.
If refine rate is 11 or higher, increases long ranged physical damage by 10%.
------------------------
Type : Armor
Def : 135
Weight : 150
Required Level : 240
Class : All
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}
}