From 1e8dcb3ee5044b3a056450ab26a8cd0ff3036494 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 22 Nov 2018 11:03:20 +0100 Subject: [PATCH] add dimension info to passive effects --- .../patchouli_books/book/en_us/entries/effects/decay.json | 2 +- .../patchouli_books/book/en_us/entries/effects/plant_boost.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/effects/decay.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/effects/decay.json index c825ddf7..7231f661 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/effects/decay.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/effects/decay.json @@ -6,7 +6,7 @@ "pages": [ { "type": "text", - "text": "When draining $(aura) from an area to the point that plants and other vegetation no longer have the natural energy required to support themselves, $(thing)Natural Decay$() kicks in. All $(item)Grass$() will decay, along with $(item)Leaves$() from trees and other plants. The more $(aura) is drained from an area, the worse this effect will get." + "text": "When draining $(aura) from an area to the point that plants and other vegetation no longer have the natural energy required to support themselves, $(thing)Natural Decay$() kicks in. All $(item)Grass$() will decay, along with $(item)Leaves$() from trees and other plants. The more $(aura) is drained from an area, the worse this effect will get.$(br)It seems that this effect only occurs in the $(thing)overworld$()." } ] } \ No newline at end of file diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/effects/plant_boost.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/effects/plant_boost.json index 243ef736..669588a3 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/effects/plant_boost.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/effects/plant_boost.json @@ -10,7 +10,7 @@ }, { "type":"text", - "text":"Effects like these become apparent around the time that the meter of the $(l:items/eye)Environmental Eye$() fills up fully." + "text":"Effects like these become apparent around the time that the meter of the $(l:items/eye)Environmental Eye$() fills up fully.$(br)This effect is known to only occur in the $(thing)overworld$()." } ] } \ No newline at end of file