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

16 lines
1.1 KiB
JSON

{
"name": "This Book",
"icon": "patchouli:guide_book{'patchouli:book':'naturesaura:book'}",
"category": "naturesaura:intro",
"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."
}
]
}