Skip to content
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

Martial arts text updates #37095

Merged
merged 3 commits into from
Jan 16, 2020

Conversation

Xanmyral
Copy link
Contributor

Summary

SUMMARY: Interface "Updates Martial Art Descriptions for Accuracy"

Purpose of change

Strange additional "%"s everywhere for no discernible reason (except for one spot), some descriptions were inaccurate to what the effect actually did.

Describe the solution

Change the text to be accurate to the effect and conform to the style standards of other descriptions in the MA JSON file, remove additional "%"s

Describe alternatives you've considered

Leave it inaccurate

Testing

Debugged all martial arts, checked through descriptions to make sure things didn't look odd, punched nearby NPC a couple times for the conditional effect descriptions. Didn't go through all of them, however, as this was only description changes so I don't foresee anything major.

@Hymore246
Copy link
Contributor

There is an extra % in the text descriptions to escape the other %. If you leave it as a single %, the game assumes that it is trying to do string formatting and will completely screw up the text.

@curstwist curstwist added the [JSON] Changes (can be) made in JSON label Jan 16, 2020
@Xanmyral
Copy link
Contributor Author

It does? I thought that might be the case but from observing the text afterwards it appeared to render fine:

example a
example b
example c

Regardless, if that is the case I'll drop those changes % changes and just stick with the rest.

@ZhilkinSerg ZhilkinSerg merged commit ed03fd4 into CleverRaven:master Jan 16, 2020
@Xanmyral Xanmyral deleted the Martial-Arts-Text-Updates branch January 16, 2020 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[JSON] Changes (can be) made in JSON
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants