diff --git a/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/practices/aura_plants.json b/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/practices/aura_plants.json new file mode 100644 index 00000000..34183533 --- /dev/null +++ b/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/practices/aura_plants.json @@ -0,0 +1,23 @@ +{ + "name": "Aura Plants", + "icon": "naturesaura:aura_bloom", + "category": "practices", + "pages": [ + { + "type": "text", + "text": "A natural occurence that helped the discovery of $(aura) are certain kinds of vegetation that appear almost everywhere in the world. These two plants, specifically $(item)Aura Blooms$() and $(item)Aura Cacti$() are known to cause the area around them to naturally contain a higher concentration of $(aura) when they first grow." + }, + { + "type": "spotlight", + "item": "naturesaura:aura_bloom", + "link_recipe": true, + "text": "The $(item)Aura Bloom$() grows in any kind of area where there is $(thing)grass$() to be found, usually in small patches. Finding areas like these can be espeically useful when first starting out with $(aura), since it is much less destructive for the environment to collect $(aura) using the $(l:practices/aura_bottle)Bottle and Cork$() here." + }, + { + "type": "spotlight", + "item": "naturesaura:aura_cactus", + "link_recipe": true, + "text": "The $(item)Aura Cactus$() grows in deserted areas of any color, as well as $(thing)mesa$() regions. Since these areas are usually fairly barren with not many plants to be found, these can be a good starting point as well as a nice decoration, since they, along with their bloom counterpart, fit perfectly inside $(item)Flower Pots$()." + } + ] +} \ No newline at end of file