Add EXP droplets #2

Closed
opened 2024-06-17 12:18:01 +02:00 by baz · 0 comments
Owner

When an enemy dies, they should drop some EXP for the player to collect.

This should have a basic pickup implementation, the main extra this time is that when the player is within the radius of the droplet it should start moving towards the player. We could either have this only activated in a greater overlap sphere or we could be continually checking and have the distance moved each tick scaled by a minimum threshold on the distance between the location of the player and the location of the droplet.

When the player overlaps with the droplet, we want to add the exp from the droplet to the exp counter in the game instance, play any effects then destroy it (or return it to the pool of droplets).

When an enemy dies, they should drop some EXP for the player to collect. This should have a basic pickup implementation, the main extra this time is that when the player is within the radius of the droplet it should start moving towards the player. We could either have this only activated in a greater overlap sphere or we could be continually checking and have the distance moved each tick scaled by a minimum threshold on the distance between the location of the player and the location of the droplet. When the player overlaps with the droplet, we want to add the exp from the droplet to the exp counter in the game instance, play any effects then destroy it (or return it to the pool of droplets).
baz added this to the Minimum Viable Month Checklist project 2024-06-17 12:18:01 +02:00
baz closed this issue 2024-08-21 16:33:09 +02:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: baz/vampires#2
No description provided.