NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/fr_fr/entries/intro/intro.json

16 lines
1.1 KiB
JSON
Raw Normal View History

2018-12-21 13:13:01 +01:00
{
"name": "This Book",
"icon": "patchouli:guide_book{'patchouli:book':'naturesaura:book'}",
2021-12-16 21:56:27 +01:00
"category": "naturesaura:intro",
2018-12-21 13:13:01 +01:00
"priority": true,
"pages": [
{
"type": "text",
"text": "The $(item)Book of Natural Aura$() is the guide to all information related to $(aura), but it can do a lot more than just show informational texts: In it, one can find descriptions of how to $(thing)craft things$(), $(thing)build things$() and a lot more than that.$(br)Additionally, by completing $(item)Advancements$(), more chapters will unlock over time - each new chapter greeting the reader with a $(thing)red icon$()."
},
{
"type": "text",
"text": "Additionally, to guide the user through the development of their research, some chapters will display $(thing)orange icons$(). These notify the reader of the next step they will have to take to advance their research further. Additionally, there is a direct link to the $(item)Advancement menu$() on the front page, which allows a greater overview of the overall progress."
}
]
}