Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
I18N "Audit/NO_I18N effects.json"
Purpose of change
Add NO_I18N flag to AI/monster effects.json
Describe the solution
NO_I18N
flag itself.Cataclysm-DDA/data/json/effects.json
Line 474 in ef6b53a
show_in_info
field for a couple of effects. For example, effects of broken body parts, or spore coating. NPCs for some reason do not show some effects in thex
-menu, probably because these effects do not work for them(?), so this list of effects is a little shorter than I intended. (general monsters get these effects correctly, or at least show them)Describe alternatives you've considered
Split effects into different files?
Replace untranslatable descriptions with comments? Although they can still be seen in the debug menu.
Please let me know if I changed anything wrong, like, if the effect can be seen somewhere during normal play.
Testing
The marked strings are not extracted for translation as expected.
Additional context
Cows and tying up are kind of bugged. Cows don't get the "Milked" effect (the effect was given manually), and effect "Tied Up" doesn't cancel "Being Led By Leash" effect. The action menu also has both of these actions: untie and stop leading.