Awesome table Starcraster!
Since the game has updated to 5.61, I've made a quick edit fixing the option "Infinite design points + bless".
I've also added a way to edit a specific nation's gold / gems values.
In addition there is an LUA script for updating these values in next version. You only have to uncomment a line like --addEverything(97, "278CF1C", 5, 40) and change the gold address (4 bytes) for whichever nation is in first parameter (Bogarus is 97 so it's a gold address for Bogarus). Then when you execute the script you will get all the adresses for selected nations (5, 40 -> means every nation id in Early Age). Also supports mod nations.
Eagerly awaiting Dominions 6
Edit: I've noticed that the fix doesn't quite work right, so I added a new version with improved logic.
Just quick changes to subtraction here so it doesn't trigger an error:
DAT_145d941f8 = uVar1 - iVar4; (db 2b c8 -> db 90 90)
handleFileError(DAT_145d941f8 >> 0x1f,s_Too_few_design_pints_1417eefe8);