From 5d53126a53845eb81bfc1725eaa865fabc068ccc Mon Sep 17 00:00:00 2001 From: Pifanjr <43669103+Pifanjr@users.noreply.github.com> Date: Tue, 9 May 2023 12:48:10 +0200 Subject: [PATCH] Typo in aura.json (#308) Changed "toubled" to "troubled" --- .../patchouli_books/book/en_us/entries/intro/aura.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 9ddd96f1..2c86a48d 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 @@ -13,11 +13,11 @@ }, { "type": "text", - "text": "When it comes to the inner workings of $(aura), scientists are toubled to admit that they have not quite figured out how exactly it works yet.$(br)The only thing they know is that excess or missing amounts of $(aura) affect an area of varying size (based on the apparatus used) around the place the modification happened from.$(br)If an area is drained and a new generating instrument is added, it will renew the drained area first before creating its own luscious area." + "text": "When it comes to the inner workings of $(aura), scientists are troubled to admit that they have not quite figured out how exactly it works yet.$(br)The only thing they know is that excess or missing amounts of $(aura) affect an area of varying size (based on the apparatus used) around the place the modification happened from.$(br)If an area is drained and a new generating instrument is added, it will renew the drained area first before creating its own luscious area." }, { "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." } ] -} \ No newline at end of file +}