- technology_price_multiplier can be read/written using DifficultySettings, this is missing from the documentation.
- Accessing game.map_settings.difficulty_settings.xyz doesn't work (unknown path difficulty_settings) although difficulty_settings is defined in the map-settings.lua. This should be clarified in the documentation or map-settings.lua file, or access to it should be allowed.
- The help function (Common.html#Common.help) is listed in a lot of classes throughout the API and is always declared as read-only string property although it is in fact a function that returns a string.