NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/fr_fr/entries/practices/gold_trees.json
Debucquoy Anthony tonitch f7fdc00f4b
French (#103)
* French Base

* Translate every items
2020-04-04 23:22:52 +02:00

29 lines
1.5 KiB
JSON

{
"name": "Brilliant Trees",
"icon": "naturesaura:gold_leaf",
"category": "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"
}
]
}