[GAMEMODE][PIQUE] SuperSmashOff

Download:
https://github.com/VierEck/aos-stuff/tree/main/pique/SuperSmash

Free For All Deathmatch. Knock your opponents into water to kill them.
Hold on to the intel for long enough to receive your Ultimate Power. Every Weapon class has their own unique Ultimate Power.
Break item blocks to receive stat buffs, new abilities or even Bots which aid u in battle.


Based on the smashoff gamemode by Dr.Morphman:
https://aloha.pk/t/smashoff/13723/3

This is a collection of scripts that can be used in different combinations.
Anyhow u combine the scripts u have to follow this script hierarchy in the pique config:

NadeLauncher.py
SuperSmash.py
SmashPowers.py
SmashItems.py
SmashItemBuffs.py
SmashItemAbilities.py
SmashItemCompanions.py

And include following gamemode script:

SuperSmashFFADM.py

SuperSmash.py
This is the Base script, the back bone of this gamemode, it handles the rocket/Air jumps, knockback pyhsics, damage and kill-logic as seen in the video.

SmashPowers.py
This script implements an ultimate power for each weapon class.
Rifle: lethal bullets
Smg: massive damage boost
Shotgun: grenadelauncher

SmashItems.py
Base script for items.

SmashItemBuffs.py
Adds items that buff your stats

SmashitemAbilities.py
Adds items that grant you new abilities.

SmashItemCompanions.py
adds items that spawn bots to aid you in battle.

SuperSmashFFADM.py
Gamemode script. implements the FreeForAll Deathmatch logic.