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

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

23 lines
1,020 B
JSON

{
"name": "探天者的盔甲",
"icon": "naturesaura:sky_chest",
"category": "items",
"advancement": "naturesaura:sky_ingot",
"pages": [
{
"type": "text",
"text": "植物学家在穿戴$(thing)探天者$()的盔甲时会觉得自己宛若神明。不仅因为这套盔甲能像$(l:items/infused_iron_armor)用灌注铁制作的对应盔甲$()一样使用$(aura-zh-cn)修复,更因为它提供的$(thing)套装效果$():当穿戴这套盔甲的所有组件时(或者把胸甲换成$(item)鞘翅$()),穿戴者的$(thing)移动速度$()会增加。此外,他们可$(thing)踏上$()方块的最大高度会被增加,使其免需经常跳跃。"
},
{
"type": "crafting",
"recipe": "naturesaura:sky_helmet",
"recipe2": "naturesaura:sky_chest"
},
{
"type": "crafting",
"recipe": "naturesaura:sky_pants",
"recipe2": "naturesaura:sky_shoes"
}
]
}