swwmgz_m/zscript/dlc1/swwm_thiccbolts.zsc

37 lines
722 B
Text

// Kmonn Shunna Ray-Khom (from UnSX series)
// Slot 8, shared spawn with Silver Bullet JET
Class RayKhom : SWWMWeapon
{
int clipcount, clipcount2;
bool chambered;
int charge;
Property ClipCount : clipcount;
Default
{
Tag "$T_RAYKHOM";
Inventory.PickupMessage "$T_RAYKHOM";
Obituary "$O_RAYKHOM";
SWWMWeapon.Tooltip "$TT_RAYKHOM";
SWWMWeapon.GetLine "getraykhom";
Weapon.SlotNumber 8;
Weapon.SlotPriority 2.;
Weapon.SelectionOrder 750;
Weapon.AmmoType1 "RayAmmo";
Weapon.AmmoGive1 1;
SWWMWeapon.DropAmmoType "SWWMCellAmmoSmall";
RayKhom.ClipCount 10;
Stamina 500000;
+SWWMWEAPON.NOFIRSTGIVE;
+SWWMWEAPON.HASSCRTEX;
+WEAPON.EXPLOSIVE;
}
States
{
Spawn:
XZW1 A -1;
Stop;
}
}