o3de-multiplayersample icon indicating copy to clipboard operation
o3de-multiplayersample copied to clipboard

MPS Expansion: Implement the Defense Turret

Open mcphedar opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. The defense turret is a trap-like hazard that creates friction during a multiplayer sample game match. The defense turret is intended to lob energy projectiles at a static area within the level, forcing players to dodge and/or time runs through the area. It can be aimed at areas with high value gems or at chokepoints within the level. The defense turret 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/DefenceTurret VFX: Pending final locations for assets and docs Audio: Pending final locations for assets and docs

Describe alternatives you've considered The design for the defense turret can be altered, based on desired gameplay. For example, it could track and target players within a certain range, which presents a different danger from area-denial hazard from the initial design.

mcphedar avatar Feb 22 '23 20:02 mcphedar

Has no rig currently, is just a static mesh. Has some overlap with the energy cannon.

lmbr-pip avatar Apr 18 '23 16:04 lmbr-pip

FBX should be cut into 2 pieces so that the turret can swivel and track players

AMZN-Gene avatar Apr 20 '23 17:04 AMZN-Gene