Add PS+ games

This commit is contained in:
James Skemp 2023-08-20 18:19:15 -05:00
parent 4bc7496827
commit 28de1eba0b
3 changed files with 102 additions and 6 deletions

View File

@ -1,9 +1,9 @@
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
@ -44,7 +44,7 @@
"\t<title>${2:title}</title>",
"\t<system>",
"\t\t<console>${3|Nintendo,PlayStation,Xbox|}</console>",
"\t\t<version>${4|3,4,360,One,Vita,Switch|}</version>",
"\t\t<version>${4|3,4,5,360,One,Vita,Switch|}</version>",
"\t</system>",
"\t<purchase>",
"\t\t<date>$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE</date>",

View File

@ -73036,6 +73036,60 @@
"meta": {
"id": 4049
}
},
{
"title": "PGA Tour 2K23",
"system": {
"console": "PlayStation",
"version": "4"
},
"purchase": {
"date": "2023-08-20",
"price": "0.00",
"place": "PlayStation Network"
},
"own": true,
"notes": "Exclusive and free with Plus.",
"meta": {
"id": 4050,
"electronic": true
}
},
{
"title": "Dreams",
"system": {
"console": "PlayStation",
"version": "4"
},
"purchase": {
"date": "2023-08-20",
"price": "0.00",
"place": "PlayStation Network"
},
"own": true,
"notes": "Normally $19.99, but free with Plus.",
"meta": {
"id": 4051,
"electronic": true
}
},
{
"title": "Death's Door",
"system": {
"console": "PlayStation",
"version": "4"
},
"purchase": {
"date": "2023-08-20",
"price": "0.00",
"place": "PlayStation Network"
},
"own": true,
"notes": "Normally $19.99, but free with Plus.",
"meta": {
"id": 4052,
"electronic": true
}
}
]
}

View File

@ -57551,6 +57551,48 @@
<own>yes</own>
<notes>On sale. Primarily for April. Picked up from Fitchburg next day.</notes>
</game>
<game id="4050" electronic="true">
<title>PGA Tour 2K23</title>
<system>
<console>PlayStation</console>
<version>4</version>
</system>
<purchase>
<date>2023-08-20</date>
<price>0.00</price>
<place>PlayStation Network</place>
</purchase>
<own>yes</own>
<notes>Exclusive and free with Plus.</notes>
</game>
<game id="4051" electronic="true">
<title>Dreams</title>
<system>
<console>PlayStation</console>
<version>4</version>
</system>
<purchase>
<date>2023-08-20</date>
<price>0.00</price>
<place>PlayStation Network</place>
</purchase>
<own>yes</own>
<notes>Normally $19.99, but free with Plus.</notes>
</game>
<game id="4052" electronic="true">
<title>Death's Door</title>
<system>
<console>PlayStation</console>
<version>4</version>
</system>
<purchase>
<date>2023-08-20</date>
<price>0.00</price>
<place>PlayStation Network</place>
</purchase>
<own>yes</own>
<notes>Normally $19.99, but free with Plus.</notes>
</game>
<!-- after adding new items run the following from root:
npm run build:video_games
-->