KodeAndGame / ProSewerPolo

Unity 3D sports game being developed for Robot Dice Game Jam
MIT License
3 stars 2 forks source link

Stun mechanic #11

Open urnotmydad opened 10 years ago

urnotmydad commented 10 years ago

If a swimmer is not carrying the ball, his corresponding trigger will shove the swimmer carrying the ball, stunning him @gissues:{"order":13.281249999999996,"status":"backlog"}

KodeAndGame commented 10 years ago

I think adding a force to the swimmer that attempts to stun would be a good way of doing this. And then some amount of recovery that may prevent them from moving for a small amount of time. A decent amount of stuff will have to change to accommodate this feature. If anyone takes this, let's have a short discussion first.

ChrisPC commented 10 years ago

Design:

Swimmer with ball cannot lunge.

Otherwise: pressing shoot button causes swimmer to lunge: brief boost of speed forward.

Hitting any swimmer while lunging stuns them. This may be reciprocal if both swimmers are lunging.

Stun: brief condition preventing movement.

KodeAndGame commented 10 years ago

I don't think we can get this good and ready by Saturday. Moving this to backlog.