ID #32014
Weapon
Brute Spear
Buy Price: N/A
Sell Price: N/A
A Spear received from suspicious weapon dealer Brute.
_______________________
Increases Physical Damage against Players by 80%.
_______________________
For each Refine Level:
Ignores physical defense of every race by 5%.
_______________________
Refine Level +8:
Increases Magical Damage against Players by additional 35%.
_______________________
Refine Level +9:
Increases Magical Damage against Players by additional 20%.
_______________________
Refine Level +10:
MaxHP +15%
MaxSP +15%
_______________________
Indestructible in battle
_______________________
Can only be sold to NPC's and moved to the storage.
_______________________
Type: One-Handed Spear
Attack: 150
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 100
3rd Swordsman classes
_______________________
Increases Physical Damage against Players by 80%.
_______________________
For each Refine Level:
Ignores physical defense of every race by 5%.
_______________________
Refine Level +8:
Increases Magical Damage against Players by additional 35%.
_______________________
Refine Level +9:
Increases Magical Damage against Players by additional 20%.
_______________________
Refine Level +10:
MaxHP +15%
MaxSP +15%
_______________________
Indestructible in battle
_______________________
Can only be sold to NPC's and moved to the storage.
_______________________
Type: One-Handed Spear
Attack: 150
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 100
3rd Swordsman classes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Range
3
Job Requirements
Crusader
Yes
Knight
Yes
Requirements
Weapon Level
4
Min Level
100
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bIgnoreDefRaceRate,RC_All,5*.@r; bonus2 bAddRace,RC_Player_Human,80 + (.@r > 8 ? 20 : 0) + (.@r > 7 ? 35 : 0); if (.@r > 9) { bonus bMaxHPrate,15; bonus bMaxSPrate,15; }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bIgnoreDefRaceRate,RC_All,5*.@r;
bonus2 bAddRace,RC_Player_Human,80 + (.@r > 8 ? 20 : 0) + (.@r > 7 ? 35 : 0);
if (.@r > 9) {
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
}