Difference between revisions of "Translations:TrainCarts/Spawning/37/zh-cn"

From BergerHealer Wiki
Jump to navigation Jump to search
 
Line 27: Line 27:
 
| 随机
 
| 随机
 
| <code>3[33%RedCart 33%GreenCart 33%BlueCart]</code>
 
| <code>3[33%RedCart 33%GreenCart 33%BlueCart]</code>
| 生成 3 组且每组由 3 种保存的列车随机组成。
+
| 生成 3 组且每组由 3 种保存的列车并根据设置的随机率组成。
 
|}
 
|}

Latest revision as of 06:29, 27 September 2024

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/Spawning)
{| class="wikitable"
|-
! Mechanism
! Pattern
! Explanation
|-
| Vanilla Minecarts
| <code>m</code>
| Spawns a rideable Minecart
|-
| Saved Trains
| <code>MyTrain</code>
| Spawns the train saved as ''MyTrain''
|-
| Repetition
| <code>mmm</code>
| Spawns three rideable Minecarts
|-
| Amount Prefix
| <code>3m3s</code>
| Spawns three rideable Minecarts and three Minecarts with Chest as a 6-cart train
|-
| Grouped Sequences
| <code>3[ms]</code>
| Spawns 3 pairs of a rideable Minecart and Minecart with Chest. Same as <code>msmsms</code>
|-
| Random
| <code>3[33%RedCart 33%GreenCart 33%BlueCart]</code>
| Spawns a 3-cart train with random color carts that were previous saved
|}
机制 模式 释义
原版矿车 m 生成一个可乘坐的矿车。
保存列车 MyTrain 生成 1 个名为 MyTrain 的列车。
Repetition mmm 生成 3 个可乘坐的矿车。
数量前缀 3m3s 生成 3 个可乘坐的矿车和 3 个运输矿车(总共 6 个矿车)。
分组序列 3[ms] 生成 3 组且每组由 1 个矿车和 1 个运输矿车组成,与msmsms等价。
随机 3[33%RedCart 33%GreenCart 33%BlueCart] 生成 3 组且每组由 3 种保存的列车并根据设置的随机率组成。