From 08f124a6189dee5c98f9752d6102bbbfeb587b46 Mon Sep 17 00:00:00 2001 From: Nico H <21085229+ExoBiTe@users.noreply.github.com> Date: Thu, 12 Jan 2023 15:14:52 +0100 Subject: [PATCH] Updated PlaytimeRewards in Placeholders.md Added new Placeholders to the PlaytimeRewards section in Placeholders.md --- Placeholders.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Placeholders.md b/Placeholders.md index 6949175..11916eb 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -4114,6 +4114,22 @@ Please see [this discussion][list] for a list of all expansions officially maint ``` %ptr_playtime% %ptr_sessiontime% + %ptr_playtime_days% + %ptr_playtime_hours% + %ptr_playtime_minutes% + %ptr_playtime_seconds% + %ptr_sessiontime_days% + %ptr_sessiontime_hours% + %ptr_sessiontime_minutes% + %ptr_sessiontime_seconds% + %ptr_playtime_days_trimmed% + %ptr_playtime_hours_trimmed% + %ptr_playtime_minutes_trimmed% + %ptr_playtime_seconds_trimmed% + %ptr_sessiontime_days_trimmed% + %ptr_sessiontime_hours_trimmed% + %ptr_sessiontime_minutes_trimmed% + %ptr_sessiontime_seconds_trimmed% ``` ----