NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/items/sky_armor.json
2021-12-28 11:53:10 +01:00

22 lines
1 KiB
JSON

{
"name": "Skyseeker's Armor",
"icon": "naturesaura:sky_chest",
"category": "naturesaura:items",
"advancement": "naturesaura:sky_ingot",
"pages": [
{
"type": "text",
"text": "Botanists may feel like the Gods when wearing $(thing)Skyseeker's armor$(). Not only can it be repaired like its $(l:items/infused_iron_armor)infused counterpart$(), it also provides a $(thing)set bonus$(): When wearing every piece of the armor (or swapping the chestplate for an $(item)Elytra$()), the wearer's $(thing)movement speed$() will be increased. Additionally, their ability to $(thing)step up$() onto blocks will be heightened, removing their requirement to jump as often."
},
{
"type": "crafting",
"recipe": "naturesaura:sky_helmet",
"recipe2": "naturesaura:sky_chest"
},
{
"type": "crafting",
"recipe": "naturesaura:sky_pants",
"recipe2": "naturesaura:sky_shoes"
}
]
}