Glorious Spear ( Krieger_Onehand_Spear1 )
| ID 1426 |
|
|||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Buy Price: 20 zeny | Sell Price: 10 zeny | Weight: 0 | Slots: Not specified | ||||||||||||||||
| Type: Weapon item. | Sub Type: One-Handed Spear | Gender: Both | Locations: Weapon | |||||||||||||||||
| Attack: 130 | Magic Attack: Not specified | Range: 3 | 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 | |||||||||||||||||
|
Lança fabricada no Reino Maroll. Kekuatan serangan fisik meningkat terhadap monster Demihuman sebesar 95%. A weapon that has been designed specifically for battles against humans. Character Bound. Not specified
bonus2 bAddRace,RC_DemiHuman,95;
bonus2 bAddRace,RC_Player_Human,95;
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) {
if (BaseJob == Job_Knight)
bonus4 bAutoSpellOnSkill,"KN_PIERCE","NPC_CRITICALWOUND",2,200;
else if (BaseJob == Job_Crusader)
bonus3 bAutoSpell,"PA_PRESSURE",5,100;
bonus bAspdRate,5;
}
Not specified Not specified Not specified |
||||||||||||||||||||