broken_division
One problem I've been noticing with some of your MTLs:
You are introducing unnecessary spacing to the json file "if (" instead of "if(" making some operations to show up in game as text instead of actually running, this causes some issues and skips verifications ingame.
So my advice would be to avoid leaving these gaps in future MTLs, not sure how you are getting them there but make sure they are removed, here I did a quick replace all and fixed a lot of the bugs in the game just by removing this extra space.
Also translated the stats screen and removed some cropping, for anyone interested here are the fixes.