SERVER: ONLINE
PLAYERS: 1
Glorious Morning Star

Glorious Morning Star

Krieger_Onehand_Mace1
#1546
Refineable Weapon
20 z
0 z
0
0
1
0
130

Equipment Info

Main Hand
None
Novice / Super novice / Swordman / Acolyte / Merchant / Knight / Priest / Blacksmith / Crusader / Monk / Alchemist
Both (Male and Female)

Item Script

bonus2 bAddRace,RC_DemiHuman,75;
bonus2 bAddRace,RC_Player_Human,75;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
bonus bUnbreakableWeapon;
if (getrefine()>5) {
   bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4);
   bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4);
   bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
   bonus bAspdRate,5;
}
if (getrefine()>8) {
   bonus2 bAddEff,Eff_Stun,2000;
   bonus bAspdRate,5;
}