Item Details

Glorious Morning Star ( Krieger_Onehand_Mace1 )

ID 1546 Glorious Morning Star
Glorious Morning Star Buy Price: 20 zeny Sell Price: 10 zeny Weight: 0 Slots: Not specified
Type: Weapon item. Sub Type: Mace Gender: Both Locations: Weapon
Attack: 130 Magic Attack: Not specified Range: 1 Defense: Not specified
Weapon Level: 4 Armor Level: Not specified Min. Equip Level: 80 Max. Equip Level: Not specified
Refineable: 1 Gradable: Not specified Element: Neutral Classes: Not specified

Maça fabricada no Reino Maroll.
Indestrutível em batalha.
Dano físico contra as raças Humanoide e Humano +75%.
Ignora 25% da DEF das raças Humanoide e Humano.
Refino +6 ou mais:
Velocidade de ataque +5%.
Ativa [Carniceiro] nv. 1.
Refino +9 ou mais:
Velocidade de ataque +5% adicional.
Ao realizar ataques físicos, chance de infligir [Atordoamento] no oponente.
[Carniceiro] nv. 1
Aumenta o dano físico contra as raças Humanoide e Humano de acordo com o refino.
Refino +6: 4%.
Refino +7: 9%.
Refino +8: 16%.
Refino +9: 25%.
Refino +10: 36%.
Refino +11: 49%.
Refino +12: 64%.
Refino +13: 81%.
Refino +14: 100%.
Tipo: Maça
Ataque: 130
Peso: 0
Nível da arma: 4
Nível necessário: 80
Classes: Aprendizes, Superaprendizes, Espadachins, Noviços, Mercadores e evoluções

A weapon that has been designed specifically for battles against humans.
Account Bound
Class: Mace
Attack: 130
Property: Neutral
Weight: 0
Weapon Level: 4
Requires Level: 80
Usable By: Novice Jobs, Swordman Jobs, Merchant Jobs, Acolyte Jobs
Increases physical damage on Demi-Human race targets by 75%.
Bypass 25% of hard defense of Demi-Human race targets when performing a physical attack.
Increases physical damage on Human Player race targets by 75%.
Bypass 25% of hard defense of Human Player race targets when performing a physical attack.
This item is indestructible in battle.
If upgrade level is +6 or higher,
Aspd + 5%
Bypass an additional 5% of hard defense of Demi-Human race targets when performing a physical attack.
Bypass an additional 5% of hard defense of Human Player race targets when performing a physical attack.
Enables Level 1 Slaughter.
If upgrade level is +9 or higher,
Additional Aspd + 5%
Adds a 20% chance of inflicting Stun on the target when performing a physical attack.

Character Bound.
Ignores physical defense of Human and Demihuman enemies +20%.
Weapon damage to Human and Demi-Humans by formula +(75%+([refine lv - 4] *[refine lv - 4]))
Indestructable
-------------
[If refine lv +6]
Physical defense of Human and Demihuman enemies -5%.
ASPD +5%
-------------
[If refine lv +9]
ASPD +5%
Adds a chance of inflicting Stun on the target when performing a physical attack.
-------------
[If refine lv +15 and higher]
There are no additions to the characteristics
-------------
Class: Mace
Attack: 130
Weight: 0
Weapon Level: 4
Required Level: 80
Jobs: Novice, Swordsman, Acolyte and Merchant Class

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Can be dropped: Can be traded: Can be traded with partner: Can be sold to NPC:
Can be placed in the cart: Can be placed in the storage: Can be placed in guild storage: Can be put in a mail:
Can be put in an auction: Delay:
bonus2 bAddRace,RC_DemiHuman,75;
bonus2 bAddRace,RC_Player_Human,75;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
bonus bUnbreakableWeapon;
.@r = getrefine();
if (.@r>5) {
   bonus2 bAddRace,RC_DemiHuman,pow(min(14,.@r)-4,2);
   bonus2 bAddRace,RC_Player_Human,pow(min(14,.@r)-4,2);
   bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
   bonus bAspdRate,5;
}
if (.@r>8) {
   bonus2 bAddEff,Eff_Stun,2000;
   bonus bAspdRate,5;
}
Not specified
Not specified

Not specified