Difference between revisions of "Translations:TrainCarts/Signs/Launcher/9/en"

From BergerHealer Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 17:36, 8 February 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (TrainCarts/Signs/Launcher)
{| class="wikitable"
|-
! Syntax
! Meaning
|-
| launch
| Automatically computes a suitable distance to launch at, by looking for the first bend in the rails up ahead.
The maximum distance calculated this way is 100 blocks.
|-
| launch 20.0
| Launches the train to the target speed over 20 blocks (meters)
|-
| launch 20.0s
| Launches the train to the target speed in 20 seconds
|-
| launch 1m
| Launches the train to the target speed in 1 minute
|-
| launch 500ms
| Launches the train to the target speed in 500 milliseconds
|-
| launch 100t
| Launches the train to the target speed in 100 ticks (5 seconds)
|-
| launch 2.2G
| Launches the train to the target speed at a constant acceleration based on a G-force of 2.2 (0.2406m/t<sup>2</sup>)
|-
| launch 10km/h/s
| Launches the train to the target speed at a constant acceleration. See the [[Special:MyLanguage/TrainCarts/Acceleration|TrainCarts/Acceleration]] page for more information.
Must have a slash somewhere to be considered an acceleration expression.
|-
| launch 20l<br>launch 20sl<br>launch 10km/h/sl
| By appending a ''l'' at the end of the expression, the launch follows a linear curve.
|-
| launch 20b<br>launch 20sb<br>launch 10km/h/sb
| By appending a ''b'' at the end of the expression, the launch follows a bezier curve.
|}
Syntax Meaning
launch Automatically computes a suitable distance to launch at, by looking for the first bend in the rails up ahead.

The maximum distance calculated this way is 100 blocks.

launch 20.0 Launches the train to the target speed over 20 blocks (meters)
launch 20.0s Launches the train to the target speed in 20 seconds
launch 1m Launches the train to the target speed in 1 minute
launch 500ms Launches the train to the target speed in 500 milliseconds
launch 100t Launches the train to the target speed in 100 ticks (5 seconds)
launch 2.2G Launches the train to the target speed at a constant acceleration based on a G-force of 2.2 (0.2406m/t2)
launch 10km/h/s Launches the train to the target speed at a constant acceleration. See the TrainCarts/Acceleration page for more information.

Must have a slash somewhere to be considered an acceleration expression.

launch 20l
launch 20sl
launch 10km/h/sl
By appending a l at the end of the expression, the launch follows a linear curve.
launch 20b
launch 20sb
launch 10km/h/sb
By appending a b at the end of the expression, the launch follows a bezier curve.