Add new Steam game

This commit is contained in:
James Skemp 2024-04-21 08:07:21 -05:00
parent dbc2822085
commit 039aa546c5
2 changed files with 32 additions and 0 deletions

View File

@ -74716,6 +74716,24 @@
"id": 4142,
"electronic": true
}
},
{
"title": "Bio Prototype",
"system": {
"console": "PC",
"version": ""
},
"purchase": {
"date": "2024-04-21",
"price": "2.80",
"place": "Steam"
},
"own": true,
"notes": "On sale.",
"meta": {
"id": 4143,
"electronic": true
}
}
]
}

View File

@ -58853,6 +58853,20 @@
<own>yes</own>
<notes>Normally $19.99, but free with Plus.</notes>
</game>
<game id="4143" electronic="true">
<title>Bio Prototype</title>
<system>
<console>PC</console>
<version/>
</system>
<purchase>
<date>2024-04-21</date>
<price>2.80</price>
<place>Steam</place>
</purchase>
<own>yes</own>
<notes>On sale.</notes>
</game>
<!-- after adding new items run the following from root:
npm run build:video_games
-->