30 lines
625 B
Text
30 lines
625 B
Text
// Itamex Reinforced Combat Hammer (from UnSX 5)
|
|
// Slot 1, spawns shared with Pusher
|
|
|
|
Class ItamexHammer : SWWMWeapon
|
|
{
|
|
Default
|
|
{
|
|
//$Title Itamex Hammer
|
|
//$Group Weapons
|
|
//$Sprite graphics/HUD/Icons/W_ItamexHammer.png
|
|
//$Icon weapon
|
|
Tag "$T_HAMMER";
|
|
Inventory.PickupMessage "$I_HAMMER";
|
|
Obituary "$O_HAMMER";
|
|
SWWMWeapon.Tooltip "$TT_HAMMER";
|
|
SWWMWeapon.GetLine "getitamexhammer";
|
|
Inventory.Icon "graphics/HUD/Icons/W_ItamexHammer.png";
|
|
Weapon.SlotNumber 1;
|
|
Weapon.SlotPriority 3.;
|
|
Weapon.SelectionOrder 1200;
|
|
Stamina 9000;
|
|
+WEAPON.MELEEWEAPON;
|
|
}
|
|
States
|
|
{
|
|
Spawn:
|
|
XZW1 A -1;
|
|
Stop;
|
|
}
|
|
}
|