Gametime
From Blood Wiki
(Difference between revisions)
(Created page with "Time spent since game was started and keeped from level to level. In Blood omnicide gametime is represented by vector: * x - days since game started * y - day hours * z - hou...") |
|||
Line 6: | Line 6: | ||
* z - hour minutes | * z - hour minutes | ||
− | + | == Representations == | |
+ | |||
+ | === String === | ||
+ | |||
+ | Gametime is represented as string vector: | ||
+ | |||
+ | Example: | ||
+ | // day 5, 21 hour 31 minutes | ||
+ | '5 21 31' | ||
+ | |||
+ | === Float (daytime) === | ||
+ | |||
+ | Daytime float is days spent since game start + day fraction. | ||
+ | |||
+ | Example: | ||
+ | // 6 days 17 hours 4 minutes | ||
+ | 6.711 | ||
== Known constants == | == Known constants == |
Revision as of 00:54, 18 July 2012
Time spent since game was started and keeped from level to level.
In Blood omnicide gametime is represented by vector:
- x - days since game started
- y - day hours
- z - hour minutes
Contents |
Representations
String
Gametime is represented as string vector:
Example:
// day 5, 21 hour 31 minutes '5 21 31'
Float (daytime)
Daytime float is days spent since game start + day fraction.
Example:
// 6 days 17 hours 4 minutes 6.711
Known constants
- Kain starts a game at day 0 ~8 PM
- When Kain is being ressurected as vampire, gametime day 4 ~8 PM