
RENEWAL / ITEMS
Faint Star's Robe [1]
#450166Armor
Vague_Star_Robe
TypeArmor
Equipment positionArmor
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF105
Slots1
Required level240
Armor level2
Description
A Robe faintly imbued with the magic of the stars.
------------------------
MATK +125.
Every 2 refine, MATK +15.
------------------------
If refine rate is 9 or higher, reduces variable casting time by 10%.
If refine rate is 11 or higher, increases all property magical damage by 10%.
------------------------
Type : Armor
Def : 105
Weight : 50
Required Level : 240
Class : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMatk,125+(15*(.@r/2));
if (.@r>=9) {
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_All,10;
}
}