NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/zh_cn/entries/creating/projectile_generator.json
croteco b40bed2447
add Chinese translation to the guide book (#97)
* Add files via upload

* Update zh_cn.json
2020-03-27 20:27:26 +01:00

21 lines
1 KiB
JSON

{
"name": "射击标志",
"icon": "naturesaura:projectile_generator",
"category": "creating",
"advancement": "naturesaura:sky_ingot",
"pages": [
{
"type": "text",
"text": "任何$(thing)投掷物$()的力量, 在某个范围内, 都足以穿透任何生物甚至是用传送的方式移动它. 但这种力量也能用来产生$(#419600)灵气$(): $(item)射击标志$()将射向它的投掷物的力量转换为$(#419600)灵气$()并散播到环境中."
},
{
"type": "text",
"text": "为此, 不同的投掷物产生的量不同 - 比如, 一个$(item)雪球$()产生的灵气少于$(item)末影珍珠$().$(p)但是注意: 投掷物必须从朝北的面开始$(thing)轮流$()射击其四个侧面. 射击到未激活的面不会产生$(#419600)灵气$()."
},
{
"type": "crafting",
"recipe": "naturesaura:projectile_generator",
"text": "制作$(item)射击标志$()"
}
]
}