NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/zh_cn/entries/items/death_ring.json
kappa-maintainer 203d664291
Update Chinese translation (#209)
* Update Chinese translation

* Use proper macro
2021-05-22 19:47:08 +02:00

22 lines
1,017 B
JSON

{
"name": "最后机会之指环",
"icon": "naturesaura:death_ring",
"category": "items",
"advancement": "naturesaura:sky_ingot",
"pages": [
{
"type": "text",
"text": "当一个人,就像俗语说的那样,进退两难时,没什么事情可做的——有时,人不得不接受$(thing)死亡$()的发生。$(p)这也是魔法植物学家曾经以为的,直到他们意识到$(thing)死亡本身$()可以被$()避免$(),只需要使用像指环这么简单的东西:$(item)最后机会之指环$(),当放在使用者物品栏的"
},
{
"type": "text",
"text": "任何位置,在死亡发生时会进行阻止,治愈使用者并在过程中$(thing)消失$(),类似$(item)不死图腾$()。"
},
{
"type": "crafting",
"text": "制作$(item)最后机会之指环$()$(p)$(italic)这枚戒指非常合适",
"recipe": "naturesaura:death_ring"
}
]
}