Much stuff, starting work on Demolitionist Menu.

This commit is contained in:
Mari the Deer 2020-01-28 01:41:14 +01:00
commit ec1db7a42e
64 changed files with 1185 additions and 90 deletions

View file

@ -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
{
}

View 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
{
}

View file

@ -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
{
}

View file

@ -1,2 +1,6 @@
// Symnatek Reinforced Combat Hammer (from UnSX 5)
// Slot 1, spawns shared with Pusher
Class ItamexHammer : SWWMWeapon
{
}

View file

@ -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

View file

@ -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
{
}

View file

@ -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
{
}

View file

@ -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
{
}

View file

@ -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
{
}

View file

@ -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
{
}

View file

@ -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
{
}