NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/zh_cn/entries/items/infused_iron_armor.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

26 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "植物学家的护甲",
"icon": "naturesaura:infused_iron_chest",
"category": "items",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "除了$(l:items/infused_iron_tools)工具$(),植物学家可以通过盔甲获得保护,尤其是$(item)植物学家的护甲$()。除了有像铁甲一样的保护性外,它还可以在装备了$(l:items/aura_cache)灵气缓存$()并潜行时缓慢恢复耐久,这与灌注铁的工具类似。此外,当穿戴整套套装时,你将得到效果$(thing)套装效果$()"
},
{
"type": "text",
"text": "随后,穿戴者被攻击时,攻击者将被施加一个短暂的$(item)凋零$()效果,类似于以荆棘附魔的效果。$(br)此外,装备全套装备使用$(l:items/s hockwave_creator)狂暴护身符$()时,任何被护身符效果影响的敌人都会受到短暂的凋零效果。"
},
{
"type": "crafting",
"recipe": "naturesaura:infused_helmet",
"recipe2": "naturesaura:infused_chest"
},
{
"type": "crafting",
"recipe": "naturesaura:infused_pants",
"recipe2": "naturesaura:infused_shoes"
}
]
}