Skip to content

Fix awkward lightweight/density phrasing in guidebook #393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
}
}
Loading