Template:Ticks/seconds

From RimWorld Wiki
< Template:Ticks
Revision as of 02:39, 22 January 2021 by Harakoni (talk | contribs) (Hopefully fixing it so it can deal with numbers formatted with a , e.g. 12,000 vs 12000)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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