mirror of
https://github.com/osmarks/website
synced 2025-09-12 15:25:58 +00:00
track deaths, locations in heavpoot's game
This commit is contained in:
@@ -16,10 +16,12 @@ const metricDisplayInfo = {
|
||||
timeSpent: { name: "Time spent", units: "second" },
|
||||
achievements: { name: "Achievements" },
|
||||
foesVanquished: { name: "Foes vanquished", units: "foe" },
|
||||
deaths: { name: "Deaths", units: "death" },
|
||||
deaths: { name: "Emu War Deaths", units: "death" },
|
||||
loremParagraphs: { name: "Lorem Ipsum paragraphs seen", units: "paragraph" },
|
||||
commentsPosted: { name: "Comments posted", units: "comment" },
|
||||
greatestInfipage: { name: "Largest infipage visited" }
|
||||
greatestInfipage: { name: "Largest infipage visited" },
|
||||
heavpootLocations: { name: "Heavpoot's Game states", units: "state" },
|
||||
heavpootDeaths: { name: "Heavpoot's Game deaths", units: "deaths" }
|
||||
}
|
||||
|
||||
const displayMetric = metric => {
|
||||
|
Reference in New Issue
Block a user