Much stuff, starting work on Demolitionist Menu.
This commit is contained in:
parent
631fcb4e7c
commit
ec1db7a42e
64 changed files with 1185 additions and 90 deletions
|
|
@ -1,2 +1,6 @@
|
|||
// Unissix Crafts Blackfire Igniter (from UnSX 4, cut from initial SWWM GZ release)
|
||||
// Slot 6, spawns shared with Hellblazer
|
||||
|
||||
Class BlackfireIgniter : SWWMWeapon
|
||||
{
|
||||
}
|
||||
|
|
|
|||
37
zscript/dlc/swwm_dlcammo.zsc
Normal file
37
zscript/dlc/swwm_dlcammo.zsc
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
// All DLC weapon ammo pickups
|
||||
|
||||
Class GravityCell : Ammo
|
||||
{
|
||||
}
|
||||
|
||||
Class SplatCore : Ammo
|
||||
{
|
||||
}
|
||||
|
||||
Class SkullAmmo : Ammo
|
||||
{
|
||||
}
|
||||
|
||||
Class SkullBox : SkullAmmo
|
||||
{
|
||||
}
|
||||
|
||||
Class DarkCanister : Ammo
|
||||
{
|
||||
}
|
||||
|
||||
Class SMW05Ammo : Ammo
|
||||
{
|
||||
}
|
||||
|
||||
Class EMPCore : Ammo
|
||||
{
|
||||
}
|
||||
|
||||
Class MadCore : Ammo
|
||||
{
|
||||
}
|
||||
|
||||
Class FunBalls : Ammo
|
||||
{
|
||||
}
|
||||
|
|
@ -1,2 +1,6 @@
|
|||
// Tach-Engine Technologies Microgravity Manipulator aka "Gravity Gun" (from Zanaveth Ultra Suite)
|
||||
// Slot 4, spawns shared with Wallbuster
|
||||
// Slot 3, spawns shared with Spreadgun
|
||||
|
||||
Class GravityGun : SWWMWeapon
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
// Symnatek Reinforced Combat Hammer (from UnSX 5)
|
||||
// Slot 1, spawns shared with Pusher
|
||||
|
||||
Class ItamexHammer : SWWMWeapon
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
// Dr. Locke's Instant Clone Army Deployer aka "Miniclone Machine" (from UnSX and SWWM series)
|
||||
// Slot 9, spawns shared with Candygun
|
||||
|
|
@ -1,2 +1,6 @@
|
|||
// PROWEL and TADEL artifacts, unknown creator (from UnSX series, based on nonsensical gibberish)
|
||||
// Slot 0, spawns shared with Ynykron Artifact
|
||||
// PROWEL and TADEL artifacts, by Nukritas 2xx of the University of Nos-Kora (from UnSX series, based on nonsensical gibberish)
|
||||
// Slot 9, spawns shared with Candy Gun
|
||||
|
||||
Class PROWELfartsupintheTADEL : SWWMWeapon
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
// Dr. Locke's Instant Room Painter aka "Splatter" (from SWWM Series)
|
||||
// Slot 9, spawns shared with Candygun
|
||||
// Slot 4, spawns shared with Wallbuster
|
||||
|
||||
Class Splatter : SWWMWeapon
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
// Dr. Locke's Spooky Scary Skeleton Shooter aka "Skull Launcher" (from unreleased "Weirdweapons" mod)
|
||||
// Slot 5, spawns shared with Eviscerator
|
||||
|
||||
Class SkullLauncher : SWWMWeapon
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
// Dr. Locke's Super Happy Fun Ball (was meant for SWWM Z)
|
||||
// Slot 0, spawns shared with Ynykron Artifact
|
||||
|
||||
Class SuperHappyFunBall : SWWMWeapon
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
// Blackmann Arms "Puntzer Gamma" SMW.05 Assault Carbine (was planned for SWWM Z)
|
||||
// Slot 7, spawns shared with Legacy Sparkster
|
||||
|
||||
Class PuntzerGamma : SWWMWeapon
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
// Tach-Engine Technologies EMP Rail Carbine (planned for unreleased Zanaveth Ultra Suite 2, successor to EMP Rifle from first Ultra Suite)
|
||||
// Slot 8, shared spawn with Silver Bullet JET
|
||||
|
||||
Class EMPCarbine : SWWMWeapon
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue