From 09cea3297a465aecd1640aeb0b34140e341f42a8 Mon Sep 17 00:00:00 2001 From: Katrina Renarde Date: Sun, 12 May 2024 03:23:51 -0700 Subject: [PATCH] Fix awkward lightweight/density phrasing Somehow I missed this one last time, oops --- .../en_us/entries/brewing/lightweight_density.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/assets/spectrum/patchouli_books/guidebook/en_us/entries/brewing/lightweight_density.json b/src/main/resources/assets/spectrum/patchouli_books/guidebook/en_us/entries/brewing/lightweight_density.json index e59036615e..70b3fd99d0 100644 --- a/src/main/resources/assets/spectrum/patchouli_books/guidebook/en_us/entries/brewing/lightweight_density.json +++ b/src/main/resources/assets/spectrum/patchouli_books/guidebook/en_us/entries/brewing/lightweight_density.json @@ -8,12 +8,12 @@ { "type": "spectrum:status_effect", "status_effect_id": "spectrum:lightweight", - "text": "$(thing)Makes you a bit lighter$() with every level. You noticed being able to jump a bit further and you fell slower.$(br)High levels will make you not take $(thing)Fall Damage$() anymore." + "text": "$(thing)Makes you a bit lighter$() with every level, allowing you to jump a bit further and fall slower.$(br)High levels will make you not take $(thing)Fall Damage$() anymore." }, { "type": "spectrum:status_effect", "status_effect_id": "spectrum:density", - "text": "$(thing)Makes you heavier$() with every level, preventing you to make long jumps and take increased fall damage." + "text": "$(thing)Makes you heavier$() with every level, making you take increased fall damage and preventing you from making long jumps." } ] -} \ No newline at end of file +}