ue: mention new assets to claim every first Tuesday of a month

This commit is contained in:
Ralf Vogler 2023-08-10 14:37:00 +02:00
parent b5ead8ea21
commit f89b4a6a36
2 changed files with 2 additions and 0 deletions

View file

@ -135,6 +135,7 @@ Claiming the Amazon Games works out-of-the-box, however, for games on external s
Epic Games usually has two free games *every week*, before Christmas every day. Epic Games usually has two free games *every week*, before Christmas every day.
Prime Gaming has new games *every month* or more often during Prime days. Prime Gaming has new games *every month* or more often during Prime days.
GOG usually has one new game every couples of weeks. GOG usually has one new game every couples of weeks.
Unreal Engine has new assets to claim *every first Tuesday of a month*.
It is save to run the scripts every day. It is save to run the scripts every day.

View file

@ -1,4 +1,5 @@
// TODO This is mostly a copy of epic-games.js // TODO This is mostly a copy of epic-games.js
// New assets to claim every first Tuesday of a month.
import { firefox } from 'playwright-firefox'; // stealth plugin needs no outdated playwright-extra import { firefox } from 'playwright-firefox'; // stealth plugin needs no outdated playwright-extra
import { authenticator } from 'otplib'; import { authenticator } from 'otplib';