diff options
| author | 2021-09-05 13:40:16 -0700 | |
|---|---|---|
| committer | 2021-09-05 13:40:16 -0700 | |
| commit | da43ac4255fb255cc1feb9b146e1d8faa68858f6 (patch) | |
| tree | 9c5a1e8d4543ade9946fe86da17fc69b83ba1a81 /bot/resources/fun/game_recs | |
| parent | Fix issues occured while deploying [no ci] (diff) | |
| parent | Merge pull request #853 from python-discord/post-restructure-fix (diff) | |
Merge branch 'main' into color-677
Diffstat (limited to 'bot/resources/fun/game_recs')
| -rw-r--r-- | bot/resources/fun/game_recs/chrono_trigger.json | 7 | ||||
| -rw-r--r-- | bot/resources/fun/game_recs/digimon_world.json | 7 | ||||
| -rw-r--r-- | bot/resources/fun/game_recs/doom_2.json | 7 | ||||
| -rw-r--r-- | bot/resources/fun/game_recs/skyrim.json | 7 |
4 files changed, 28 insertions, 0 deletions
diff --git a/bot/resources/fun/game_recs/chrono_trigger.json b/bot/resources/fun/game_recs/chrono_trigger.json new file mode 100644 index 00000000..9720b977 --- /dev/null +++ b/bot/resources/fun/game_recs/chrono_trigger.json @@ -0,0 +1,7 @@ +{ + "title": "Chrono Trigger", + "description": "One of the best games of all time. A brilliant story involving time-travel with loveable characters. It has a brilliant score by Yasonuri Mitsuda and artwork by Akira Toriyama. With over 20 endings and New Game+, there is a huge amount of replay value here.", + "link": "https://rawg.io/games/chrono-trigger-1995", + "image": "https://vignette.wikia.nocookie.net/chrono/images/2/24/Chrono_Trigger_cover.jpg", + "author": "352635617709916161" +} diff --git a/bot/resources/fun/game_recs/digimon_world.json b/bot/resources/fun/game_recs/digimon_world.json new file mode 100644 index 00000000..c1cb4f37 --- /dev/null +++ b/bot/resources/fun/game_recs/digimon_world.json @@ -0,0 +1,7 @@ +{ + "title": "Digimon World", + "description": "A great mix of town-building and pet-raising set in the Digimon universe. With plenty of Digimon to raise and recruit to the village, this charming game will keep you occupied for a long time.", + "image": "https://www.mobygames.com/images/covers/l/437308-digimon-world-playstation-front-cover.jpg", + "link": "https://rawg.io/games/digimon-world", + "author": "352635617709916161" +} diff --git a/bot/resources/fun/game_recs/doom_2.json b/bot/resources/fun/game_recs/doom_2.json new file mode 100644 index 00000000..b60cc05f --- /dev/null +++ b/bot/resources/fun/game_recs/doom_2.json @@ -0,0 +1,7 @@ +{ + "title": "Doom II", + "description": "Doom 2 was one of the first FPS games that I truly enjoyed. It offered awesome weapons, terrifying demons to kill, and a great atmosphere to do it in.", + "image": "https://upload.wikimedia.org/wikipedia/en/thumb/2/29/Doom_II_-_Hell_on_Earth_Coverart.png/220px-Doom_II_-_Hell_on_Earth_Coverart.png", + "link": "https://rawg.io/games/doom-ii", + "author": "352635617709916161" +} diff --git a/bot/resources/fun/game_recs/skyrim.json b/bot/resources/fun/game_recs/skyrim.json new file mode 100644 index 00000000..ad86db31 --- /dev/null +++ b/bot/resources/fun/game_recs/skyrim.json @@ -0,0 +1,7 @@ +{ + "title": "Elder Scrolls V: Skyrim", + "description": "The latest mainline Elder Scrolls game offered a fantastic role-playing experience with untethered freedom and a great story. Offering vast mod support, the game has endless customization and replay value.", + "image": "https://upload.wikimedia.org/wikipedia/en/1/15/The_Elder_Scrolls_V_Skyrim_cover.png", + "link": "https://rawg.io/games/the-elder-scrolls-v-skyrim", + "author": "352635617709916161" +} |