WeeklyNews

data class WeeklyNews(val week: Long, val entries: List<LoreStorage.LoreEntry>)(source)

A snapshot of lore entries for a specific in-game week.

Used to generate the weekly Lorekeeper Gazette.

Constructors

Link copied to clipboard
constructor(week: Long, entries: List<LoreStorage.LoreEntry>)

Properties

Link copied to clipboard

The lore entries captured for this week's gazette

Link copied to clipboard
val week: Long

The week number (game time divided by ticks per week)