Just-Natsuki-Team / NatsukiModDev

The official repository of Team JN.
Other
83 stars 42 forks source link

[ FEATURE REQUEST ] - Shown count for holidays #813

Open Blizzardsev opened 10 months ago

Blizzardsev commented 10 months ago

Overview:

Currently, holidays have no shown_count property as topics do. This means without querying Ren'Py's built-in seen_ever property on the persistent, there is no way to know if a given holiday has ever been seen (as the is_seen property on a holiday resets each year), and no way at all to see how many times a given holiday has been experienced.

Ideally, holidays should include this property to be more in line with topics and allow conditioning based on how many times a holiday has been seen (and not simply if it has been seen at any point).

Must haves:

Could haves:

N/A

Is this feature request related to a problem? Please describe.

This is related to existing functionality.