From 9f97008323acd7666df3bbd65da7fa39d611e88d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 28 Jun 2023 09:53:09 +0200 Subject: [PATCH] documented aura fizzling --- .../en_us/entries/creating/generator_limit_remover.json | 6 +++++- .../patchouli_books/book/en_us/entries/intro/aura.json | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/creating/generator_limit_remover.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/creating/generator_limit_remover.json index a7b2251f..4662b630 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/creating/generator_limit_remover.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/creating/generator_limit_remover.json @@ -9,10 +9,14 @@ "type": "text", "text": "As described in the $(l:creating/on_generating)On Creating Aura$() section, most $(thing)creational devices$() lack the ability to create $(aura) beyond a certain point. The $(item)Creational Catalyst$() easily solves this problem: Placing it directly below any creational device will cause its limit to be lifted, making it able to generate $(aura) far beyond the previously mentioned point.$(br)This comes at no cost in return." }, + { + "type": "text", + "text": "While generating $(aura) indefinitely may be an exciting prospect for some magical botanists, it has also recently been discovered that doing so may be of little use due to $(l:intro/aura#fizzling)Aura fizzling$(). This should be kept in mind, and mitigated using a device like the $(l:devices/aura_detector)Aura Detector$()." + }, { "type": "crafting", "recipe": "naturesaura:generator_limit_remover", "text": "Crafting the $(item)Creational Catalyst$() using the tokens" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/aura.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/aura.json index 2c86a48d..e2b1fed1 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/aura.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/aura.json @@ -18,6 +18,11 @@ { "type": "text", "text": "Similarly, if a draining instrument is placed close to a rich area, it will first drain that area before moving on to draining the area directly around itself.$(p)While this behavior surely sounds complicated, the consensus is that letting the apparatus and $(aura) do their thing for a while seems to be a good approach of analysis, as sometimes $(aura) tends to migrate and move around to balance itself out naturally." + }, + { + "type": "text", + "text": "Lastly, and more recently, magical botanists have discovered a behavior not previously observed: $(item)Aura fizzling$(). This behavior seems to occur when $(aura) has spread far enough in all directions to be so distant from the point it originated that it starts slowly $(thing)fizzling out$(). While this does not affect the $(aura) closer to its origin in any way, it may still be something to be aware of, and mitigate using something like the $(l:devices/aura_detector)Aura Detector$().", + "anchor": "fizzling" } ] }