o3de / o3de-multiplayersample

Multiplayer sample project for the Open 3D Engine
https://o3de.org
Other
83 stars 59 forks source link

MPS Expansion: Implement the Bubble Gun #228

Open mcphedar opened 1 year ago

mcphedar commented 1 year ago

Is your feature request related to a problem? Please describe. The bubble gun was a secondary weapon and alternative to the laser pistol. It was designed to fire a large, slow moving projectile that exploded on contact, dealing damage and knocking nearby players back. The bubble gun was not implemented for the initial MPS release. Only the model, VFX and SFX were created.

image

Asset Locations Model: https://github.com/o3de/o3de-multiplayersample-assets/tree/main/Gems/level_art_mps/Assets/BubbleGun VFX: Pending final locations for assets and docs Audio: Pending final locations for assets and docs

lmbr-pip commented 1 year ago

The plan was to have weapon switching and two distinct weapon types at least. Bubble gun is one such alternative weapon.