
RENEWAL / ITEMS
Starry Sky Twin Prime [1]
#470180Armor
Starry_Sky_Twin_Prime
TypeArmor
Equipment positionFootgear
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF20
Slots1
Required level100
Armor level1
Description
Shoes modeled after the constellations of stars.
The twin constellations floating in the starry sky shine beautifully as two single stars.
------------------------
Reduce damage taken from normal and boss monsters by 5%.
------------------------
Reduce damage taken from players by 10%.
------------------------
For every refine level, Perfect Hit + 5, reduce damage taken from Holy property attack by 3%.
------------------------
When refined to +10 or higher, all basic status + 10, increase physical and magic damage against all property monsters by 15%.
------------------------
When refined to +12 or higher, ASPD + 20%, increase physical and magic damage against all property monsters by additional 25%.
------------------------
When refined to +14 or higher, MHP + 20%, reduce After Cast Dealy by 30%.
------------------------
Class : Shoes
Def : 20
Weight : 100
Required Level : 100
Jobs : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMdef,15;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubRace,RC_Player_Human,10;
bonus bDelayrate,-4*.@r;
if (.@r>=7) {
bonus bAllStats,15;
bonus bAtkRate,15;
bonus bMatkRate,15;
}
if (.@r>=9) {
bonus bAllStats,15;
bonus bAtkRate,25;
bonus bMatkRate,25;
}