Template:Ticks/seconds

From RimWorld Wiki
< Template:Ticks
Revision as of 17:59, 26 April 2020 by FixSomeBugs (talk | contribs) (I want to try and make Template:Ticks more useful for longer durations by automatically converting to a "reasonable" unit, so that {{ticks|45000}} (the time it takes to make recon armor) returns 45,000 ticks (16.6 minutes) instead of 45,000 ticks (1000 secs). Starting by creating this)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation icon Template documentation[view] [edit] [history] [purge]

Converts ticks to seconds, so you don't have to!

Usage

  • Specify the time in ticks
  • Time in seconds is automatically calculated and added after the time in ticks.
{{ticks/seconds|time in ticks}}

Examples

Example 1
The Great Bow has a cooldown period of {{ticks/seconds|255}}, making it rather slow for a ranged weapon.

The Great Bow has a cooldown period of 255 ticks (4.25 secs), making it rather slow for a ranged weapon.

Example 2
There are {{ticks/seconds|2500}} in one game hour, so one game day consists of {{ticks/seconds|60000}}. Figures specified in seconds assume the game is being played at normal speed.

There are 2,500 ticks (41.67 secs) in one game hour, so one game day consists of 60,000 ticks (1,000 secs). Figures specified in seconds assume the game is being played at normal speed.


Relationship to Template:Ticks

This template is identical to Template:Ticks. It's being created for consistency with Template:Ticks/minutes