1
0
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:
2020-07-03 22:19:11 +01:00
parent 060ac1001a
commit 8890b18505
2 changed files with 13 additions and 2 deletions

View File

@@ -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 => {