Makeing a mod that changes the number of hearthlings you start out with?

is there a file that has something like
“number_of_starting_Hearthlings”: 5
because i would like to modify that value.

Yes, as usual it is at the constants json

3 Likes

{
“constants”: {
“game_creation”: {
“num_starting_citizens”: 6
}
}
}