
RENEWAL / ITEMS
Daybreak Stargazer [1]
#470278Armor
Daybreak_Stargazer
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF15
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
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_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus2 bAddClass,Class_All,4*.@r;
bonus bMatkRate,4*.@r;
if (.@r>=5) {
bonus bMaxHPrate,15;
bonus bDelayrate,-15;
if (.@r>=7) {
bonus bMaxHPrate,25;
bonus bDelayrate,-25;
}
}