Tease DLC Weaponset 2.
This commit is contained in:
parent
a0e44b2842
commit
c7013cb4a3
8 changed files with 69 additions and 3 deletions
34
zscript/dlc2/swwm_dlc2ammo.zsc
Normal file
34
zscript/dlc2/swwm_dlc2ammo.zsc
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
// All DLC weapon ammo pickups
|
||||
|
||||
Class SheenAmmo : Ammo
|
||||
{
|
||||
}
|
||||
|
||||
Class SheenBigAmmo : SheenAmmo
|
||||
{
|
||||
}
|
||||
|
||||
Class SkullAmmo : Ammo
|
||||
{
|
||||
}
|
||||
|
||||
Class SkullPack : SkullAmmo
|
||||
{
|
||||
}
|
||||
|
||||
Class CryoMag : Ammo
|
||||
{
|
||||
}
|
||||
|
||||
Class CryoBullet : MagAmmo
|
||||
{
|
||||
}
|
||||
|
||||
Class RayAmmo : Ammo
|
||||
{
|
||||
}
|
||||
|
||||
Class RayBundle : RayAmmo
|
||||
{
|
||||
}
|
||||
|
||||
6
zscript/dlc2/swwm_heavymahsheengun.zsc
Normal file
6
zscript/dlc2/swwm_heavymahsheengun.zsc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Cyrus Enterprises Sheen HMG (From SWWM Platinum Expansion Pack 2)
|
||||
// Slot 5, spawns shared with Eviscerator
|
||||
|
||||
Class HeavyMahSheenGun : SWWMWeapon
|
||||
{
|
||||
}
|
||||
6
zscript/dlc2/swwm_popsicles.zsc
Normal file
6
zscript/dlc2/swwm_popsicles.zsc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Nuutek Cryolance (from SWWM Platinum Expansion Pack 2)
|
||||
// Slot 8, spawns shared with Silver Bullet JET
|
||||
|
||||
Class Cryolance : SWWMWeapon
|
||||
{
|
||||
}
|
||||
6
zscript/dlc2/swwm_spookyscaryskeletons.zsc
Normal file
6
zscript/dlc2/swwm_spookyscaryskeletons.zsc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Dr. Locke's Spooky Scary Skeleton Shooter aka "Skull Launcher" (from unreleased "Weird Weapons" UT minimod)
|
||||
// Slot 6, spawns shared with Hellblazer
|
||||
|
||||
Class SkullLauncher : SWWMWeapon
|
||||
{
|
||||
}
|
||||
6
zscript/dlc2/swwm_thiccbolts.zsc
Normal file
6
zscript/dlc2/swwm_thiccbolts.zsc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Kmonn Shunna Ray-Khom (from UnSX series)
|
||||
// Slot 9, spawns shared with Candygun
|
||||
|
||||
Class RayKhom : SWWMWeapon
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue