ldtteam / minecolonies-features

This is a repo only to discuss minecolonies features (requested and planned)
10 stars 3 forks source link

Display the fullness of graveyards #813

Open Nik-Was opened 5 months ago

Nik-Was commented 5 months ago

Prerequisites

Context

Is your feature request related to a problem?

Currently, the only way to know that a graveyard is full is a chat message telling the player that a citizen could not be buried because of no more graveyard space. There should be a way to know when a graveyard gets full before that happens.

Enhancement or Change description

Add a space statistic in the graveyard GUI next to the buried citizens list (or in a new tab). Examples of what it could look like:

Total space at current level: [X] Occupied spaces: [Y] Free spaces: [Z]

Or

[Y] out of [X] spaces occupied.

Or simply

[Z] free spaces available.

Or anything else to your liking.

When the last space of a graveyard is filled, display a similar chat message to the existing one, without the "citizen could not be buried" part, to warn the player that no more free spaces remain. Potentially, add another message to tell the player in advance that the graveyard is close to getting full - when there are only 1 or 2 spaces left.

Notes or related things


Viewers