| ------ | ------ |
| `\n` | New line |
| `^TT` | Team color name (e.g. "Red"). Will be replaced with one of the strings that has the `TEAM^`, `KEY^`, `GENERATOR^` or `FLAG^` prefix |
-| `^COUNT` | A number, usually with a unit (e.g. "5 seconds") |
+| `^COUNT` | Countdown number, usually with a unit (e.g. "5 seconds") |
| `%s` | Arbitrary text |
| `%d` | Whole number |
+| `%f` | Floating-point number |
| `%.*f` | Floating-point number |
| `%.1f` | Floating-point number (1 decimal place) |
| `%.2f` | Floating-point number (2 decimal places) |
\ No newline at end of file