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

29 lines
1.5 KiB
JSON

{
"name": "Brilliant Trees",
"icon": "naturesaura:gold_leaf",
"category": "naturesaura:practices",
"priority": true,
"turnin": "naturesaura:gold_leaf",
"pages": [
{
"type": "text",
"text": "Through the years that botanist's have been trying to figure out the magical properties of $(aura) bearing objects, they have discovered an unexpected, yet common, theme: $(item)Gold$() seems to always play a role in the interaction between humans and $(aura)."
},
{
"type": "spotlight",
"text": "To get into first contact with the substance's powers, one is required to create a $(item)Brilliant Tree$() that will, when harvested, shed $(item)Gold Leaf$() - a delicate, yet powerful material. To create such a tree, simply craft a bit of $(item)Brilliant Fiber$() and place it into the crown of a tree. Time will then bring brilliance.",
"item": "naturesaura:gold_leaf",
"link_recipe": true
},
{
"type": "crafting",
"text": "Creating the $(item)Brilliant Fiber$()",
"recipe": "naturesaura:gold_fiber"
},
{
"type": "crafting",
"text": "$(item)Gold Leaf$(), once harvested, can easily be crushed into $(item)Gold Powder$() which can be placed on the ground as an integral part of the $(l:practices/tree_ritual)Ritual of the Forest$().",
"recipe": "naturesaura:gold_powder"
}
]
}