mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-10 09:09:43 +01:00
26 lines
3.2 KiB
Text
26 lines
3.2 KiB
Text
# textdomain: mcl_bows
|
||
##[ arrow.lua ]##
|
||
Arrow=箭
|
||
Ammunition=弹药
|
||
Damage from bow: 1-10=弓造成的伤害:1 - 10点
|
||
Damage from dispenser: 3=发射器造成的伤害:3点
|
||
Arrows are ammunition for bows and dispensers.=箭是弓和发射器的弹药。
|
||
An arrow fired from a bow has a regular damage of 1-9. At full charge, there's a 20% chance of a critical hit dealing 10 damage instead. An arrow fired from a dispenser always deals 3 damage.=从弓射出的箭通常造成1 - 9点伤害。拉满弓时,有20%的几率造成暴击,伤害变为10点。从发射器射出的箭总是造成3点伤害。
|
||
Arrows might get stuck on solid blocks and can be retrieved again. They are also capable of pushing wooden buttons.=箭可能会卡在固体方块上,并且可以再次取回。它们也能够推动木质按钮。
|
||
To use arrows as ammunition for a bow, just put them anywhere in your inventory, they will be used up automatically. To use arrows as ammunition for a dispenser, place them in the dispenser's inventory. To retrieve an arrow that sticks in a block, simply walk close to it.=要将箭用作弓的弹药,只需将它们放在物品栏的任意位置,它们会自动被消耗。要将箭用作发射器的弹药,把它们放置在发射器的物品栏中。要取回卡在方块上的箭,只需走近它就行。
|
||
##[ bow.lua ]##
|
||
Bow=弓
|
||
Launches arrows=发射箭
|
||
Bows are ranged weapons to shoot arrows at your foes.=弓是用来向敌人发射箭的远程武器。
|
||
The speed and damage of the arrow increases the longer you charge. The regular damage of the arrow is between 1 and 9. At full charge, there's also a 20% of a critical hit, dealing 10 damage instead.=拉弓时间越长,箭的速度和伤害就越高。箭的常规伤害在1到9点之间。拉满弓时,还有20%的几率造成暴击,伤害变为10点。
|
||
To use the bow, you first need to have at least one arrow anywhere in your inventory (unless in Creative Mode). Hold down the right mouse button (or the zoom key) to charge, release to shoot.=
|
||
##[ crossbow.lua ]##
|
||
Crossbow=弩
|
||
Crossbows are ranged weapons to shoot arrows at your foes.=弩是用来向敌人发射箭的远程武器。
|
||
To use the crossbow, you first need to have at least one arrow anywhere in your inventory (unless in Creative Mode). Hold down the right mouse button (or zoom key) to charge, release to load an arrow into the chamber, then to shoot press left mouse.=
|
||
To use the crossbow, you first need to have at least one arrow anywhere in your inventory (unless in Creative Mode). Hold down the right mouse button to charge, release to load an arrow into the chamber, then to shoot press left mouse.=要使用弩,首先你得在物品栏的任意位置至少有一支箭(创造模式除外)。按住鼠标右键蓄力,松开将箭装填进弩膛,然后按下鼠标左键进行发射。
|
||
|
||
|
||
##### not used anymore #####
|
||
|
||
To use the bow, you first need to have at least one arrow anywhere in your inventory (unless in Creative Mode). Hold down the right mouse button to charge, release to shoot.=要使用弓,首先你得在物品栏的任意位置至少有一支箭(创造模式除外)。按住鼠标右键蓄力,松开即可发射。
|