Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

From looking at the guide you get 7 "host social" just for hosting in the first place and then +2 (or 1, or 0, or -1) for each kingdom depending on your nation approval, and the total host social check is supposed to be 13 or higher - I don't have screenshots or exact number values or anything but four out of seven kingdoms were definitely at max approval (which should have meant +8) and I'm pretty sure all of them were past the halfway mark?

I also had 300+ likeability for the check beforehand, so ¯\_(ツ)_/¯

I just checked the code and I see the problem: the persuasion check for peaceful resolutions and diplomacy is > 450, not >= 450. Given that the check for charm the guest is >= 450 persuasion, I think it's a bug.

Apparently there are a couple places where I accidently used > instead of >=, all fixed for 1.13 thanks guys <3